Trend_Trades_Part3 Multi_Timeframe_EMA_With_VMCB_Modification I need a modification of a EA on MT5. VMC_B is working fine already Stochastic is working Fine already All parameters are available already Just need to modify the trade conditions EA finds a pullback Then finds a stochastic cross OR EA finds a stochastic cross Then finds a pullback THEN EA finds a stochastic cross With the three conditions true EA goes to lower TF X Finds a dot on VMC and Take a trade Note THE CONDITION EXPLAINED IS SAME FOR A BEARISH TRADE BULLISH CONDITIONS EXPLAINED EA is looking for a pullback, A stochastic touch of a lower limit line And a Stochastic cross before taking a trade Whichever one comes first Given the pullback appears first Then EA searches for Stochastic touch within the next ten candles Given the Stochastic touch appears first Then EA searches for pullback within the next ten candles CONDITION 4 A TREND First the price must be in a trend, True. Price value must be higher than fast EMA, True Fast EMA must be higher than slow EMA, True There must be at least two candles close prior to the pullback. There must be two consecutive candle close prices that must be greater than the value of the Fast EMA which MUST be greater than the Slow EMA, True. This is a trend confirmation condition. CONDITION 4 A PULLBACK Then EA looks for a pullback Price must close or open below the fast AND above the slow EMA, True OR Price must close or open below the fast AND below the slow EMA, True AND The value of the fast EMA must remain greater than the value of the slow EMA, True If the value of the fast EMA is greater than the slow EMA is false, EA stops looking for buy trades. This is a pullback confirmation. CONDITION 4 A STOCHASTIC CROSS Given the pullback conditions are True EA starts to count ten candles and EA starts to find a stochastic touch of the lower limit line Given we have a touch within ten candles after the pullback Then EA finds a cross of the fast and slow EMAs Fast EMA must touch the lower limit before it cross the slow EMA The Stoch cross could be below or above the lower limit line. OR Given the Stochastic touches the lower limit Then EA starts to count ten candles and EA starts to find a pullback condition Then EA starts to find a candle close or open between the fast and slow EMA