Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 12:02:31 +0000



New Study Summary Window

View Count: 19348

[2018-01-04 18:10:44]
Sierra Chart Engineering - Posts: 104368
So you are saying you want to see the text which is displayed by this particular Draw Style?:
Chart Studies: Text (ACSIL: DRAWSTYLE_TEXT)
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: 2018-01-04 18:11:06
[2018-01-04 18:21:30]
User661281 - Posts: 11
Correct, right now it doesn't display what you put into TextDrawStyleText.


plot.TextDrawStyleText = "Test";
plot[sc.Index] = 1;

Plot is a subgraph, set sc.Index to 1 to get the text to show up on the chart. In the summary window it's displaying 1, but it'd be great if it would display "Test". The goal would be to be able to recreate something like the attached image from TradeStation, where we could have multiple plots on an indicator whose text changes regularly (background and foreground colors changing would be great too, but not super critical). We already do this on TOS, Ninja, MultiCharts, and eSignal but a lot of our customers are Infinity/Sierra Charts and would love to have a comparable feature.
Date Time Of Last Edit: 2018-01-04 18:24:27
imagetsrs.png / V - Attached On 2018-01-04 18:22:38 UTC - Size: 127.11 KB - 488 views
[2018-01-04 20:15:06]
Sierra Chart Engineering - Posts: 104368
We will do this. But hopefully this will be what others want. If not, we will have to add an option for this.
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
[2018-01-04 20:21:12]
User661281 - Posts: 11
Awesome, excited to see it when it's completed! Thanks
[2018-01-04 20:24:13]
Sierra Chart Engineering - Posts: 104368
Will put this out in about 15 minutes.
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
[2018-01-04 20:51:45]
Sierra Chart Engineering - Posts: 104368
This is now out. Update to prerelease 1682:

Software Download: Fast Update
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
[2018-01-05 15:45:28]
User661281 - Posts: 11
Looks to be working pretty good in my quick test. Couple questions I have though

- Is there a way to hide the text on the chart, but keep it in the summary window?
- I've got the font color changing through DataColor, how would I change the background color of the cell through ACSIL? I realize it might be possible to do this through alerts as you mention above, but lets say we have 5 columns/plots in the summary window, each one of those cells in a row may need different coloring depending on their values and this wouldn't be possible with the alerts approach. If you look at the screenshot I attached above you'll see that some of the cells are green, red, and black all at the same time depending on their value at that given moment.

Thanks for adding this feature so quickly, our clients will love it!
Date Time Of Last Edit: 2018-01-05 15:55:23
[2018-01-05 19:51:07]
Sierra Chart Engineering - Posts: 104368

- Is there a way to hide the text on the chart, but keep it in the summary window?
Yes. Just hide the study:
Chart Studies: Settings and Inputs Tab >> Hide Study

how would I change the background color of the cell through ACSIL?
Only the foreground color of the text can be changed and that would be controlled through either of these methods:
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].PrimaryColor
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DataColor[]

We would have to look at background coloring capability later on.
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: 2018-01-05 19:51:32
[2018-01-05 20:14:55]
User661281 - Posts: 11
Thanks! Do you have an ETA for when this featured will show up in the stable version of SC?
[2018-01-05 21:45:35]
Sierra Chart Engineering - Posts: 104368
Do you mean the latest feature to show the text instead of the value for the Subgraph? We consider the prerelease stable so there is no problem with using that and as far as when that will become the main release, not totally sure. May be in about a week. But not a very long time.
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: 2018-01-05 21:45:58
[2018-01-07 03:25:42]
Sierra Chart Engineering - Posts: 104368
We are going to add later today, the capability to set the background color for a Study Subgraph on the Study Summary window, through ACSIL.
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
[2018-01-07 04:36:02]
User379468 - Posts: 508
Can you add the existing features of the quoteboard to the study summary window? Fonts, graphics settings, new high/low color highlights, and price alerts (including on study subgraph inputs, just easily configured directly through the study summary window, like we can on price alerts through the quoteboard) ?
Date Time Of Last Edit: 2018-01-07 17:54:13
[2018-01-07 16:02:59]
flyboy615 - Posts: 56
Hi,

Is there a property at the study level equivalent to the subgraph IncludeInStudySummary that can be used in the study code to set the value off by default for custom studies? I don`t see anything the MS intellisense.

Thanks
Rob
[2018-01-08 05:14:39]
Sierra Chart Engineering - Posts: 104368
Fonts, graphics settings, new high/low color highlights, and price alerts
This is already supported except the ability to set the price alerts. The menu command has now been added to the latest prerelease 1684 for this.

(including on study subgraph inputs, just easily configured directly through the study summary window, like we can on price alerts through the quoteboard) ?
This is not supported and will not be.

Is there a property at the study level equivalent to the subgraph IncludeInStudySummary that can be used in the study code to set the value off by default for custom studies?
This is now in prerelease 1684.
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
[2018-01-08 14:43:56]
infpz - Posts: 826
Any issues with changing the Study Summary text color to anything other than black?

Seems that font & style and size changes are accepted whereas colors are not.
[2018-01-08 14:50:18]
User661281 - Posts: 11
Do you mean the latest feature to show the text instead of the value for the Subgraph? We consider the prerelease stable so there is no problem with using that and as far as when that will become the main release, not totally sure. May be in about a week. But not a very long time.

We are going to add later today, the capability to set the background color for a Study Subgraph on the Study Summary window, through ACSIL.

Thanks, I meant the latest feature to show the text instead of the value.

Can't wait to try that out, very exciting!
[2018-01-08 17:59:33]
User661281 - Posts: 11
Am I doing something wrong?


plot.UseStudySummaryCellBackgroundColor = 1;
plot.StudySummaryCellBackgroundColor = RGB(255, 255, 255);

but the cell just stays on the default color set in "Graphics Settings".
[2018-01-08 19:16:21]
Sierra Chart Engineering - Posts: 104368
Any issues with changing the Study Summary text color to anything other than black?
What is the column title of the particular field you are referring to. Just tell us one of the fields.
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: 2018-01-08 19:17:21
[2018-01-08 19:18:52]
Sierra Chart Engineering - Posts: 104368
Am I doing something wrong?


plot.UseStudySummaryCellBackgroundColor = 1;

plot.StudySummaryCellBackgroundColor = RGB(255, 255, 255);


but the cell just stays on the default color set in "Graphics Settings".
At this point start a new Support Request about this. This thread is too long. Tell us what version you are running as well. There should be no problem with this. This has been tested and does work properly.
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
[2018-01-13 18:11:50]
wwwingman - Posts: 185
The Quote field "Name" does not seem to work anymore when switching to version 1689 (I was using 1674 before, I think).

-- W.
[2018-01-13 18:12:34]
wwwingman - Posts: 185
Is there a way to Export the Study Summary data ? (CSV/Spreadsheet/..)

-- W.
[2018-01-14 00:30:06]
Sierra Chart Engineering - Posts: 104368
The Quote field "Name" does not seem to work anymore when switching to version 1689 (I was using 1674 before, I think).
We see no problem with this and really makes no sense why there would be an issue.

Make sure Sierra Chart is connected to the data feed and if there still is a problem what is the symbol?

There is no way to export the Study Summary data.
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: 2018-01-14 00:30:20
[2018-02-01 05:21:02]
Acro - Posts: 436
Hi,
Thanks for this new feature. I watched the video, which was helpful.

Re using alerts based on "color bar based on alert condition" in the study summary window, is there a way to not have this column appear completely blank in the summary window until the alert is true ?

I've attached a screenshot to explain what I mean but basically the only options I see at the moment for when the alert is not true is to have a column of 0s or -1s.

Also, if you use one of the "comment" fields as a column, how do you go about editing that in the summary window ? Eg in the Quote Board I used this column for notes or potential turning point prices ?
Date Time Of Last Edit: 2018-02-01 05:23:13
image180201_0020.jpg / V - Attached On 2018-02-01 05:20:34 UTC - Size: 16.68 KB - 462 views
[2018-02-01 09:55:41]
Sierra Chart Engineering - Posts: 104368
Post #97 is not making any sense to us.


is there a way to not have this column appear completely blank in the summary window until the alert is true ?
This is already the case as confirmed by what you say here:

I've attached a screenshot to explain what I mean but basically the only options I see at the moment for when the alert is not true is to have a column of 0s or -1s.

So what is the question?


Comments are not supported on the Study Summary at this time.
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
[2018-02-02 06:11:19]
Acro - Posts: 436
Re #97 I mean have no digits (neither 1, 0 nor -1) appear in those columns until the alert is true.

I'd also request that we get a label row to separate different types of instruments and a way to either have a symbol list linked to the summary window or some other way to reorder the instruments.

To explain this, I belatedly added NGEH18 to my list of charts in my chartbook that has a Summary Study Window but I cannot drag it up to where it should be, with the other energy instruments
[2018-02-23 23:17:41]
Sierra Chart Engineering - Posts: 104368
Label rows are just not possible on the Study Summary but charts can use custom titles which would be an alternative.

For information about this and to change the order of the charts on the Study Summary, refer to:
http://www.sierrachart.com/index.php?page=doc/StudySummaryWindow.php#ChartManagementRelatedToStudySummary
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: 2018-02-23 23:18:02

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

Login

Login Page - Create Account