CAN AN EA THAT LOOKS BACK IN TIME BE CREATED
-
CAN AN EA THAT LOOKS BACK IN TIME BE CREATEDhttps://fxdreema.com/shared/155UEKG7
-
@od Yes, you can do it with a loop like that. The problem is that there is no limit in the search of past candles and it is suposed to work on the 'on tick' tab. Do you really need do that search every tick? Why not limiting the past candles to be checked?
-
@l-andorrà I thought this value limits the loop to the last 200 15 minute candles but it only works for the most recent one and stops .Is something wrong in the setup , it should draw an arrow where those setups have occured in the last like 48 hours when the EA is activated. -
@od That depends on the loop configuration. Are you sure it is correctly configured? Can you please share the link to your project?