Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 06:22:29 +0000



Post From: Need help creating an alert

[2020-04-19 18:32:56]
Sawtooth - Posts: 4000
and if we remove the third condition
Try this:

Green to red, close below Span A:
=AND(ID0.SG22[-1]<ID0.SG23[-1],ID0.SG22>ID0.SG23,C<ID1.SG1)

Red to green, close above Span A:
=AND(ID0.SG22[-1]>ID0.SG23[-1],ID0.SG22<ID0.SG23,C>ID1.SG1)

where:
ID0.SG22 is the Renko open
ID0.SG23 is the Renko close
ID1.SG1 is the Span A.

Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables