Matt_Townsend
Matt_Townsend
Friends

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

Matt_Townsend
Added topic Having a hard time getting my EA to close trades
   void start() { //Find Moving Averages    double fastma, slowma;    double total;    bool ticket;   fastma = iMA ( Symbol (), 0 , 5 , 0 , MODE_EMA , PRICE_CLOSE , 1 );   slowma = iMA (
Matt_Townsend
Registered at MQL5.community