For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Any way to create point and figure values as a line in backtrader?
-
Hello there,
I don't want to plot point and figure chart. I just require the values as a line in backtrader?
This is a functionality in tradingview Check it out.pnf_tickerid = pointfigure(syminfo.tickerid, "hl", "Traditional", 1, 3) pnf_close = security(pnf_tickerid, timeframe.period, close)
Any help is appreciated.