Try Keystone’s Custom Filters for this and 22 other strategies.
The Volty Expan Close strategy is a “volatility breakout” system. It is based on the concept that price ranges are cyclical: periods of low volatility (small bars) are inevitably followed by periods of high volatility (large bars).
How Logic Works
This strategy calculates the Average True Range (ATR) and looks for a bar that closes significantly further away from the previous Close than the recent average would suggest.
- Long Entry: Triggered when the current Close is greater than the previous Close plus a user-defined multiple of the ATR.
- Short Entry: Triggered when the current Close is less than the previous Close minus a user-defined multiple of the ATR.
- The Goal: To enter a trade only when the market shows “explosive” movement, suggesting a new trend has been ignited.
Key Customizable Inputs
- Length (Default: 5): The number of bars used to calculate the Average True Range.
- NumATRs (Default: 0.75): The multiplier applied to the ATR. A higher number requires a more violent price move to trigger an entry.
Strategic Considerations
- Momentum Ignition: This strategy ignores small “churn” and only enters when the “engine” of the market has truly started.
- Late Entry Risk: Because the strategy waits for the Close of a high-volatility bar, you may occasionally enter after a large portion of the initial move has already occurred.