Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 21:11:11 +0000



Daily Range Bands question

View Count: 911

[2017-01-06 19:43:35]
jackbravo - Posts: 65
Hello,
I've added the Daily Range Bands indicator to my intraday chart, referencing ATR on my daily chart. I'm not sure why on one of the days the upper and lower bands reversed?

Also, is there a way to set the bands to work off the previous day's close?

Thanks.
Private File
Attachment Deleted.
[2017-01-07 09:30:09]
Sierra Chart Engineering - Posts: 104368
Provide a simple image of the chart only with that study by following these instructions:
https://www.sierrachart.com/index.php?page=PostingInformation.php#Image

We will also need to get the Chartbook as well. Here are instructions:
https://www.sierrachart.com/index.php?page=PostingInformation.php#AttachFile
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-01-09 07:44:23]
jackbravo - Posts: 65
Ok, I believe I have followed your instructions correctly.

http://www.sierrachart.com/image.php?Image=1483947671245.png
Private File
[2017-01-10 22:12:27]
Sierra Chart Engineering - Posts: 104368
We need time to look into this. Please allow about two weeks.
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 01:01:49]
Sierra Chart Engineering - Posts: 104368
We apologize for the long delay with this.

We have finally done testing and a code review and what you see is the correct mathematical result.

The documentation has been updated along with a described solution:

The output consists of two study Subgraphs that form the upper and lower bound of the predicted range using the days High and Low and the Range study referenced.

Upper Band when Gap Adjust With Yesterdays Close is No: (Low for day + Range Study Reference Subgraph for the corresponding day) * BandMultiplier.
Lower Band when Gap Adjust With Yesterdays Close is No: (High for day - Range Study Reference Subgraph for the corresponding day) * BandMultiplier.
Upper Band: (Minimum(Low for day, Previous day close) + Range Study Reference Subgraph for the corresponding day) * BandMultiplier.
Lower Band: (Maximum(High for day, Previous day close) - Range Study Reference Subgraph for the corresponding day) * BandMultiplier.

Reversed Bands: In the case where you notice that the Upper Band Subgraph is lower than the Lower Band Subgraph, you need to increase the Band Multiplier value to solve this.

Updated documentation:
https://www.sierrachart.com/index.php?page=doc/TechnicalStudiesReference.html#s349
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-02-18 01:04:39

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

Login

Login Page - Create Account