I greatly appreciate it if your team could assist with this strategy logic and how to build it.
In summary, the strategy works based on hourly candles or the 1 hr period low and high.
1. Strategy finds the Highest High and the Lowest Low after each 1-hour candle or period is closed. (Previous Hour High and Low)
2. Upon opening the next 1-hour period, or the next 1 hr candle, meaning at the “Current” 1-hour candle open:
3. Entries:
Strategy Takes Long if the price “crosses below” the Lowest Low of the previous 1-hour candle, but with 40 ticks (10 points NQ) offset, meaning Takes Long with a limit order 40 ticks below the previous 1-hour candle Lowest Low.
Strategy can Take Long only within the first 20 minutes after the current hourly candle opens (within the first 20 minutes after the new 1-hour period starts).
For example, at 9:00 am 1 hr candle is open, it can take long only from 9:00 am to 9:20 am if the price crosses below the 8:00 AM- 1-hour candle Lowest Low).
Or
Short entries:
Strategy Takes Short if the price “crosses above” the Highest High of the previous 1-hour candle, but with 40 ticks (10 points NQ) offset, meaning Takes Short with a limit order 40 ticks above the previous 1-hour candle's Highest High.
Other conditions need to be added but this would be the base of the logic I'm trying to make in the Strategy builder. Cheers!

Comment