Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 13:36:50 +0000



[User Discussion] - Flex Renko bar predictor is not acurate

View Count: 422

[2021-07-16 07:53:01]
User967921 - Posts: 7
I'm using the setting 1-1-6 for Flex Renko With " New Trend Bar When Range Exceeded | New Bar When Open Crossed" and as depicted in my attached image you can see that current next bar is off by a couple of ticks and reversal bar is off by 1 tick. Is there any Solution?

Perhaps other users would be so kind to share a better version of this indicator...
imageFlex Renko Bar Predictor.png / V - Attached On 2021-07-16 07:44:54 UTC - Size: 21.35 KB - 156 views
Attachment Deleted.
[2021-07-16 10:20:05]
Sierra_Chart Engineering - Posts: 14099
We are marking this as a User Discussion. We are not going to spend any time looking into this or doing anything with that study. You are free to do what you want with the study. The source code is available:

How to Build an Advanced Custom Study from Source Code
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2021-07-16 10:20:23
[2021-07-16 11:30:04]
Sawtooth - Posts: 3976
Here's a possible workaround:

Add the Spreadsheet Formula study
- Set the Chart Region to 1
- Set 'Draw Zero Values' to No
- Set the DrawStyle to Dash
- Use a formula like this in its Formula field:
=IF(ID2.SG1=0,0,MAX(H,ID2.SG1))
where ID2 is the Renko Bar Predictor study.

- Duplicate the Spreadsheet Formula study you've just configured
- Use a formula like this in its Formula field:
=IF(ID2.SG2=0,0,MIN(L,ID2.SG2))

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

Login

Login Page - Create Account