Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 00:33:32 +0000



alert wording

View Count: 267

[2024-01-17 03:31:03]
User702340 - Posts: 12
hi dear,
would like to set up an alert in the analysis / studies / stochastic momentum indicator / alert as follows, can you pls help as i am tech-blind,
alert if meet the following 3 criteria
1. 20ema>50ema;
2. price =<20 ema; and
3. -40 < stochastic momentum index < 0

exactly what should I input on the alert box to effect the above?
thousand thx
[2024-01-17 16:06:29]
John - SC Support - Posts: 36286
The alert would look like the following:
=AND(ID1.SG1 > ID2.SG1, C <= ID1.SG1, ID3.SG1 > -40, ID3.SG1 < 0)

Where ID1 is the ID of the 20 EMA study. ID2 is the ID of the 50 EMA study, C is the Closing (Last) price, and ID3.SG1 is the Stochastic Momentum indicator.

You would need to change the ID numbers we gave to match what these studies are set to in your chart. The Subgraphs should be correct, unless you are wanting the Stochastic Momentum Indicator Average, in which case you would need to change the SG reference for ID3 to be SG2 (ID3.SG2 rather than ID3.SG1).

Refer to the following for reference:
Study/Chart Alerts And Scanning: OR and AND Functions

Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables

Study/Chart Alerts And Scanning: Referencing Study Subgraphs

Study/Chart Alerts And Scanning: Referencing Other Studies on the Chart
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account