Login Page - Create Account

Support Board


Date/Time: Tue, 14 May 2024 05:20:36 +0000



Color bar based on alert condition - RSI

View Count: 1887

[2017-05-06 18:13:40]
trumpy - Posts: 37
Hi - I'm pretty new to Sierra trying to figure out how to set the color bar based on alert condition based on RSI line value.

INPUTS:

RSI Line = ID3.SG1

What I'm looking for is on a range bar chart whenever a bar closes AND the RSI Line value is within a range of 45 to 55 then color the bar.

I have tried a few iterations based on example but not quite getting it to work right any help appreciated.

Thanks
[2017-05-07 18:06:38]
trumpy - Posts: 37
This is what I am trying to get to work but it is throwing an error as I'm sure my syntax is wrong;

ID3.SG1<55,AND ID3.SG1>45

Thanks
[2017-05-07 18:17:48]
Sierra Chart Engineering - Posts: 104368
On the Color Bar Based on Alert Condition study, enter this Alert Formula:

AND(ID3.SG1<=55,ID3.SG1>=45)

Also enable the Evaluate on Bar Close option.
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-05-07 23:33:33]
trumpy - Posts: 37
Excellent thanks that worked.

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

Login

Login Page - Create Account