Here's what I am trying to do:
1) Use BrooksBars (indicator that detects insidebars) as entry long or short entries.
What I need is to go long or short when the price moves 1 tick above or below the high or low of the indicator detected in the prior bar.
Example: BrooksBars detects an inside bar with a high of 1950.50 and a low of 1949.50.
Action: If price moves to 1950.75 go long
If price moves to 1949.25 go short
When triggered:
Profit Target: +1 tick
Stop Loss: -3 ticks
The trigger has to happen in the very next bar, if don't, the orders won't be activated (most likely because the "execution" candle will be inside the prior bar which was the signal)
Anyone can help to work it out inside the strategy development wizard?
Thank you.

Comment