| H1 | H4 | Daily | Weekly |
|---|---|---|---|
| 5,025 | 5,350 | 5,236 | 5,104 |
| 4,927 | 5,250 | 4,900 | 4,763 |
| 4,837 | 5,134 | 4,587 | 4,462 |
| 4,749 | 4,972 | 4,362 | 4,338 |
| 4,673 | 4,852 | 4,128 | — |
| 4,587 | 4,730 | 3,719 | — |
| 4,503 | 4,592 | — | — |
| 4,425 | 4,468 | — | — |
| 4,351 | 4,343 | — | — |
| 4,263 | 4,221 | — | — |
| — | 4,074 | — | — |
| H1 | H4 | Daily | Weekly |
|---|
When price sits inside a gap (lo, hi), open both BUY and SELL with a small TP equal to (hi−lo)/scalpRangeRatio − 0.5. No SL. Skips if a same-direction order already lives within the same distance.
Both directions fill simultaneously. HasPositionNearby blocks duplicates within the same distance window.
When price is within dcaEntryDistance of a key, fire a counter-trend order sized as positionCount × initLot × power. Each key may only be DCA’d once per side. Requires minCountDca existing positions to arm.
Gates: must have cnt ≥ minCountDca open, key not in dcaHistory, and no DCA already being tracked.
Once a DCA leg exists and aggregate profit covers any prior SL losses (slLoss1 + slLoss2), a peak trail of cnt dollars closes all same-side positions when price pulls back from the high-water mark.
On close, ClearDcaState wipes history, slLoss1, slLoss2, and the peak. Cycle restarts clean.
slLoss1 (negative)dcaHistory kept — key still lockeddcaPower2|slLoss1|slLoss2dcaPower3|slLoss1| + |slLoss2|ClearDcaState| Model | Strong Bull | Bullish | Neutral | Bearish | Strong Bear | Upside |
|---|
⚠ Forecasts are AI-generated for informational purposes only. Not financial advice. Updates as more models are added.