Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 08:16:31 +0000



Post From: Outside bar on a Renko chart

[2023-07-04 19:01:31]
Sawtooth - Posts: 4000
Try this:

=AND(
AVERAGE( ID28.SG1[0:-6]) >0,
AVERAGE( ID28.SG2[0:-6]) =0,
ID0.SG23[-1] > ID0.SG22[-1],
ID0.SG23 > ID0.SG22,
ID0.SG23 > H[-1],
H >H[-1],
OR(L < L[-1] ,L < L[-2]),
OR(L < L[-3] ,L < L[-4])
)

When dealing with Renko bars, the Open and Close are identified by ID0.SG22 and ID0.SG23 respectively:
Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables