Ctrader Algo and Fix Api
Ctrader Algo and Fix Api
07 Feb 2019, 15:30
I have a calgo robot but need to hook up with a FIX-Api provider.
How can that be achieved?
Replies
erisoftdevelop
09 Feb 2019, 19:27
RE:
ctid863631 said:
I have a calgo robot but need to hook up with a FIX-Api provider.
How can that be achieved?
You can connect the robot to a FIX API.
1-But you need an external server to provide backend. Example:
NodeJs server could use ExpressJS to build a endpoint . That endpoint will listen each robot request to your endpoint and your NodeJS can process and trigger x action to a third FIX API throw a client like NodeFIX. So your server can act as SERVER and client.
Take a look if you are interested in NodeJS
https://github.com/falconair/nodefix
https://expressjs.com/es/
@erisoftdevelop
bart1
11 Feb 2019, 16:35
Take a look at http://quickfixn.org
It's a .Net port of a well known open source QuikFix engine: https://en.wikipedia.org/wiki/QuickFIX
@bart1
PanagiotisCharalampous
08 Feb 2019, 09:35
Hi ctid863631,
A cTrader Automate robot can only trade with the cTrader's broker. It cannot be connected to an external source.
Best Regards,
Panagiotis.
@PanagiotisCharalampous