Support Board
Date/Time: Wed, 15 Jan 2025 21:10:19 +0000
ReplayStatus is not set to REPLAY_PAUSED, when Pause button is pressed
View Count: 1000
[2017-09-09 01:21:32] |
User735389 - Posts: 189 |
can you check this or explain when I would get that status
|
[2017-09-09 01:24:37] |
Sierra Chart Engineering - Posts: 104368 |
When pausing a replay, the study function will not be called until the replay is resumed, so the study function under normal conditions would not be aware of a paused status.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2017-09-09 02:19:50] |
User735389 - Posts: 189 |
Is there any way to know that a chart was paused? I dont have to know its currently paused, i just need to know if was paused since the last study function call. A flag I can check.
|
[2017-09-09 23:10:58] |
Sierra Chart Engineering - Posts: 104368 |
The only way to know this is to use sc.UpdateAlways: ACSIL Interface Members - Variables and Arrays: sc.UpdateAlways This way, you can check the state of the replay continuously. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2017-09-10 02:03:32] |
User735389 - Posts: 189 |
That doesn't appear to work. Once paused, the study function is no longer called. Verified through the debugger that sc.UpdateAlways set to 1. Chart Update Interval also verified.
|
[2017-09-10 02:40:50] |
Sierra Chart Engineering - Posts: 104368 |
As long as you have actually set in the compiled code sc.UpdateAlways= 1, then the study function is going to be continuously called. There cannot be anything that can go wrong with this and we verified that.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2017-09-10 02:41:11
|
[2017-09-10 20:42:00] |
User735389 - Posts: 189 |
Not sure what to tell you, it is definitely not working for me, and i verified the UpdateAlways value in the debugger as set to 1. Maybe it stopped working due to some other undocumented reason, no time to troubleshoot now. Anyways, I got around the issue with the ReceivePointerEvents = ACS_RECEIVE_POINTER_EVENTS_ALWAYS_FOR_ALL_TOOLS to trigger an event, so all is good. |
[2017-09-10 20:46:59] |
Sierra Chart Engineering - Posts: 104368 |
There are no undocumented reasons.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
To post a message in this thread, you need to log in with your Sierra Chart account: