Best Open Source Automated Software ?

Hi Everyone,


I am keen on protecting and deploying Algo at its highest level,

I have looked hard at the options but not found anything solid, where you can code your strategy lock down the code and deploy in a fast way on your own VPS.



I have found this https://lean.quantconnect.com/

So what I'm wondering could one fork it and code your own and then lock it down black box all protected well on a VPS?

Like to hear from everyone if there's some great open source platform that I'm not aware of?


I liked algo trader .ch but its on there servers, which is not for me.


Thanks
A
 
Hi Everyone,


I am keen on protecting and deploying Algo at its highest level,

I have looked hard at the options but not found anything solid, where you can code your strategy lock down the code and deploy in a fast way on your own VPS.



I have found this https://lean.quantconnect.com/

So what I'm wondering could one fork it and code your own and then lock it down black box all protected well on a VPS?

Like to hear from everyone if there's some great open source platform that I'm not aware of?


I liked algo trader .ch but its on there servers, which is not for me.


Thanks
A

Unlike additional software as above, each security company better to provide their own API to the traders.

For example, for well-known languages such as C++, C#, VB, R, Python, each broker SHOULD show code in their website.

1) data feed
2) get account info such as stock holding
3) deliver (BUY and SELL) order from PC to server.
 
Back
Top