For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Addind MACD line around data but nothing appears
-
My graph for now looks like this:
What I would like to do is to plot the macd line and the signal line around the data zrexth_short_sample. Any idea why?
What I have tried to do is the following (it does not work):bt.indicators.MACD(self.datas[0], subplot=False)