nautechsystems / nautilus_trader

A high-performance algorithmic trading platform and event-driven backtester
https://nautilustrader.io
GNU Lesser General Public License v3.0
1.97k stars 449 forks source link

Support CTP channel #1792

Open krenx1983 opened 1 month ago

krenx1983 commented 1 month ago

Feature Request

Hi, I've known your project for a time. It's great. But I haven't seen the support of CTP channel. It's a popular channel at the market of China. It support all the stocks, futures and options of Exchanges. If you want to connect to CTP, you can look at my project openctp: github/openctp. ^^

cjdsellers commented 1 month ago

Hi @krenx1983

Thanks for reaching out!

It looks like a great project, and we could consider this in the future. Do you have an English language version of the docs?

krenx1983 commented 1 month ago

It seams no English docs now, maybe I'll write some English docs when I try to introduce it to the global market. I'll give you some If I can find.

I wrote many simple demos in the project github.com/openctp/openctp. This one you can refer: https://github.com/openctp/openctp/blob/master/demo/print/ctpprint/ctpprint.cpp

^^ Wish your project go better.

krenx1983 commented 1 month ago

Hi @cjdsellers I have found some English docs and have commited to github. https://github.com/openctp/openctp/tree/master/docs

^^