Applications blocked

Created at 07 Dec 2023, 08:44
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!
MO

MountOlympus

Joined 07.12.2023

Applications blocked
07 Dec 2023, 08:44


I just realized that the majority of my applications are in status blocked. 

I don't know what I did wrong. 

Assumptions

 - Every application is a script. Every time the script starts , the token is refreshed. Could this caused the problem?


@MountOlympus
Replies

PanagiotisCharalampous
07 Dec 2023, 13:21

Hi there,

We contacted you on your cTrader ID email some days ago regarding this matter. Please check.

Best regards,

Panagiotis


@PanagiotisCharalampous

MountOlympus
08 Dec 2023, 13:41 ( Updated at: 10 Dec 2023, 08:31 )

RE: Applications blocked

PanagiotisCharalampous said: 

Hi there,

We contacted you on your cTrader ID email some days ago regarding this matter. Please check.

Best regards,

Panagiotis

 

The problem was that I created too many applications and each application was requesting historical data. I didn't know that there was such limitation. I would have designed my scripts differently.

I already started to reconstruct the code. Only a script/application retrieves historical data and distributes them to the other scripts which send only open/close requests. I hope I will not violate any rule.

 

About limitations

It is supposed I can send 5 historical data requests per second. However It seems not true. While iterating in my trained symbols and requesting historical  data from cTrader I have a sleep time , even with 0.5 sec sleep sometimes I get “too many requests" response, with 0.75 secs works ok. According to that only 2 requests per second can be fulfilled with 100% possibility. 

 

Thanks for your support.

 


@MountOlympus