Open prices only
-
Hi, sorry, I'm looking a ways that every EA action just do it on open princes, as the backtesting model... The only way that I thought was "Once per bar" block, but on "On tick" backtesting, doesn't works as "Open prices", Do you have any ideas?
This could be used for TP, trading actions, etc... Except for trailing
-
Can you share the project. Because most of the time an EA is build on the [On tick] tab but if you add a "Once per bar" the On Tick changes to Once a bar closes.
-
-
@jstap how would you do that EA just works as "open prices"?
-
@uriel-0 I would use once per bar, the 1st tick is never far behind the open of a new candle.
-
@uriel-0 The first tick of a new candle defines its open price.
-
@l-andorrà Ok, thanks. Then this would be the logic "Open Prices only", right? Just like the MT4/5 strategy tester...
