Stop Rules
Rules which validate the stop level of the order.
Ensures the order is not stopped out due to volatility (as opposed to a genuine market movement). Validates that the stop is placed further than a minimum distance from the entry level. The distance is calculated as a factor of the ATR value on that day.
If no stop has been specified. This rule will default the stop to the given ATR factor.
Parameters
- ATR Factor: number of ATRs to use to set the stop. This value can only be >= 1.
Ensures the stop is beyond the closest support level which might act as a volatility "magnet". There is a higher chance of being unduly stopped out if a stop loss is placed before a support level.
This rule also provides contextual information around the minor and major support levels seen for this particular instrument.
This rule defaults the stop of the order to the closest support level when no stop has been specified on the order.