Login Page - Create Account

Support Board


Date/Time: Sun, 12 Jan 2025 23:51:49 +0000



Percent of Candle Stick

View Count: 713

[2017-03-09 15:55:41]
CrunchFX - Posts: 13
Im having a hard time figuring out how to code the color Bar on alert condition for when the Close of a candle is within the last 25% of the total candle.
[2017-03-10 03:28:24]
Sierra Chart Engineering - Posts: 104368
This will be the formula:

AND(C >= L, C <= ((H-L)*.25 + L) )
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-10 03:58:01]
CrunchFX - Posts: 13
Is this formula good for both bull and bear candles.

AND(C >= L, C <= ((H-L)*.25 + L) )
Date Time Of Last Edit: 2017-03-10 04:04:56
[2017-03-10 04:10:40]
Sierra Chart Engineering - Posts: 104368
Here is the formula for the top of the bar:
AND(C <= H, C >= (H - (H-L)*.25) )
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

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

Login

Login Page - Create Account