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.
When using TrendLines strategy, there's a bug that is easily overcome in the config:
Set
buy.only_when_trend_is_fulltofalse; 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.