Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 04:37:00 +0000



Post From: Problems with ACSIL HTTP Support

[2016-01-10 23:18:51]
managematics - Posts: 3
OK, I have fully rebuilt my study as a state machine to deal with the non-blocking HTTP request. However, there are still issues when markets are closed.

What is occurring is that the HTTP Request is made and then most or all of the calls to the study to process historical bars occur while still waiting for a response to the first request. Any additional calls come while waiting for the second request. If markets are not open then there are no additional calls to keep the state machine moving.

This happened all day long today (Sunday) with things finally working as expected on futures charts after markets opened.

Anything I can do about this?