Access to a different market data feed from cBot.

Created at 17 Oct 2017, 00:11
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
YuriiZelinskyi's avatar

YuriiZelinskyi

Joined 22.04.2016

Access to a different market data feed from cBot.
17 Oct 2017, 00:11


Dear, Spotware team.

I need to know if there is a way to code a cBot so it can receive live market data (Quotes & Depth) from Spotware while running on cTrader platform of another broker ?

I mean... I need a cBot to read a market data feed of another broker.

Is there a way to do that by using FIX connection to Spotware and reading recieved data by cBot?

If there is any way to do this kind of thing, please tell me in general how it can be done?

 


@YuriiZelinskyi
Replies

PanagiotisCharalampous
17 Oct 2017, 10:38

Hi Yurii,

In principle yes this is possible, either by using Connect API or FIX API. You start by having a look at our example projects here and here which are written in C# allowing you to "borrow" some code for your cBot.

Best Regards,

Panagiotis


@PanagiotisCharalampous