EA does not run in Tester
-
Hello everybody,
I`m a newbie and i have some problems with my ea.My strategy is simple.
at 9 a.m. should an order be created
long :- condition: the open of the 9 a.m. candle is higher than the open of the 8 a.m.
- condition: open of 9 a.m. candle is higher than
previous day's closing
short:
- 9 am candle less than 8am candle
- is less than es previous day`s closing
I made the first conditions here: https://fxdreema.com/shared/VQXzO5cT
but unfortunately it does not run in the strategy testerwhat I`m doing wrong?
How can I implement the 2nd condition?
Thanks in advance
Sorry for my English it is not my native language -
It works for me, at least I got few trades. I don't like the name of the project, better give it a name that is valid file name. I also think that you should put some time filter, so the blocks can run only after 9 AM, otherwise they run before that and the values can be wrong. Previous day's closing is just Candle Close of candle 1 of Daily timeframe, or possibly the way you do it now, but for time 00:00.
-
Ok, thanks for your help