Replies

andrew.okri@gmail.com
16 Jun 2023, 11:55 ( Updated at: 21 Dec 2023, 09:23 )

The issue continues to persist. Is this what to expect from the production environment of the Python SDK CTrader server as well? This time no event signal was received, is there a solution coming for this or is there something we can do at the client end to improve this?


@andrew.okri@gmail.com

andrew.okri@gmail.com
09 Jun 2023, 13:56 ( Updated at: 09 Jun 2023, 13:57 )

RE:

PanagiotisChar said:

Hi there,

Can you compare with the desktop app? Does the symbol receive ticks on cTrader Desktop?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 

The symbol is USDJPY, the currently running desktop app can display tick data in the onTick method and trendbar data in the OnBar method. The timing of the OnBar event on the desktop is spot on the 30 minutes intervals and l am trying to replicate that in the python SDK based code for OpenAPI. The aim is to have a consistent event signal on the 30 mins interval as my trading algorithm is based on this strict timeliness.


@andrew.okri@gmail.com