Hey! I'm migrating from Quantopian to QuantConnect due to some limitations over there. I haven't used C# is years (5-10?) and even at that time I wasn't very deep into it.

Over the last few months I've got a pretty good handle on Python but figured I'd give C# a go on this platform. With Python I could just use TALib to calculate the indicators for me but now I'd like to work them out in C#. I'm a little stuck as to how to go about making a function to calc the DI+ and DI- . A little help would be appreciated, with some examples I should be able to throw something together. Thanks!

Author