Closed gitscamI closed 2 years ago
return dataframe**
seems wrong - but might be a copy/paste typo.
In theory - it'll work - there's however a lot of "what if's" in your very limited sample excerpts.
using dataframe['shortCondition'] ==True
assumes this is a boolean.
There's no information on the content of this column - so it might just as well be a number between 0 and 1.
Your labels also suggest that you're trying to swap the trade (from long to short within the same candle) - which freqtrade does currently not support.
first , caclulate all indicator in populate_indicators(), just like the following:
2.setup entry_trend: