Forum

unbalanced parentheses issues, can anyone assist ?

Hi Guys, Could anyone help, i can't seem to correctly balance the parentheses. Any help would be appreciated. thanks Tim int SmallSMA = 5 ; int BigSMA = 15 ; int BuyOrderNumber; int SellOrderNumber; #define MAGICSMA 202006 extern double TakeProfit = 500 ; extern double Lots = 0.01 ; extern double

Help with MA close outs.

Hi Guys, Im trying to create a EA that trades moving averages. I can enter orders but not close. Can anyone help? My code is : attached