Changed profit to 3%
This commit is contained in:
@@ -35,7 +35,7 @@ class Config:
|
|||||||
hard_stop_pct: float = 12.0
|
hard_stop_pct: float = 12.0
|
||||||
|
|
||||||
# Take profit: sell when price is this % above entry.
|
# Take profit: sell when price is this % above entry.
|
||||||
take_profit_pct: float = 5.0
|
take_profit_pct: float = 3.0
|
||||||
|
|
||||||
# Time limit: sell after this many hours if no stop/TP was hit.
|
# Time limit: sell after this many hours if no stop/TP was hit.
|
||||||
# Prevents dead money from tying up capital indefinitely.
|
# Prevents dead money from tying up capital indefinitely.
|
||||||
|
|||||||
Reference in New Issue
Block a user