Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 05:23:44 +0000



Post From: Outside bar on a Renko chart

[2023-07-04 15:26:01]
Ticks - Posts: 174
Hi tomgilb,

I just markered what i would think would be an outside bar. The code would determine if the bar qualified or not.
The number of bars the the outside bar would have to be within would be adjustable by just changing the number of bars to search within.
I did not include this in the post as to keep it simple to start with and not complicate the basic code base.

Im trying to replicate this NT chart indicator.I have included a screen shot.Its the pic with the black chart.

I found a previous post of yours here and been trying to get the code modified to fit what i need.
But no luck so far.

This is the code i have come up with so far.
The code currently marks the reversal bar also and I dont want that marked.

I have a reversal bar indicator that is ID28
AND( AVERAGE( ID28.SG1[0:-6]) >0,
AVERAGE( ID28.SG2[0:-6]) =0,
C>O,C>H[-1],H >H[-1],

OR(L< L[-1] ,L< L[-2] ), OR(L< L[-3] ,L< L[-4])
)
I have included a screen shot of what I have so far.
It is the white chart.
Date Time Of Last Edit: 2023-07-04 15:54:04
imageoutside bar renko chart2.PNG / V - Attached On 2023-07-04 15:31:07 UTC - Size: 164.75 KB - 82 views
imageMy outside bar code renko chart1.PNG / V - Attached On 2023-07-04 15:52:57 UTC - Size: 22.82 KB - 71 views