ZoneMasterX DCA [Starbots]
Dynamic Support/Resistance Prediction:
Strategy calculates predictive market zones based on ATR (Average True Range) and recent price levels. This predicts potential support (buy zones) and resistance (sell zones). Sensitivity is adjustable, allowing the user to control the aggressiveness of support/resistance predictions.
Zones are recalculated when a breakout occurs, sometimes also if the zones are ranging in the same area for too long.
This script handles averaging down for multiple open positions (DCA).
Pre-Trade Setup:
Predictive support/resistance zones are calculated based on the last 200 candles and an ATR multiplier, making it adaptive to market volatility.
Additionaly Supertrend logic determines whether the market is in an uptrend or downtrend.
Trade Entry:
A buy is triggered if the price is in a support zone and aligns with the trend filter (if active).
Trade Closed: (if active)
A sell is triggered if the price is in a resistance zone, or if the Supertrend flips to a downtrend.
Trade Exit:
Exits are managed using TP/SL.