mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
Edit EXPECTANCY_CONST to show it can be decimal.
This commit is contained in:
parent
578604619a
commit
78bf40eaa9
|
@ -34,7 +34,7 @@ LARGE_NUMBER = 1e6
|
||||||
# Target trade amount, if higher that TARGET_TRADE_AMOUNT - no penalty
|
# Target trade amount, if higher that TARGET_TRADE_AMOUNT - no penalty
|
||||||
TARGET_TRADE_AMOUNT = 50
|
TARGET_TRADE_AMOUNT = 50
|
||||||
# Coefficient to adjust impact of expectancy
|
# Coefficient to adjust impact of expectancy
|
||||||
EXPECTANCY_CONST = 2
|
EXPECTANCY_CONST = 2.0
|
||||||
# Coefficient to adjust profit factor impact
|
# Coefficient to adjust profit factor impact
|
||||||
PF_CONST = 1.0
|
PF_CONST = 1.0
|
||||||
# Coefficient to adjust winrate impact
|
# Coefficient to adjust winrate impact
|
||||||
|
|
Loading…
Reference in New Issue
Block a user