Need help for making my EA place trades
-
Hello everyone. I designed my EA to identify a CRT pattern in the 15 min chart and enter in 1 min FVG, however when I tried to backtest it in Metatrader trades were not executed. What could be the problem with my EA?
-
None of the blocks belonging to the CRT structure is providing any information to the rest of the bot. You need to connect them so that what is searched for there is used to open a trade.
-
@l-andorrà Hello sir do you mean connecting the CRT structure to all areas or only the FVG entry area?