R:R = 1:3

This commit is contained in:
Bell
2026-03-11 23:42:37 +07:00
parent 53642a5613
commit a8d296ab2c
4 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ input double InpFVGMaxOuterBarRatio = 2.0;
//--- Step 3: Trading ---
input bool InpTradeEnabled = true;
input double InpRiskPercentPerR = 1.0;
input double InpRRRatio = 2.2;
input double InpRRRatio = 3.2;
input int InpMaxLimitOrders = 3;
input int InpLimitMaxAgeBars = 24;
input long InpEAMagic = 123456;