Discussion of article "Creating a Multi-Currency Multi-System Expert Advisor" - page 2

 
How to consult the floating profit? The open volume? Number of Positions?
 
Does anybody has a good setting?
 
Claudilson Silva #:
How to consult the floating profit? The open volume? Number of Positions?

I think in this case, you want to use AccountInfoDouble(ACCOUNT_EQUITY)

If that doesn't work, familiarise yourself with the available account info data points

Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Account Properties
Documentation on MQL5: Constants, Enumerations and Structures / Environment State / Account Properties
  • www.mql5.com
To obtain information about the current account there are several functions: AccountInfoInteger() , AccountInfoDouble() and AccountInfoString() ...
 
Cristian-bogdan Buzatu #:
Does anybody has a good setting?

Have you tried it yourself? Have you used the strategy tester? What about the optimizer?
Start with some basic parameters, see what you find out. 

Or.

Do your own due diligence, figure out how the author's chosen indicators work, how they are typically used to trade, and challenge yourself to see how a strategy develops from that knowledge.