x
x# indie:lang_version = 5from indie import indicator, format, plot, colorfrom indie.algorithms import CumSum, Mfv@indicator('Accum/Dist', format=format.VOLUME) # Accumulation/Distribution@plot.line(color=color.OLIVE)def Main(self):return CumSum.new(Mfv.new())[0]


Be the first to comment
Publish your first comment to unleash the wisdom of crowd.