For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Pivots indicator - data resample inside indicator?
-
I'm developing Pivots indicator.
Is it possible to resample data inside indicator instead of adding resampled data to the cerebro?. -
Indicators are not data manipulating entities.
-
That's what I expected, I created a workaround with resampling data in cerebro.
-
Is it possible to access current candle dt in next function of indicator?
-
nevermind =)
self.data.datetime.datetime(0)