Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 23:51:43 +0000



[Programming Help] - Heiken Ashi Reversal alert

View Count: 1608

[2017-12-30 13:17:21]
User976133 - Posts: 38
Looking to create an alert when the Heikin Ashi reverses.
Something like 2 bars ago was red, the last bar turned green, and this bar is green, or the reverse when at the top.
How would you address the subgraph of the Heikin Ashi? There is a SG1, SG2, SG3 and SG4. Which is which and how do you determine if is red or green?
[2023-11-07 15:59:03]
User878643 - Posts: 9
I know this is a question from 2017, but I'm going to leave that here for the future generations :)
Someone was looking for it in 2017, I was looking for it now, because long time ago I had it and lost it, but luckily I found the formula again in an old chartbook.

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

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account