0
0
Derivar 1
réplica de https://github.com/A6-9V/MQL5-Google-Onedrive.git sincronizado 2026-04-11 09:40:56 +00:00
MQL5-Google-Onedrive/.jles/bolt.md
google-labs-jules[bot] da1eeae4a4 Bolt: Cache static symbol properties to improve performance
- **What:** Cached static symbol properties (e.g., point size, digits, lot size constraints) in global variables during `OnInit`.
- **Why:** The `SymbolInfo...()` functions were being called repeatedly in performance-critical trading functions, adding unnecessary overhead.
- **Impact:** This change reduces the number of expensive function calls in the `OnTick` hot path, resulting in a measurable performance improvement.
- **Measurement:** The improvement can be verified by profiling the EA's execution time, which will show a reduction in the time spent in the refactored functions.
2026-01-25 17:06:45 +00:00

3 linhas
296 B
Markdown

## 2024-07-25 - Bolt's Journal - Initial Entry
**Learning:** This is my first entry. I'll use this journal to record critical, non-routine performance learnings to help me make better decisions in the future.
**Action:** Always check for existing entries before starting a new optimization task.