Closed e4rthdog closed 2 years ago
indeed trailing stop loss never trigger a higher stop loss (stop win in this case) my modification elif float(last_price) < stored_price - (stored_pricesl /100) or (float(last_price) > stored_price + (stored_pricecoin_tp /100) and not enable_tsl) or float(last_price) < stored_price + (stored_pricecoin_sl /100) and float(last_price) > stored_price + (stored_pricetp /100) and enable_tsl:
Is this still a problem or can this issue be closed?
Is this still a problem or can this issue be closed?
Can be closed
Cheers
When the scripts load the order from the file and assigns all the variables,
coin_sl
is never used. Instead it uses thesl
variable from config. is this correct?Also
frequency
is never used.