While reading the guide to developing efs strategies and this board
“If your system generates a trade on a bar, we won’t know the entry price of this trade until the next bar.”
“When back testing, the Strategy Analyzer only processes completed bars.”
a question came ahead:
Is it possible to test a condition like “buy this bar at the previous bar´s high”?
So what I want to simulate is an order like: buy on stop at yesterdays high.
or something like: if the market crosses a certain, for example pivot level, buy on stop at this (pivot-) level, not waiting to the close of this bar.
“If your system generates a trade on a bar, we won’t know the entry price of this trade until the next bar.”
“When back testing, the Strategy Analyzer only processes completed bars.”
a question came ahead:
Is it possible to test a condition like “buy this bar at the previous bar´s high”?
So what I want to simulate is an order like: buy on stop at yesterdays high.
or something like: if the market crosses a certain, for example pivot level, buy on stop at this (pivot-) level, not waiting to the close of this bar.
Comment