MQL5 + Python hybrid development and contribution

 
I am developing an app that is a hybrid between MQL5 and Python. Python is the main brain, while MQL5 part is mainly used to extract data from MT5 to be processed by the Python app. Decision is then communicated back to MT5 EA. So, in essence, MQL5 part is just the execution layer. How do people share these apps with the community? Is Codebase and MQL5 Marketplace is strictly MQL5, or hybrids like this are allowed? If allowed, what are the best practices for packaging this for general use?
 
I'm not sure about CodeBase, but you can definitely publish the source code for such projects on AlgoForge. If the AlgoForge repo is ad-free, you can have a forum topic discussing your repository.
MQL5 Algo Forge - Ultimate Git Platform for Developers | Build your Software
MQL5 Algo Forge - Ultimate Git Platform for Developers | Build your Software
  • MQL5 Algo Forge - trader's community
  • forge.mql5.io
MQL5 Algo Forge is a cloud-based platform for creating, storing, and collaboratively developing trading robots, indicators, and analytical projects in MQL5.
 
strannik123:
I am developing an app that is a hybrid between MQL5 and Python. Python is the main brain, while MQL5 part is mainly used to extract data from MT5 to be processed by the Python app. Decision is then communicated back to MT5 EA. So, in essence, MQL5 part is just the execution layer. How do people share these apps with the community? Is Codebase and MQL5 Marketplace is strictly MQL5, or hybrids like this are allowed? If allowed, what are the best practices for packaging this for general use?

The Market is only for ex5.

The Codebase should allow to post Python source file.