Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 19:33:06 +0000



Post From: Flex Renko bar predictor is not acurate

[2021-07-16 11:30:04]
Sawtooth - Posts: 3993
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))