Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 13:38:11 +0000



Post From: Alert Syntax issues

[2014-10-31 14:23:47]
Sawtooth - Posts: 4000
What I'm trying to do is when my renko bar closes and the ask/bid volume difference bars is below -4000 then a red arrow is put on the main price chart or if my renko bar closes and the volume difference is above 4000 a green arrow.
Use two instances of the Color Bar Based On Alert Condition study, one for up and one for down.
-Set the 'Output When Condition True' to 'Use Input Data'
-Set the 'Input Data' to 'Low' for the green Arrow Up, and 'High' for the red Arrow Down, respectively
-Set the Draw Styles to Arrow Up and Arrow Down, respectively
-Put these formulas on the Alerts tabs, respectively:
=ID1.SG4>4000
=ID1.SG4<-4000
where ID1 is the Ask/Bid Volume Difference Bars study.