Add LotCal.mq4 and LotCal.mq5

This commit is contained in:
Nkondog Anselme
2022-05-11 15:54:01 +01:00
parent 1640247b61
commit 75d65fb1f3
7 changed files with 172 additions and 1 deletions
Binary file not shown.
@@ -63,6 +63,7 @@ input string Comment_01="----------------------"; //Stop l
input ENUM_MODE_SL InpStopLossMode=SL_FIXED; //Stop Loss Mode
input int InpDefaultStopLoss=200; //Default Stop Loss In Points (0=No Stop Loss)
input int InpAutoStopLossCandlesAmount=10; //Auto SL amount of candles
input int InpAlertDistanceToMA=50; //Distance to alert
input int InpMinStopLoss=0; //Minimum Allowed Stop Loss In Points
input int InpMaxStopLoss=5000; //Maximum Allowed Stop Loss In Points
input bool InpDisableStopLoss=false; //Disable Stop Loss