Set "profit in pips" running with a Custom Configuration File

 

Hi,


Is it possible to set "profit in pips" from a Custom Configuration File file? I looked into the documentation and I couldn't find it:

https://www.metatrader5.com/en/terminal/help/start_advanced/start


Thank you.

Platform Start - For Advanced Users - MetaTrader 5 Help
Platform Start - For Advanced Users - MetaTrader 5 Help
  • www.metatrader5.com
After installation, a group of programs of the trading platform is added to the Start menu, and the program shortcut is created on the desktop. Use them to run the platform. Two copies of the platform cannot run from the same directory. If you need to run multiple copies at the same time, install the appropriate number of programs in different...
 
any inner parameters could be set by file.

you have to build your file with a certain format and let EA read its data in, assign values to your parameters.
 

OK, but how to set it in the file? What's its "name"?

Here's my ini file (e.g. "Modelling" set is called "Model" in the configuration file):

[Tester] 

Expert=macd 

ExpertParameters=my.set 

Symbol=BTCUSD 

Period=M1 

Login=999999 

Deposit=10000 

Leverage=1:100 

Model=1 

ExecutionMode=5 

Optimization=2 

OptimizationCriterion=1 

FromDate=2019.07.01 

ToDate=2020.07.01 

ForwardMode=0 

Report=\Reports\report

ReplaceReport=0 

ShutdownTerminal=1 

Currency=USD

UseLocal=1 

UseRemote=1

UseCloud=0 

Visual=0
Reason: