Manclays
Manclays
Friends

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

Manclays
Added topic MQL5 - How to make sure Array1 is always larger than Array2 for the last 20 bars
void OnTick ()   { double SmallMA_Array[], BigMA_Array[]; int SmallMADefinition = iMA ( _Symbol , _Period , 21 , 0 , MODE_EMA , PRICE_CLOSE ); int BigMADefinition = iMA ( _Symbol , _Period , 100 , 0 , MODE_EMA , PRICE_CLOSE ); CopyBuffer
Manclays
Registered at MQL5.community