Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 21:26:14 +0000



Replay all the charts in all the instances

View Count: 478

[2022-09-24 20:52:48]
User887126 - Posts: 60
Hi,

I have several charts for the same symbol across 3 instances. What is the best way to replay all the charts in all the instances simultaneously. I know i can just add all the charts to one instance and replay all the charts. The issue is i want to spread them out across 3 different instances for performance reason and to work with multiple monitors setup.

Thank you in advance.
[2022-09-25 14:45:42]
Sierra_Chart Engineering - Posts: 14014
There is no way within Sierra Chart to accomplish this automatically. Maybe you could do something with ACSIL since ACSIL does have full control over chart replays now.
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-09-26 12:53:20]
JohnR - User831573 - Posts: 300
You should be able to accomplish this using autohotkey and create a macro that starts all three instances. You could also create other macros that pause, etc.

Hope this helps,
JohnR
[2024-04-11 11:23:05]
karohm - Posts: 126
You should be able to accomplish this using autohotkey and create a macro that starts all three instances. You could also create other macros that pause, etc.

Hope this helps,
JohnR

Hi John,
Could you please tell in more detail how it could be accomplished?
[2024-04-11 19:15:40]
JohnR - User831573 - Posts: 300
In AHK, you can select to activate a specific window (app instance), then send it a sequence of keystrokes and/or mouse movements. you then assign this macro to a keyboard shortcut. Sooo... identifiy instance 1, switch to it, then do stuff. identify instance 2, switch to it..do stuff.. etc

Hope this helps.
JohnR
[2024-04-11 19:21:01]
karohm - Posts: 126
So as far as i am understanding this wont play the replay charts at once simultaneously on all thd instances right or will it ?
[2024-04-13 03:47:38]
JohnR - User831573 - Posts: 300
Yes, it will be able to do what you want. There may be a 1 second difference in the instances, but all of that depends on how fast your computer is and how much stuff you have running. All of what I described is coded within one macro you would create. In some of the ones I have created I needed to put a delay of 200ms, between parts to allow Win10/SC to do what I wanted. You need to invest some time and write a short macro, just to identify each instance and switch between them. I would also suggest you add a delay between switching instances, so you can see it actually happening, or play a sound or something,

Hope this helps.
JohnR
Date Time Of Last Edit: 2024-04-13 03:48:25

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account