How can I get my balance in last day New comment MohammadAli NorouziFar 2022.03.10 10:31 hi this code just show me today balance but if i want balance for last day? double tb=AccountInfoDouble(ACCOUNT_BALANCE) i want === double tb=AccountInfoDouble(ACCOUNT_BALANCE) - AccountInfoDouble("Last day"??????? ) amando 2022.03.10 10:55 #1 You must calculate it count the profit of deals today and calculate it Vladimir Karputov 2022.03.14 17:40 #2 MohammadAli NorouziFar: Profit for the last week: New comment
hi
this code just show me today balance but if i want balance for last day?
double tb=AccountInfoDouble(ACCOUNT_BALANCE)
i want ===
double tb=AccountInfoDouble(ACCOUNT_BALANCE) - AccountInfoDouble("Last day"??????? )