Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 20:01:10 +0000



TPO Alert

View Count: 332

[2023-11-02 16:46:18]
User585993 - Posts: 83
is there a better formula to alert when price is crossing or touching the IBO 50% & 100% extention ?

=OR (CROSSFROMABOVE(C, ID1.SG22), CROSSFROMBELOW (C, ID1.SG22))

=OR (CROSSFROMABOVE(C, ID1.SG23), CROSSFROMBELOW (C, ID1.SG23))
[2023-11-02 19:19:46]
John - SC Support - Posts: 36307
You can not use the subgraphs from the TPO study itself, those are there to control the colors and the widths, they do not have the information you want.

You will need to use the "Initial Balance" study to do what you want. Note that you can not add this directly to the TPO chart, so you will have to have another chart for this study and then create the alert based on this study. Refer to the following:
Initial Balance
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-11-02 21:57:46]
User585993 - Posts: 83
How can I create an alert when the price crosses from below ID1.SG6 & ID1.SG7,and another one when the price crosses from above ID1.SG10 & ID1.SG11
[2023-11-03 14:53:13]
John - SC Support - Posts: 36307
We are not fully understanding the situation you want to solve. For instance, is price crossing both ID1.SG6 and ID1.SG7 or is it either (and same for ID1.SG10/ID1.SG11)?

Also, are you wanting two different sounds for the two different situations? If so, then you have to create separate alerts. There is an Alert section on the "Chart >> Chart Settings" page that can be used to create another alert.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-11-03 14:58:17]
User585993 - Posts: 83
1.- price crossing both ID1.SG6 and ID1.SG7 from below

2.- price crossing both ID1.SG10 and ID1.SG11 from above

same alert sound is ok
[2023-11-03 15:31:47]
John - SC Support - Posts: 36307
You would want to use the "OR()" and "AND()" functions to have an alert whenever either situation arises. Your Alert would look like the following:
=OR(AND(CROSSFROMBELOW(C, ID1.SG6), CROSSFROMBELOW(C, ID1.SG7)), AND(CROSSFROMABOVE(C, ID1.SG10), CROSSFROMABOVE(C, ID1.SG11)))
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