Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 14:31:05 +0000



Condition alert for Vwap

View Count: 417

[2023-12-01 01:04:28]
User960930 - Posts: 26
I'm trying to get my chart to alert me when my main main price graph ( volume based ) cross over my vwap study at the bands any time it cross over or under on every new bar once

this was formula i used but get alert formula error these are the correct sg numbers for the study
OR( CROSSFROMBELOW(5, SG2), CROSSFROMABOVE(5, SG3)
OR( CROSSFROMBELOW(5, SG4), CROSSFROMABOVE(5, SG5)
OR( CROSSFROMBELOW(5, SG6), CROSSFROMABOVE(5, SG7)
OR( CROSSFROMBELOW(5, SG8), CROSSFROMABOVE(5, SG9)


i have also tried this as well

Or <=SG2 or >=SG2
Or <=SG3 or >=SG3
Or <=SG4 or >=SG4
Or <=SG5 or >=SG5
Or <=SG6 or >=SG6
Or <=SG7 or >=SG7
Or <=SG8 or >=SG8
Or <=SG9 or >=SG9
[2023-12-01 01:19:31]
User960930 - Posts: 26
i want it it so any time the volume-based bar which is main graph on new bar only im alerted if we cross one of these references' points no matter if its from high or low side soon as it touches or crosses regardless of if its the open close high or low

Main price ID0
sub graph ( study) id is 1
Date Time Of Last Edit: 2023-12-01 01:30:47
[2023-12-01 16:03:55]
John - SC Support - Posts: 36286
With a crossover you have to specify a range of data, or something that has a range. You have the number "5", which is not a range, so it will not work.

From what you state, you want the Last price to test whether it has crossed the VWAP line. In this case, your formula would look like the following:
=CROSSOVER(C, ID1.SG1)

Where 'C' is the Close of the bar (or last) and ID1.SG1 is the ID and subgraph of the VWAP study.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-12-01 20:51:51]
User960930 - Posts: 26
also is there a way to edit the alert text and source ?
[2023-12-01 21:50:03]
John - SC Support - Posts: 36286
What do you mean by the "Alert text and source"?

The information on setting up the alert sounds and options is at the following link:
General Settings Window: Alerts (Global Settings >> General Settings)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-12-01 21:53:44]
User960930 - Posts: 26
you are amazing john and i hope you have a great and blessed day because this answers my question.
[2023-12-01 21:58:33]
User960930 - Posts: 26
Sorry im referring to this area how do i change this ?

also is there a way to see which alerts are tied to what chart or does it go in order you put them ?
imageScreen Shot 12-1-2023 at 4.56 PM.png / V - Attached On 2023-12-01 21:57:09 UTC - Size: 38.99 KB - 73 views
Attachment Deleted.
[2023-12-04 15:07:37]
John - SC Support - Posts: 36286
The only options for changing what is displayed in the Alert Manager are in the following section:
General Settings Window: User Defined Name (Global Settings >> General Settings >> Alerts)

The chart name is given in the Source and Text. The order is based on time.
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