This MT4 DCA grid bot automatically generates trading levels. It adapts to different asset classes (Gold, BTC, Major FX, Custom) by applying specific upper and lower multipliers based on their typical volatility (e.g., ±30% for BTC, ±10% for FX).
The grid periods (quarters, halves, or yearly) are created using an enum selection. The indicator generates exact start and end dates for the chosen period (e.g., H1 spans January to June). It calculates the grid's range boundaries by applying the asset's multipliers to the closing price immediately before the selected period begins.
i made this into into different asset class i mostly trade btc and gold but it also have option for major fx if you are trading btc for example load the indicator select btc in the asset class then select which part of the grid you want to see it has yearly grids, grids by quarters and grids by half eveything is calculated automatically .
IT ALSO SHOWS BOTH BUY AND SELL SIGNALS
IF YOU HAVE ANY IDEA ON HOW TO IMPROVE THIS INDICATOR PLEASE HELP OUT