For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
CCI result doesn't match other softwares
-
I use Backtrader's CCI as below
self.cci = bt.indicators.CommodityChannelIndex(self.data, period=10).ccibut it output's different value with other softwares. what should I change
-
@goldcar You've provided no detail for us to help you. Can you please show the code you have tried, the results you achieved, and what other software you are using? Thank you.