Login Page - Create Account

Support Board


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



Post From: Alert on Heiken Ashi Smoothed

[2013-05-02 01:12:51]
Sawtooth - Posts: 3988
I'm using the SC Forex Data (FXCM) feed, since I don't have a forex account. That feed be default is only 3 decimal places, and it alerts everywhere it should. The formula is simplistic in that it is only looking for a down bar followed by an up bar, or vice versa. With 6 decimal places, it seems unlikely that there would ever be doji.

You could try it with "=" signs:
=OR(AND(ID1.SG4>=ID1.SG1,ID1.SG1[-1]>=ID1.SG4[-1]),AND(ID1.SG4<=ID1.SG1,ID1.SG1[-1]<=ID1.SG4[-1]))

If you want to confirm that there are equal values, go to Window >> Tool Values Window and put a check by it. Then put the crosshair on the bar that doesn't alert and look at the HA open/close values.