Lot increasing mode: arithmetic/fibo/exponential
I suggest to add 2 parameters:
- Lot increasing mode:
- arithmetic: 1 - 2 - 3 - 4 - ...
- fibo: 1 - 1 - 2 - 3 - 5 - 8 - 13 - …
- exponential: 1 - 2 - 4 - 8 - 16 - …
- Repeat first lot (true/false)
- 1 - 1 - 2 - 3 - 4 - …
- 1 - 1 - 1 - 2 - 3 - 5 - 8 - 13 …
- 1 - 1 - 2 - 4 - 8 - 16 - ...
Lot Properties
*Lot Type
-Lots Sum (Arithmetic), add
-Fibo, add
-Fixed lot, available
-Risk Per Trade, available
-Margin Percent Use, available
-Fixed Size Per 1000, available
-Fixed Size Per 1000 USD, available
*Lot Size (Lots Sum/Fibo/Fixed Lot/Per 1000) : Example 0.01 start
*Lot Coefficient : Example If 0.5 or 1
Lots Sum: (for 0.5) 0.01(start) - 0.01 - 0.02 - 0.02 - 0.03 - 0.03 - 0.04 - 0.04 - ...
(for 1) 0.01(start) - 0.02 - 0.03 - 0.04 - 0.05 - 0.06 - ...
Fibo : (for 0.5) 0.01 (start) - 0.01 - 0.02 - 0.03 - 0.04 - 0.06 - 0.08 - 0.11 - 0.15 - ...
(previous order * 0.5) + last order = new order
(for 1) 0.01 (start) - 0.01 - 0.02 - 0.03 - 0.05 - 0.08 - 0.13 - 0.21 - 0.34 ...
(previous order * 1) + last order = new order
Same result as Exponential and martingale