Integrate Python within cAlgo
Integrate Python within cAlgo
22 Aug 2017, 12:14
Hi Everyone,
I have recently started exploring some ideas in Python ( mostly in Machine Learning space ) and would like to utilize cAlgo power with python to develop strategies and backtest them. Is it possible to integrate them ? I essentially want cAlgo Data -> Python -> Signal Generation -> cAlgo simulation/trading.
I would like to know if someone can tell me if it is possible(and how) and can we backtest strategies also with such framework ?
cTDN team, please advise if you can.
Cheers
Replies
amusleh
16 Dec 2021, 16:03
Hi,
You can use our new Python package for cTrader open API: OpenApiPy (spotware.github.io)
@amusleh
Spotware
22 Aug 2017, 14:08
Dear trend_meanreversion,
Please check the following resource. It could be helpful for what you are trying to achieve
https://code.msdn.microsoft.com/windowsdesktop/C-and-Python-interprocess-171378ee
Best Regards,
cTrader Team
@Spotware