26 lines
No EOL
1.5 KiB
JSON
26 lines
No EOL
1.5 KiB
JSON
{
|
|
"platform" :"mt5",
|
|
"program_type":"script",
|
|
"copyright" :"Copyright 2018,Neuralrobotica.",
|
|
"link" :"https:\/\/www.neuralrobotica.com",
|
|
"version" :"1.00",
|
|
"description" :"Calculate the maximum allowed volume based on the current balance for the symbol on the chartl. Also this scirpt allowes for a risk management setting, for example show the current maximum allowed volume based on the current balance for 20 percent of the total balance per position.",
|
|
"optimize" :"1",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
|
|
"script":
|
|
{
|
|
"flags":"0"
|
|
},
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":".\\MaxAllowedVolumeToBalance.mq5",
|
|
"compile":"true",
|
|
"relative_to_project":"true"
|
|
}
|
|
]
|
|
} |