MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 57af0c49e7 Bolt: Optimize ExpertMAPSAR execution flow and resource usage
- Pre-calculate daily risk factors (g_lossFactor, g_profitFactor) in OnInit to replace divisions with multiplications in statistics updates.
- Reorder IsTradingAllowed to perform time filter checks before expensive terminal API calls (TerminalInfoInteger, MQLInfoInteger).
- Implement log throttling for trading status messages to prevent flooding during high-frequency ticks.
- Guard new bar debug check in OnTick with log level check to avoid redundant iTime calls.
- Fix invalid LogInfo/LogDebug calls by switching from multiple arguments to string concatenation.
- Optimize Day-Rollover check in OnTick by using casted long for day calculation.
2026-02-09 19:37:26 +00:00
..
bolt.md Bolt: Optimize ExpertMAPSAR execution flow and resource usage 2026-02-09 19:37:26 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00