Login Page - Create Account

Support Board


Date/Time: Sun, 02 Feb 2025 06:50:20 +0000



Post From: Creating Alerts on Number Bars Calculated Values

[2016-11-14 19:20:26]
Sawtooth - Posts: 4164
I responded to this on futures.io forum.

Try this:

Add the Color Bar Based On Alert Condition study
Put this formula on the Alerts tab:
=AND(ID1.SG10>0,ID1.SG1[-1]<0,ID1.SG1>0)
where ID1 is the Numbers Bars Calculated Values study; edit as needed.
Check 'Evaluate On Bar Close' and select your alert sound.

This will color the bar and give an audible alert.
If you don't want to color the bar, use the same formula on the Alerts tab of any study. (You don't need the color bar study).