Suivre
0
0
Forker
Vous avez déjà forké MQL5-Google-Onedrive
1
miroir de https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisé 2026-08-24 10:13:56 +00:00
MQL5-Google-Onedrive/mt5/MQL5
Repository files (latest commit first)
Fichier Dernier message de commit Date du dernier commit
google-labs-jules[bot] b90becd32c Bolt: Use Ask/Bid Globals for Performance
💡 What: Replaced SymbolInfoDouble() with pre-defined Ask and Bid variables.
🎯 Why: In the high-frequency OnTick() function, direct variable access is faster than a function call, reducing execution latency on every tick.
📊 Impact: Minor performance improvement on every tick. While small, this adds up over time in a live trading environment.
🔬 Measurement: This is a micro-optimization. The impact can be observed by profiling the EA in the MetaTrader 5 Strategy Tester over a large number of ticks.
2026-01-20 10:37:53 +00:00
..
Experts Bolt: Use Ask/Bid Globals for Performance 2026-01-20 10:37:53 +00:00
Indicators feat(mql5): cache MTF confirmation to reduce CPU load (#78) 2026-01-10 05:36:08 +07:00