Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube--> https://youtu.be/VT87z3pEfRQ
- void OnStart()
- {
- Comment("Balance: ", AccountInfoDouble(ACCOUNT_BALANCE),
- "\nEquity: ", AccountInfoDouble(ACCOUNT_EQUITY),
- "\nBeneficio: ", AccountInfoDouble(ACCOUNT_PROFIT),
- "\nMargen: ", AccountInfoDouble(ACCOUNT_MARGIN),
- "\nMargen Libre: ", AccountInfoDouble(ACCOUNT_MARGIN_FREE),
- "\n\n Digits: ", AccountInfoInteger(ACCOUNT_CURRENCY_DIGITS),
- "\n Apalancamiento: ", AccountInfoInteger(ACCOUNT_LEVERAGE),
- "\n Acceso: ", AccountInfoInteger(ACCOUNT_LOGIN),
- "\n Ordenes Limite: ", AccountInfoInteger(ACCOUNT_LIMIT_ORDERS),
- "\n\n Moneda: ", AccountInfoString(ACCOUNT_CURRENCY),
- "\n Server: ", AccountInfoString(ACCOUNT_SERVER)
- );
- printf("Balance: "+ AccountInfoDouble(ACCOUNT_BALANCE)+
- "\nEquity: "+ AccountInfoDouble(ACCOUNT_EQUITY)+
- "\nBeneficio: "+ AccountInfoDouble(ACCOUNT_PROFIT)+
- "\nMargen: "+ AccountInfoDouble(ACCOUNT_MARGIN)+
- "\nMargen Libre: "+ AccountInfoDouble(ACCOUNT_MARGIN_FREE)+
- "\n\n Digits: "+ AccountInfoInteger(ACCOUNT_CURRENCY_DIGITS)+
- "\n Apalancamiento: "+ AccountInfoInteger(ACCOUNT_LEVERAGE)+
- "\n Acceso: "+ AccountInfoInteger(ACCOUNT_LOGIN)+
- "\n Ordenes Limite: "+ AccountInfoInteger(ACCOUNT_LIMIT_ORDERS)+
- "\n\n Moneda: "+ AccountInfoString(ACCOUNT_CURRENCY)+
- "\n Server: "+ AccountInfoString(ACCOUNT_SERVER)
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment