Login Page - Create Account

Support Board


Date/Time: Thu, 30 Apr 2026 10:05:03 +0000



Post From: Alert on Heiken Ashi Smoothed

[2013-04-26 16:39:22]
Sawtooth - Posts: 4328
It seems to work for me on the USDJPY.

To check if the formula is valid, add the Color Bar Based On Alert Condition study, and put this on its Alerts tab, which includes the ID# of the HA Smoothed, in this example it is ID1:

=OR(AND(ID1.SG4>ID1.SG1,ID1.SG1[-1]>ID1.SG4[-1]),AND(ID1.SG4<ID1.SG1,ID1.SG1[-1]<ID1.SG4[-1]))

This will color the price bars to verify the formula is going to trigger when expected.