Discussion of article "The Optimal Method for Calculation of Total Position Volume by Specified Magic Number" - page 3

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
I didn't understand the last sentence, Integer, if it's not too much trouble, explain what you meant to say
I guess you suggest replacing PositionGetDouble(), POSITION_COMMISSION, POSITION_SWAP, POSITION_PROFIT. with HistoryDealGetDouble(), DEAL_COMMISSION, DEAL_SWAP, DEAL_PROFIT.
.
HOW TO WITHDRAW MONEY FROM FOREX, OR HOW TO TRANSFER IT TO WEBMANI.
New Article The best way to calculate the total position by specifying the number of phantoms has been published:
By Dmitry Fedoseev
the following has been noticed: when many Expert Advisors work on one account (FORTS, Otkritie), the aggregate position can be equal to 0, while the Expert Advisors are in positions.
accordingly, the point of zero position may change to a new, current point of zero aggregate position, but then the experts using the class lose their positions.
it seems that it is necessary not only to find the point of cumulative zero position, but also to check that any expert on this symbol and in this point does not have a position.
But the question arises, for example, what if some expert has been removed and his pose is covered with his hands?
Good afternoon.
Help me to understand how these classes and OOP work. Let's say we have connected this class to an Expert Advisor, is it executed only when accessing it from the Expert Advisor? Or it works in parallel and gives only results on request?