EMA and Stochastic EA I have an EA running which can be used as a resource for this job VARIABLES Stochastic upper limit X Stochastic lower limit X High TF X Low TF X The VMC_B and the MACD should be removed from the provided EA source code Please how much and how soon can you fix this EA. ALL THESE ARE IN THE SOURCE FILE PROVIDED WITH THE JOB. CONDITION 1 FOR A TREND First the price must be in a trend. Price value must be higher than fast EMA. Fast EMA must be higher than slow EMA. There must be at least two candles close prior to the pullback. There must be two consecutive candle low and close prices must be greater than the value of the Fast EMA which MUST be greater than the Slow EMA. CONDITION 2 FOR A BUY TRADE Then EA looks for a pullback Price must close or open below the fast AND above the slow EMA. OR Price must close or open below the fast AND below the slow EMA. AND The value of the fast EMA must remain greater than the value of the slow EMA. If the value of the fast EMA is greater than the slow EMA is false, EA stops looking for buy trades. CONDITION 3 FOR A BUY TRADE If pullback condition is True If the fast EMA is above the slow EMA. There must be an OVERSOLD on the stochastic at the same time of the pullback. (Within X candles) The Oversold Stochastic must coincide within a range of X candles that must have at least one close beneath the fast EMAs. The fast line (on the Stochastic) must touch the lower limit value. ALL THESE ARE IN THE SOURCE FILE PROVIDED WITH THE JOB. There will be two TF working concurrently And only the stochastic is used for this job Project Outline EA finds a pullback Then finds a stochastic touch of the lower limit OR EA finds a stochastic touch of the upper limit Then finds a pullback (The working is already available from the source file) First trade (1% of equity) For a bullish trade On the higher TF Given we have a pullback Given we have a stochastic touch EA looks for a bull candle Once there is a bullish candle EA takes a trade And gives a notification sound SL is the most recent and lowest price point within X candles to the left from the time of trade TP is the highest price point within X candles to the left from the time of trade on the HTF. Second trade (1% of equity) Given there is a trade on the HTF X EA goes to the LTF X Given the price is within the price level of the open trade from the HTF Given the price is above the SL of the open trade Then EA looks for a bull candle EA takes another trade once there is a bullish candle within the boundaries. SL remains same as the SL on the HTF X. And gives a notification sound Then the indicator gives a beep. If the SL is hit EA EA waits for a new bullish candle and takes trade again. EA stops loking for a bullish trade once the fast EMA crosses the slow EMA to the downside. And vice versa on the sell trades Please how much and how soon can you fix this.