In an effort to increase backtesting speed, I would like to convert my custom Python indicator to C#, just like how the built-in indicators are in C#. While I'm able to write the custom indicator in C# no problem, I can't find any documentation or community discussions on how to register and use it in a Python strategy. Is this supported and how can I do it? Thanks!