mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-10 00:01:40 +00:00
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
|
||||
EXPECTANCY_CONST = 2
|
||||
# Coefficient to adjust profit factor impact
|
||||
PF_CONST = 1
|
||||
PF_CONST = 1.0
|
||||
# Coefficient to adjust winrate impact
|
||||
WINRATE_CONST = 1.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user