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
When using TrendLines strategy, there's a bug that is easily overcome in the config:
Set buy.only_when_trend_is_full to false; as shown in the above pic. Otherwise the bot will never trade cause it can't see the trend lines. 😞
This doesn't affect trading cause the bot doesn't need to see the trend lines. It just needs to know if it's allowed to buy or not. This is a value returned by the TrendLine strategy and the bot can see it just fine.
The text was updated successfully, but these errors were encountered:
When using TrendLines strategy, there's a bug that is easily overcome in the config:
Set
buy.only_when_trend_is_full
tofalse
; as shown in the above pic. Otherwise the bot will never trade cause it can't see the trend lines. 😞This doesn't affect trading cause the bot doesn't need to see the trend lines. It just needs to know if it's allowed to buy or not. This is a value returned by the TrendLine strategy and the bot can see it just fine.
The text was updated successfully, but these errors were encountered: