Condition is not enforced
-
I am trying to make the following conditions bor a "BUY";
- Last candle (ID 1) close higher than the high of candle ID 2
- The bid price is higher than the high of the last candle (ID 1)
Attached are my settings and a backtest that shows a LONG trade that does not follow the rules.
Any idea why?


-
Use standard condition blocks, ID1 close>ID2 high, connected to market properties bid>ID1 close. most of what you have is correct but put it in to 2 condition blocks.
-
@jstap I do not understand,
I did use 2 condition blocks, #29 and #79.
Isn't want you were saying? -
Add a shared link
-
-
Everything you have looks correct, to test this I would back test just a couple of blocks, then when I know they work I would add to my main project.