You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this small but nasty error while reusing @habibalkhabbaz ATH candles implementation for a new feature.
The loop over the symbols doesn't loop at all if buyATHRestrictionEnabled is not true for all symbols. The return statement should be a continue statement:
I came across this small but nasty error while reusing @habibalkhabbaz ATH candles implementation for a new feature.
The loop over the
symbols
doesn't loop at all ifbuyATHRestrictionEnabled
is not true for all symbols. Thereturn
statement should be acontinue
statement:binance-trading-bot/app/binance/ath-candles.js
Line 39 in a9e50e8
Unfortunately I can't submit a PR now since my codeline is too far from master.
The text was updated successfully, but these errors were encountered: