Edit PF_CONST to show it can be decimal.
This commit is contained in:
@@ -36,7 +36,7 @@ TARGET_TRADE_AMOUNT = 50
|
|||||||
# Coefficient to adjust impact of expectancy
|
# Coefficient to adjust impact of expectancy
|
||||||
EXPECTANCY_CONST = 2
|
EXPECTANCY_CONST = 2
|
||||||
# Coefficient to adjust profit factor impact
|
# Coefficient to adjust profit factor impact
|
||||||
PF_CONST = 1
|
PF_CONST = 1.0
|
||||||
# Coefficient to adjust winrate impact
|
# Coefficient to adjust winrate impact
|
||||||
WINRATE_CONST = 1.2
|
WINRATE_CONST = 1.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user