Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 03:42:30 +0000



renko bar predictor for flex renko inverse set

View Count: 1809

[2018-07-10 11:53:15]
User294173 - Posts: 6
I have a chart in flex renko inverse set,
I want to put the renko predictor bar but it does not do the right level so I try to program them with the study spreadsheet formula.
I want it put a level on the corresponding chart as part of a bullish preceding candle that just closed, the highest of this candle +2 ticks I tried with this formula but nothing is displayed: = IF (O [-1] -C [-1] <0, H [-1] +2)
[2018-07-10 14:21:24]
John - SC Support - Posts: 31059
There are two problems with your formula.

First, the IF statement takes 3 parameters - 1: The condition to check; 2: What to return if True; and 3: What to return if False. You are missing the 3rd parameter.

Second, you need to have the brackets next to the item that they are adjusting, so get rid of the spaces after the O, C and H.

Your formula should look like this after you correct it: =IF(O[-1] - C[-1] < 0, H[-1] + 2, 0)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-07-10 15:26:54]
User294173 - Posts: 6
i put your formula and the log said that: study spreadsheet formula is true i heard the alert but i don't have the line in the chart.
[2018-07-10 16:12:38]
John - SC Support - Posts: 31059
What I had given you was just the information to fix the Spreadsheet Formula Study and draw that particular study.

I take it you need more information, but I need to understand exactly what you are trying to do. Just the simplest description of what you want to see on your chart.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-07-10 18:57:11]
User294173 - Posts: 6
I have a flex renko inverse set chart, I would like to put the renko predictor bar but it does not doone the right level for the flex renko inverse. Can you do a study: flex renko inverse bar predictor for this type of flex renko?
Date Time Of Last Edit: 2018-07-10 19:03:30
[2018-07-11 16:08:18]
John - SC Support - Posts: 31059
We are looking into this and will let you know here.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-07-13 14:36:08]
User294173 - Posts: 6
Did you look into this?
[2018-07-13 15:53:33]
John - SC Support - Posts: 31059
Yes, it is still being reviewed.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-07-16 18:14:00]
Sierra Chart Engineering - Posts: 104368
The Renko Predictor study will be updated to support Renko Bar Inverse settings.
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
[2018-07-16 19:01:56]
Xfanman1 - Posts: 320
Engineering, I've attached images below of my modified version of the Renko Bar Predictor that has added inputs for multiple targets and/or offsets. I find this VERY useful when choosing entry location and targets. If you haven't finished the update to this study yet maybe other users would find this added flexibility useful.

Thanks!

--
Scott
Date Time Of Last Edit: 2018-07-16 19:02:43
imageRenko Bar Predictor.PNG / V - Attached On 2018-07-16 19:01:44 UTC - Size: 57.67 KB - 550 views
imageRenko Bar Predictor Subgraphs.PNG / V - Attached On 2018-07-16 19:02:40 UTC - Size: 47.9 KB - 359 views
[2018-07-24 05:58:41]
User538995 - Posts: 11
Hello,
the new renko bar predictor is it available for the new version of sierra?
because i downloaded the version 1783 but putting the renko bar predictor it is always wrong for the Renko Bar Inverse.
[2018-07-24 14:42:47]
John - SC Support - Posts: 31059
No, it is not yet available. We should have it done within the next week. We will post here when it is available.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2018-07-27 18:35:04]
John - SC Support - Posts: 31059
Sorry for how long this has taken, we have just been busy with lots of things.

We have updated the Renko Bar Predictor study to handle the Inverse settings. We have not added any additional functionality at this time.

The updated study will be available in release 1785. When the Pre Release is available, you can update to the latest version by following these instructions:
Software Download: Fast Update
For the most reliable, advanced, and zero cost futures order routing, use 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