FIX ISSUES
This commit is contained in:
@@ -1061,7 +1061,8 @@ class FrictradeLearning(IStrategy):
|
||||
# FIN ########################## ALGO ATH
|
||||
|
||||
condition = last_candle['hapercent'] > 0 and last_candle['sma24_deriv1'] > 0 \
|
||||
and last_candle['close'] < self.pairs[pair]['first_buy'] and last_candle['ml_prob'] > 0.65
|
||||
and last_candle['close'] < self.pairs[pair]['first_buy'] \
|
||||
and last_candle['ml_prob'] > 0.65
|
||||
limit_buy = 40
|
||||
# or (last_candle['close'] <= last_candle['min180'] and hours > 3)
|
||||
if (decline >= dca_threshold) and condition:
|
||||
|
||||
Reference in New Issue
Block a user