Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 15:06:59 +0000



[User Discussion] - MACD Alert Formulas???

View Count: 3461

[2013-04-15 16:10:58]
User20200 - Posts: 38
I cannot figure out what the formula would be for the MACD Alert?

Want it to notify me on MACD Line CROSSOVER Signal Line & when Ossolator Histogram crosses ZERO Line either way?

I have the RSI Alert Formula below that works great, maybe it can help you figure the MACD for me...
=OR (AND(CROSSOVER(SG1, SG2), SG3 <30) ,AND(CROSSOVER(SG1, SG2), SG1 > 70) )

Thank you
Team One
[2013-04-16 13:31:53]
Sawtooth - Posts: 3952
Try this:

=CROSSOVER(SG1,SG2)

This should work because the MACD/Signal crossover occurs concurrently with the histogram/zero crossover.
[2013-04-17 11:32:30]
User20200 - Posts: 38
PERFECT!!!

Now I am needing a Stochastic Alert Formula that is based on the SLOPE Color changing from UP to DOWN?

Any suggestions?

It catches each wave or turn in direction...

Thank you
Team One
[2013-04-17 13:05:09]
Sawtooth - Posts: 3952
Try this:

=OR(AND(SG1[-2]>SG1[-1],SG1>SG1[-1]),AND(SG1[-2]<SG1[-1],SG1<SG1[-1]))

This will alert on the slope change of %K in both directions.
[2013-04-17 18:19:27]
User20200 - Posts: 38
Works like a charm!!!

Thanks alot...

Team One

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

Login

Login Page - Create Account