Set input for trading closing level

This commit is contained in:
Nkondog Anselme
2021-11-16 00:23:31 +01:00
parent 59670dd17e
commit 1fa283c934
3 changed files with 5 additions and 2 deletions
Binary file not shown.
@@ -23,6 +23,7 @@ input ENUM_RISK_DEFAULT_SIZE InpRiskDefaultSize=RISK_DEFAULT_AUTO; //Positi
input double InpDefaultLotSize=1; //Position Size (if fixed or if no stop loss defined)
input ENUM_RISK_BASE InpRiskBase=RISK_BASE_BALANCE; //Risk Base
input double InpMaxRiskPerTrade=0.5; //Percentage To Risk Each Trade
input double InpProfitPercent=1;
input double InpMinLotSize=0.01; //Min Lot Size
input double InpMaxLotSize=100; //Max Lot Size