Modify the existing 3xEMA crossover EA such that, additonal conditions by other indicators are met before entry. Just like the EMA, the other Indicators should be in the form of input parameters that can be changed when needed. I need two versions of this modification. 1, Version1 should include all the Indicators listed below. 2, Version2 should include all the Indicators listed below, but without DMI. BUY If exactly at EMA crossover, the conditions below are met at that point (not later in that direction) -3 EMA crossover upwards (e.g EMA10 > EMA20 > EMA30) -Stochastics K is above D -CCI price is above +100 -RSI price is above 55 -DMI, +D is above -D, and ADX >=25 SELL If exactly at EMA crossover, the conditions below are met at that point (not later in that direction) -3 EMA crossover downwards (e.g EMA10 < EMA20 < EMA30) -Stochastics D is above K -CCI price is below -100 -RSI price is below 45 -DMI, -D is above +D, and ADX >=25 Settings: CCI(20) upper limit +100 lower limit -100 RSI(14) upper limit 55 lower limit 45 Stochastics (5,3,3) DMI(14)