Augusto Ramos
Augusto Ramos
Friends

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

Augusto Ramos
Added topic Close orders by script
I'm trying to make a code to execute a script like this: // Check the account equity and disable trading if needed void CheckEquity() {      double equity = CalculateEquity();           if
Augusto Ramos
Added topic Code checking - EA that opens position when candle closes above/below MA (MT5)
Hi everyone! When I compile the code below there are 2 errors: '}' - unexpected end of program Hota001.mq5 89 6 '{' - unbalanced parentheses Hota001.mq5 17 3 But when I add an } in the end, the errors jump to 17. Any help? // Define the input
Augusto Ramos
Registered at MQL5.community