I am looking at a database of 1min bars. I want to trade the opening price of the session based on a relation between this opening price and the prior session's closing price (ignoring slippage related to catching an opening price etc). As a straightforward example, if the opening price was above the closing price I would buy. Could I do this in the strategy analyzer by comparing Close[0] to Open[-1]? Obviously I can't look forward in time if running the trade for real.
Thanks,
darmbk.

Comment