Guide
How does the Open Price Strategy strategy work ?
This strategy is built around the day's opening price, treating it as a key pivot point. It plots a horizontal line at the open price for a specific time you define, such as the first minute of the trading session.
The core logic is to trade the direction away from this line:
- Go long when the price moves above the open price line.
- Go short when the price moves below the open price line.
The strategy automatically swaps your position if the price crosses back over the line. You have two main entry modes:
- Enter ASAP: Takes a trade immediately once the price is above or below the open within your set time window.
- Wait for EMA Cross: Delays entry until a specified EMA crosses the open line, helping to filter out choppy price action and wait for stronger confirmation.
To further refine signals, you can enable EMA and Chaikin Money Flow (CMF) filters. These ensure you only enter trades that are also aligned with the current trend momentum and money flow. The strategy includes an automatic end-of-day exit to prevent holding positions overnight.