Hello,

I'm trying the fading the gap strategy from bootcamp but I would like to set stops based on daily time frame indicators such as ATR/ADR.

For one, how can I enter with a limit order at the opening price (as soon as market opens) instead of waiting for a bar to complete?

Two, once position is entered, how can I make it immediately set profit target(limit) and stops(market).

Three, I want the stop to be based on say, 5 day ATR. So, say if 5 day ATR was 2.00 I want the stop to be 2.00 away from the opening price(entry price).

I just started learning the framework this week and I just do not understand how each method and object interact with each other for this framework. I wish I can see what's going on underneathe and test things out in a shell environment or something.

Author