Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 10:31:19 +0000



Study Summary Window - Follow 'date focus' charts

View Count: 2016

[2019-11-30 14:16:22]
Mack - Posts: 83
Hi SC Engineering,

To go back in history, and see how my indicators respond overtime it would be interesting to have the Study Summary Window follow the active focus of the charts. So if you set your charts to the date 2018-01-01 it would be cool if the Study Summary Window values would also update and reflect 2018-01-01.

At the moment, the Study Summary Window always shows the latest values and does not follow your chart focus. I have no sense of how difficult it would be to implement this, and I understand you are very busy.

Thanks for your consideration.
[2019-12-01 01:14:06]
Sierra Chart Engineering - Posts: 104368
We will see if we can do it today. If something is an option and we think it is a neat idea, and it just takes us 20 minutes, we are happy to do it.
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: 2019-12-01 01:14:29
[2019-12-20 18:10:14]
Ackin - Posts: 1863
We will see if we can do it today. If something is an option and we think it is a neat idea, and it just takes us 20 minutes, we are happy to do it.
Excelent

next usability of the study:
Is there any way through ACSIL how to get (read only) values ​​from this window? I have previously asked in the past without a result. This would save a lot of system resources when someone uses Summary study and overlay study at the same time. Moreover, the added value is the synchronization that is complete and perfect in the Summary window. Please, consider this.

thanks in advance
Date Time Of Last Edit: 2019-12-20 18:23:01
[2019-12-24 14:05:15]
User871277 - Posts: 34
@Sierra Support, please provide an ASCIL interface to the study summary window.
[2019-12-24 15:13:50]
User964132 - Posts: 93
Yes, Sierra charts an ASCIL interface to the study summary window would be highly appreciated! Looking forward to this!
Date Time Of Last Edit: 2019-12-24 17:30:48
[2019-12-24 18:56:24]
Sierra Chart Engineering - Posts: 104368
Regarding the Study Summary window, are you referring to accessing a value at a specified row and column index?
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: 2019-12-24 18:56:30
[2019-12-24 19:32:08]
Ackin - Posts: 1863
Yes, to any value in the table. It will surely be more effective than a price overlay or acsil study reference. I also tried to transfer the Persistent Variables between the charts. Everything works somehow, but not for 100 percent. It is a big problem to keep synchronization in live mode, some signals are delayed or not reloaded at all. There is a difference between replay mode, static unconnected chart and live running chart.

Summary window and access to tabs values via ACSIL can be the solution to everything.


If it is difficult for you to create the access to all values, please create at least one reference column (something like object ID1) and the study from different charts in that column would be accessible.

Thank you
[2019-12-25 16:26:59]
Brenster - Posts: 15
wow, that would be a difference maker for me, i hope this happens
[2019-12-25 19:50:39]
User964132 - Posts: 93
Thanks Sierra charts support for picking this up! Access to tabs values and summery window, via ACSIL is going to help a lot for the accuracy of automatic traden! Highly appreciated!! A big THANKS!
[2019-12-26 09:23:23]
User371906 - Posts: 141
+ 1
G
[2019-12-26 23:26:42]
Sierra Chart Engineering - Posts: 104368
Ok we will add functions to ACSIL to access a study summary window cell either as a string or as a number by specifying its row and column.
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
[2019-12-27 08:49:35]
User964132 - Posts: 93
Thanks SC Engineering!! Looking forward to this!
[2020-01-01 17:32:51]
Brenster - Posts: 15
possible to get a time frame for this update?
[2020-01-06 01:56:14]
User371906 - Posts: 141
Really looking forward to see for this update!
[2020-01-06 11:37:35]
Brenster - Posts: 15
looking forward also!!, pretty excited to test it and my strategy, tell you what ,SC will be head and shoulders above the other platforms/charts and i will certainly pass that info on. this will make a lot of traders jump ship to SC. to not have that lag associated with overlaying from different charts? could be a game changer !!
[2020-01-06 12:01:54]
User964132 - Posts: 93
I agree with you Brenster, when I now test with the autotrader my signals, (with use of SMI on three different volume charts, overlaid to one), the test looks really good, but as soon as I run it live, the signals occur much later or not at all. And only if I refresh the chart, they all show up. Having this all better synchronised, makes a big, big difference! So really looking forward to be able to test the difference!
[2020-01-07 01:29:17]
Brenster - Posts: 15
That is the issues i am having also, looks really good in replay but late signals or have to refresh the charts and then it is 5 minutes tooo late. i hope this happens soon.
[2020-01-07 15:51:06]
Sierra Chart Engineering - Posts: 104368
when I now test with the autotrader my signals, (with use of SMI on three different volume charts, overlaid to one), the test looks really good, but as soon as I run it live, the signals occur much later or not at all. And only if I refresh the chart, they all show up.

, looks really good in replay but late signals or have to refresh the charts and then it is 5 minutes tooo late.
This sounds like a study calculation order issue:
Chart Studies: Study Calculation Precedence And Related Issues

Or an issue with data changing in a study at an earlier index. This is explained here:
Study/Price Overlay Study: Data Changing at Chart Bars Earlier Than Being Referenced in Source Chart

Normally these kinds of issues should not be occurring.

These functions will be out in version 2033:
int (SCDLLCALL* GetStudySummaryCellAsDouble)(const int Column, const int Row, double& r_CellValue);
int (SCDLLCALL* GetStudySummaryCellAsString)(const int Column, const int Row, SCString& r_CellString);

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: 2020-01-07 15:52:39
[2020-01-07 18:03:13]
User964132 - Posts: 93
Thank you Sierra Chart Engineering for your reply!
I will look into your suggestions related to this issue.
BUT for now just really happy with your update in version 33! And looking forward to work with this.
A big THANKS!!
[2020-01-07 18:37:47]
Brenster - Posts: 15
Agreed!!! Thank you for helping us on our journey to be profitable!!

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

Login

Login Page - Create Account