Foro

ATENCIÓN!!!!!!!!!!!!!!! Alguién sabe interpretar que es lo que dice este BREVE código/ someone that knows what this brief code means? ATTENTION!!!!!!!!!!!

#include <Trade\Trade.mqh> void OnTick() { double myAccountBalance = AccountInfoDouble(ACCOUNT_BALANCE); double myAccountProfit = AccountInfoDouble(ACCOUNT_PROFIT); double myAccountEquity = AccountInfoDouble(ACCOUNT_EQUITY); Comment ("Account Balanace: ",myAccountBalance,"\n","Account Profit