mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
Edit PF_CONST to show it can be decimal.
This commit is contained in:
parent
6eac798d91
commit
578604619a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user