CryptoKurt
CryptoKurt
Friends

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

CryptoKurt
Added topic Newbie question - MQL4 - Signal return value to custom function to determine order
void CheckForMATrade() { string signal; double CurrentFast = iMA ( NULL , 0 ,FastMA,FastMAShift,FastMAMethod,FastMAAppliedTo, 1 ); double CurrentSlow = iMA ( NULL , 0 ,SlowMA,SlowMAShift,SlowMAMethod,SlowMAAppliedTo, 1 ); double PreviousFast = iMA (
CryptoKurt
Registered at MQL5.community