I have an algorithm written in Python that trade option based on RSI indicator and an option selection/order function/class that is written in C#. Is it possible for algorithm written in Python to call a function/class written in C# in QuantConnect? How to do this? A simple example will be great. Thank you.

 

 


 

Author