Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 17:43:31 +0000



arrow sign for MACD cross system

View Count: 233

[2024-02-13 15:41:01]
User948434 - Posts: 7
Subject updated from 'arrow sign for stochastic cross system' to 'arrow sign for MACD cross system'
--------------------------------------------------------------------------------

I need to have a sound signal whenever a MACD crossover up sign sign or a down sig shows up. I need to know if the following code is correct, if not what do I need to do to. Thank you.

=AND(ID1.SG2[-1]>ID1.SG1[-1],ID1.SG1>ID1.SG2)
=AND(ID1.SG2[-1]0)
=OR(SG1=C, SG2=C)
[2024-02-13 15:43:21]
John - SC Support - Posts: 36253
If you are using the "MACD Crossover System", then the formula to get an alert when either arrow is printed would be the following:
=OR(SG1, SG2)

This formula will only work if you add it to the alert tab for the "MACD Crossover System". Otherwise you have to reference the actual ID of the study itself, such as the following:
=OR(ID1.SG1, ID1.SG2)

where ID1 is the ID of the study.

Refer to the following for the information on alerts:
Study/Chart Alerts And Scanning
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2024-02-13 15:44:09

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

Login

Login Page - Create Account