Version 3.4 2026.04.01
Change the default settings in the input parameters:
- InpDailyProfitTarget
- InpDailyLossLimit
Version 3.3 2026.03.30
Fixed Bugs:
Bug 1 — Grid steps delayed to next candle
Bug 2 — Slippage causes unequal grid spacing
Bug 3 — Daily loss limit paused and closed positions
Version 3.2 2026.03.19
Adjusting input parameters, so it can use in both brokers (2 % 3 digit brokers):
InpTakeProfit = 400
InpTrailingStart = 60
InpTrailingStop = 30
InpHedgeProfitTarget = 0.20
InpRecoveryTrailStep = 0.40
Version 3.1 2026.03.19
1. [NEW] BLOCK TREND: ON/OFF --> Click to toggle the trend-blocking filter on or off at runtime
2. [NEW] CLOSE ALL --> Click to immediately close all EA-managed positions and reset grid state
Version 3.0 2026.03.10
1. EA ON/OFF toggle button (dashboard)
2. Bollinger Bands + ADX trend filter (M5 + M15)
3. Trend-aware entry gate (blocks seeds when trending)
4. Compact dashboard matching v3.0 style
5. SAFE LOT SIZING — geometric step + balance cap
6. OCO cancellation via OnTradeTransaction()
7. State persisted via GlobalVars (magic-scoped)
8. Orphan guard: seed closed externally → close all
9. BE + trailing run independently on single position
10. Point-multiplier digit validation warning on init
11. CloseAllPositions 3-attempt retry with 200ms gap
12. GetTodayPnL cached 1-second
13. InpMaxRecoverySteps clamped 0–8
14. Orphan guard — count mismatch closes chain
15. Split success/fail throttles
16. Grid trigger bar-gated — one step per candle
17. Margin check (InpMarginBuffer ×) before every open
18. Exit only when peakProfit >= InpHedgeProfitTarget
19. IsNewsTime local vars renamed for clarity
20. Full SL+TP strip on every position when chain active
21. Grid spacing from last open price — equal levels
22. Bidirectional grid — counter arm + same-dir arm
Version 2.0 2026.03.03
1. Primary Logic: From = Bollinger Bands + 200 EMA, To = Price Action Straddle (Trap)
2. News Filter: From = None, To = High-Impact Calendar Filter
3. Execution: From = Slower (Bar close dependent), To = High-Speed (Tick-by-tick)
4. Trade Security: From = Basic Trailing Stop, To = Instant SL-to-Entry + Break-Even
5. Visuals: From = Basic Brown Box, To = Professional HUD Dashboard
6. Broker Compatibility: From = Manual Pip Calculation, To = Auto 3/5 Digit Detection
Version 1.40 2026.02.24
CHANGELOG v1.40
---------------
1. Trade Execution & Error Handling: Safety Fallback for SL/TP, Stops Level Buffer, Price Normalization.
2. Advanced Lot & Volume Management: Volume Sanitization, Hard Lot Cap, Margin-Aware Scaling.
3. Netting Account Optimization: Pending Order Cleanup, Trade Count Restriction.
4. Logic & Filter Enhancements: Transition to Bollinger Bands, Trend Filter Integration, Spread Protection.
5. Dashboard & UI Improvements: Professional Alignment, Real-time Status Updates.
Version 1.30 2026.02.16
1. Buffer confirmation distance High/Low to place orders.
2. Volatility & Trend Filters Using ATR and Moving Average
3. Daily USD Protections (TP & SL)
Version 1.20 2026.02.16
Add Confirm Points Buffer, Daily USD Protections and update GUI dashboard.