Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 10:05:03 +0000



TRANSPARENT_CIRCLE draw style

View Count: 1799

[2017-02-15 14:55:18]
User132748 - Posts: 159
Hi,

How can I use Transparent Circle draw style in other studies than LargeVol? Doesn't seem to work. Is there any other setting I should set/check to have that working?

I tried to select it in MovingAverageSimple and nothing is plotted.

BR
[2017-02-15 17:57:47]
Sierra Chart Engineering - Posts: 104368
This is not yet available.

It will be next week.
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-02-15 20:59:32]
User132748 - Posts: 159
Thanks
[2017-02-15 21:02:09]
User132748 - Posts: 159
So maybe you can also add Circle as new draw style (without any fill)? That would be a logical combo. Thanks in advance...
[2017-02-15 21:02:22]
User20450 - Posts: 330
is there anyway to make them circles and not points , so the price can be distinguished?
[2017-02-16 05:04:32]
Sierra Chart Engineering - Posts: 104368
Not sure what is described in post #5.

Do you want a hollow/unfilled circle?
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-02-16 12:44:06]
User20450 - Posts: 330
correct , with maybe a center dot on price .
[2017-02-16 13:12:17]
zippyzip - Posts: 293
something like these to represent size
Private File
[2017-02-16 17:55:54]
Sierra Chart Engineering - Posts: 104368
We will see about 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
[2017-02-18 22:07:25]
sampater - Posts: 243
Can you also add to the Transparent Circle draw style a possibility to set by ACSIL a different size of circles on respective bar?
This option along with setting transparency would provide a full spectrum of configuration of circles.

Thanks in advance
[2017-02-19 00:13:33]
Sierra Chart Engineering - Posts: 104368
You will need to use a different Subgraph for each size you want.
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-02-19 14:56:47]
sampater - Posts: 243
That would be 26 Subgraphs...

I have my study that already has 40 Subgraphs, that among other things, draw large volume trades that exceed an average of the largest trades of the last several bars. It uses the MARKER_POINT, size from 5 to 17, independently for bid and ask trades. (13 sizes x 2). The larger trade the bigger the size of the marker.
But if there is a very large trade on a bid price and there is a large ask trade at a price near price of that bid trade, then one covers the other.

That's why I need transparent circles of different sizes on respective bar. This can be by DRAWING_MARKER or Subgraph draw style.
Would it be the possibility implement that?
Date Time Of Last Edit: 2017-02-19 15:11:38
[2017-02-20 19:24:24]
Sierra Chart Engineering - Posts: 104368
We would have to develop a new Draw Style that would use a Study Subgraph extra array to control its size.

We will see about 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-03-19 08:53:14
[2017-03-14 19:33:55]
User64410 - Posts: 14
Hi,
im curious about transparent circle. is possible to change transparency level?

Now, I can change trans circle diameter for sc.Index using:
sc.SubGraph[0].Arrays[0][sc.Index] = DataArray[1];

Iam missing information about contours settings like color and width, except transparency level. It also looks like two transparent circles are still overlapped with no transparency between them.

Now a have to use all available sc.Subraphs to achieve my goals. I would like to use trans circle in future but i see two problems:
1. I will lose range of colors shade because of fixed transparency.
2. problem is that huge circle with sc.index 100 will hide smaller circle at sc.index 99 and it does not make sense.

Is now (am i missing some information?) or it will be possible to solve this in future ?
imagetrans-circle-example.png / V - Attached On 2017-03-14 19:20:42 UTC - Size: 169.95 KB - 418 views
imagegoal.png / V - Attached On 2017-03-14 19:20:52 UTC - Size: 22.42 KB - 388 views
imagedrawstyle-point-all-subgraphs.png / V - Attached On 2017-03-14 19:33:09 UTC - Size: 254.51 KB - 365 views
[2017-03-14 20:18:02]
sampater - Posts: 243
1. I will lose range of colors shade because of fixed transparency.
I also need different transparency of circles on respective bar, something like Subgraph extra array that control its size.

2. problem is that huge circle with sc.index 100 will hide smaller circle at sc.index 99 and it does not make sense.
It is also significant problem for me.
[2017-03-19 08:57:44]
Sierra Chart Engineering - Posts: 104368
There is only one transparency level setting and how that is controlled is explained here:
Chart Studies: Transparent Circle Variable Size (ACSIL: DRAWSTYLE_TRANSPARENT_CIRCLE_VARIABLE_SIZE)

We could use another Extra Array to support the transparency level for the circles at each chart bar.

It is not clear what you are looking for when you say this:
Iam missing information about contours settings like color and width, except transparency level.

We assume you know how to control the color and width of the circles?

The color can be controlled through:
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DataColor[]
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-03-20 02:32:08]
User20450 - Posts: 330
think hes looking for something like this with inside and sizing color , outside circle with dot in middle to pin point the price , and shade inside for sizing
Private File

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

Login

Login Page - Create Account