button post it works

x 

call out eeeeee double bold 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]

Comments
Not authorized user image
No Comments yet image

Be the first to comment

Publish your first comment to unleash the wisdom of crowd.