Login Page - Create Account

Support Board


Date/Time: Thu, 09 Jan 2025 19:37:55 +0000



Post From: Alert study

[2016-08-02 22:37:42]
Sawtooth - Posts: 4147
Try this:

Add two instances of the Color Bar Based On Alert Condition study, one for each direction.

For the up triangle at low of bar:
Set the 'Output When Condition True' to 'Use Input Data'
Set the 'Input Data' to Low
Set the Draw Style to Triangle Up
Use this formula on the Alerts tab:
=CROSSFROMBELOW(ID1.SG1,0)
where ID1 is the momentum study, edit as needed

For the down triangle at high of bar:
Set the 'Output When Condition True' to 'Use Input Data'
Set the 'Input Data' to High
Set the Draw Style to Triangle Down
Use this formula on the Alerts tab:
=CROSSFROMABOVE(ID1.SG1,0)
where ID1 is the momentum study, edit as needed
Date Time Of Last Edit: 2016-08-03 00:43:50