comdoc
comdoc
Friends

Add friends via their profile or user search and you will be able to see if they are online

comdoc
Registered at MQL5.community
comdoc
Added topic iMA mismatch values
I'm new to MQL4. Trying to use iMA in an EA to identify HA close cross a MA on bar 1. It compiles with no errors and no exceptions. Here's the logic and code lines: (HAClose1>MAH1) HAClose1=(Open[1]+High[1]+Low[1]+Close[1])/4; MAH1 =