You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MQL5_VISUAL_MODE
Sign of a running program in visual testing mode.
bool
MQL5_VISUAL_MODE
Sign of running program in visual testing mode.
bool
MQL5_VISUAL_MODE
Sign of a running program in visual testing mode.
bool
Is this parameter available in the standard library? I can't find it...
Is this parameter available in the standard library? I can't find it.
Question: Can I get the Equity/Balance value of the trading account on the history from the EA? For example, do I need to know if in the last 2 days the balance was higher than the current one? I.e. is there a drawdown of the balance? How it can be done?
My comments and suggestions are very important.
Question: Can I get the Equity/Balance value of the trading account on the history from the EA? For example, do I need to know if in the last 2 days the balance was higher than the current one? I.e. is there a drawdown of the balance? How it can be done?
My comments and suggestions are very important.
what's not the answer to calculating the overall balance?
what do you mean by "total balance"?
Well, let's say there is an array of trades, and it also has a balance of deposits and withdrawals. IMHO.