Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 17:25:53 +0000



Post From: Outside bar on a Renko chart

[2023-07-05 05:04:03]
Ticks - Posts: 174
tomgilb,

I believe I have what i was looking for.
I have attached a screen shot.
Thanks so much for your help.

To pay it forward. I will post the code for both the Long and Short conditions.

Long condition:

AND(AVERAGE( ID28.SG1[0:-15]) >0,
AVERAGE( ID28.SG2[0:-1]) =0,
ID0.SG23[-1]> ID0.SG22[-1],
MAX(H,ID0.SG23)>MAX(H[-1],ID0.SG23[-1]),
MIN(L,ID0.SG22)<MIN(L[-1],ID0.SG22[-1])
)

Short condition:
AND(AVERAGE( ID28.SG1[0:-1]) =0,
AVERAGE( ID28.SG2[0:-15]) >0,
ID0.SG23[-1]<ID0.SG22[-1],
MAX(H,ID0.SG22)>MAX(H[-1],ID0.SG22[-1]),
MIN(L,ID0.SG23)<MIN(L[-1],ID0.SG23[-1])
)

Date Time Of Last Edit: 2023-07-05 05:04:44
imageMy outside bar code renko chart5.PNG / V - Attached On 2023-07-05 04:54:55 UTC - Size: 13.75 KB - 67 views