Not receiving any trendbars

Created at 29 Mar 2017, 06:23
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!
TA

taharxeg

Joined 21.03.2017

Not receiving any trendbars
29 Mar 2017, 06:23


Hi,

Is there any reason to why I am not receiving any trendbars, I add the trend bar period to the subscribe request, but I only get tick data.

ProtoOASubscribeForSpotsReq subReq;
subReq.add_trendbarperiod( M1 );
subReq.add_trendbarperiod( M3 );
subReq.add_trendbarperiod( M5 );
subReq.set_accesstoken( apiToken );
subReq.set_accountid( apiId );
subReq.set_symblolname( "EURUSD" );

 


@taharxeg
Replies

Spotware
29 Mar 2017, 11:55

Hi taharxeg,

It is a known issue and will be resolved soon.

Best Regards,


@Spotware

jaredthirsk
02 Jun 2017, 22:59

Any update on this?  It seems pretty important.


@jaredthirsk

Spotware
12 Jul 2017, 13:00

Dear Jared and taharxeg,

An update has taken place recently and this issue has been resolved now. You can receive trendbars through Connect API now. 

Best Regards,

cTrader Team


@Spotware