Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Huynh Thien Vuong  

Version 3.30 updated

  • Improved signal accuracy
  • Better NO TREND detection
  • Optimized for GOLD & major pairs


Huynh Thien Vuong  
VBOT Core Signal v3.31 - Upgrade Notes (MQL5)
Push/Alert message now includes price range

Notification now carries both signal type and price line:
Signal BUY/SELL + Price current -> retrace + timestamp
Price retrace uses existing INP_SignalTag_RetracePips (same logic as chart price tag).
Anti-spam protection added for notifications

New input: INP_AlertCooldownSec (default 180 seconds).
Cooldown blocks rapid repeated alerts within configured seconds.
Duplicate same-direction alerts (BUY->BUY or SELL->SELL) are suppressed to reduce noisy push spam.
No change to core signal engine

ADX/RSI/ADR trend calculation is unchanged.
Alert trigger still based on closed-bar signal change logic (stable, non-tick spam baseline).
UI/Panel behavior unchanged

Hydra panel, live arrow, and signal price tag continue to work as before.
Price in push now aligns with chart price-tag concept for easier remote decision making.
Backward compatibility

Existing setups continue to run normally.
If needed, user can tune anti-spam sensitivity via INP_AlertCooldownSec.