Ta.correlation
Created at 18 Apr 2024, 22:40
MF
Ta.correlation
18 Apr 2024, 22:40
I'm looking for a function in cTrader similar to codepine's ta.correlation.
firemyst
21 Apr 2024, 09:05 ( Updated at: 22 Apr 2024, 05:35 )
Or you could write you own, and import the Python into your custom C#. Basic steps would be:
https://somegenericdev.medium.com/calling-python-from-c-an-introduction-to-pythonnet-c3d45f7d5232
@firemyst