Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 12:06:18 +0000



Post From: Alert on Heiken Ashi Smoothed

[2013-05-01 23:22:29]
Sawtooth - Posts: 3990
This will generate alerts when placed in the HA study:
=OR(AND(SG4>SG1,SG1[-1]>SG4[-1]),AND(SG4<SG1,SG1[-1]<SG4[-1]))

This will color the price bars, as a visual test of the alert formula, by including the ID# of the HA study (assumed to be ID1), when placed in the color bar study:
=OR(AND(ID1.SG4>ID1.SG1,ID1.SG1[-1]>ID1.SG4[-1]),AND(ID1.SG4<ID1.SG1,ID1.SG1[-1]<ID1.SG4[-1]))

The latter was only meant to be a visual way to confirm the formula.

I did respond yesterday to your email. I will resend it.