freqtrade / technical

Various indicators developed or collected for the Freqtrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotting or using the future parts of senkou_span_a/b

epigramx opened this issue · comments

image
As you can see on a current price chart here: the default behavior of senkou_span_a and b is to be plotted into the future (without the need of future price data!).

However I noticed that freqtrade plots only up to the current price and cuts off the parts of senkou_span_a and b that are in the future.

I wonder if we can plot those parts and most importantly: if we can use the shifted (future) parts of them in strategies.

I realized this has been addressed, in #82. Leaving this open for a while in case someone wants to comment on that freqtrade doesn't literally plot it shifted forward too but I find it unimportant so I'll close it soon.

well in theory you can plot the "forward-shifted" version - but it'll be cutoff for the future candles.

i think i'll close this now however, as i don't see a point in leaving issues open forever to show people things (that would lead to 1000 open issues, where noone will even try to search anymore).