--- applyTo: "**/MQL5/Experts/_Thivyam/**/*.mq5" --- # Instructions for _Thivyam MQL5 Expert Advisors ## CRITICAL: MQL5 Syntax Compliance **Before writing any MQL5 code, read and follow:** `mql5-syntax-critical.instructions.md` Key mandatory rules: - Use dot operator (`.`) for pointer member access, NOT arrow (`->`) - Declare loop variables BEFORE for-loop: `int i; for(i=0; i