Support Board
Date/Time: Wed, 27 Nov 2024 21:36:01 +0000
Post From: Outside bar on a Renko chart
[2023-07-05 05:04:03] |
Ticks - Posts: 183 |
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
|
My outside bar code renko chart5.PNG / V - Attached On 2023-07-05 04:54:55 UTC - Size: 13.75 KB - 98 views |