Hi there,

I am trying to find a way in C# to – as an example - store the Bollinger Bands values of a given security in a 100-period Rolling Window and then check if the current BollingerBands.StandardDeviation value is higher than the 80% percentiles within that Rolling Window.

I found this article which let me think this is possible to do in Python, but I am new to programming and I am struggling to make something that works in C#. I hope this will be an easy one for some of you!

Best

Author