Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 04:13:46 +0000



[User Discussion] - Color Bar Alert

View Count: 1252

[2017-05-02 17:35:49]
User104854 - Posts: 441
I use the color bar based on alert condition for buy imbalances and then I use the extension line feature that was just added. I've attached a screenshot. I would like to use the color bar alert condition again to provide an alert when the low of a bar (any bar) equals one of these lines (any line) as shown in the screenshot. I've tried to do it by referencing the ID and SG #'s in the original color bar indicator but I can't seem to get it to work. Is this possible? Can you help? Thank you.
Private File
[2017-05-04 14:07:27]
User104854 - Posts: 441
Did this post go through? It's been a couple of days. Thanks.
[2017-05-05 23:23:22]
User104854 - Posts: 441
Do you guys not like me anymore?
[2017-05-05 23:56:27]
Sierra Chart Engineering - Posts: 104368
This is not within the scope of our support and do you know how much support on this board costs us. It is over USD150 an hour.

This is a paid request and we simply do not provide this level of support.
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-05-05 23:56:57
[2017-05-06 00:32:15]
Sawtooth - Posts: 3993
What you are wanting to do is not possible with Simple Alerts, nor even with a spreadsheet study. It is sufficiently complex to require a custom programmed ACSIL study.
[2017-05-06 00:38:03]
User104854 - Posts: 441
Ok tomgilb. Thank you for the reply.
[2017-05-07 14:51:30]
User104854 - Posts: 441
Hey Tom (I assume your name is Tom. Let me know if I'm wrong.),

I have a color bar study that I've created. I'll call it color bar study A. I would like to create another color bar study that generates a signal and part of the equation would require that one of the previous 3 bars is a color bar study A bar. I've looked all over and can't find a simple way to go about this. Can you offer any assistance please?

John
[2017-05-07 19:04:22]
Sawtooth - Posts: 3993
Try this:

=AND(OR(ID1.SG1[-1]>0,ID1.SG1[-2]>0,ID1.SG1[-3]>0),yourotherconditions)
[2017-05-07 20:32:35]
User104854 - Posts: 441
That did it. Awesome! Thank you.
[2017-05-10 14:31:34]
User104854 - Posts: 441
Hey Tom,

I need to have a custom indicator built. It should be pretty straight forward. Is this something that you do? If so I'd like to talk with you about it. If not, can you recommend someone? Thanks.
[2017-05-10 14:52:59]
Sawtooth - Posts: 3993
You can contact me here:
http://www.sawtoothtrade.com/contact.html
[2017-05-20 19:18:10]
User104854 - Posts: 441
Hey Tom,

Hope all is well.

2 things. One, thank you for sending me to Onn for my custom indicator. He helped me out and it's worked out great.

Second, you helped me earlier on this thread when I was designing a color bar and I wanted one of the previous 3 bars to be a specific color bar that I already had. I'm having trouble adding a condition. I want the low of my current bar to be higher than or equal to any of the lows of the 3 bars that happen to be one of these specific color bars.

Previously you had me use:

=AND(OR(ID1.SG1[-1]>0,ID1.SG1[-2]>0,ID1.SG1[-3]>0),yourotherconditions)

which worked out great to identify if one of the previous 3 bars was one of these. I tried OR(ID1.SG1[-1]<L, ID1.SG1[-2]<L, ID1.SG1[-3]<L). I have the value of these bars that I refer to at -1 from the low so I would think this would work but it isn't. Can you help?

Thanks again.

John

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

Login

Login Page - Create Account