Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 10:08:00 +0000



Number of bar calculated value based on color bar and song alert

View Count: 171

[2024-04-30 15:18:01]
Misanirina - Posts: 31
Hi,

I'm looking for a formula for Number of bar calculated value based on divergence between Delta/Bar color (see the picture in attach) with a song alert. Can you help me ?

Thanks
Private File
[2024-04-30 16:56:57]
John - SC Support - Posts: 31704
We need more information on exactly what you are wanting to alert on. We simply do not understand what you want from what you have given.

With regards to getting a sound with an alert, refer to the following:
General Settings Window: Configuring Alert Number Instructions
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-04-30 17:36:23]
Misanirina - Posts: 31
I just want : "If we see red bar(red candle) and green delta (positive delta) or green (green candle) bar and red delta (negative delta), i would like to heard an alert son"
[2024-04-30 17:38:07]
Misanirina - Posts: 31
simply when "the bar is red with positive delta" or when "the bar is green with negative delta" i would like to heard an alert song
[2024-04-30 17:49:31]
John - SC Support - Posts: 31704
The formula for a Red (down) bar and a positive delta would look like the following:
= AND(C < O, ID1.SG1 > 0)

Where C is the Close of the bar, O is the Open of the bar, ID1 is the ID of the "Numbers Bars Calculated Values Study" and SG1 is the "Ask Volume Bid Volume Difference" subgraph of the Numbers Bars Calculated Values study.

This assumes you have not changed the definition of the Up/Down bars. If you did, then you would have to modify the formula for how you define Up/Down bars. Refer to the following:
Graphics Settings: Up/Down Coloring for OHLC Bars Based on Previous and Current Close (Global Settings >> Graphics Settings >> Other)

We leave it to you to create the other formula.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-04-30 17:51:57]
Misanirina - Posts: 31
Thanks for all ! it worked
[2024-05-01 21:35:27]
Misanirina - Posts: 31
Sorry, there is a mistake on the formula below you had sent.... I not use simple bar but Renko Flex bar so i want the song signal when the Red or green renko flex bar + Pos/Neg Delta really "AT CLOSE BAR" not bar "OPEN" (see picture in attach).
image6.JPG / V - Attached On 2024-05-01 21:35:21 UTC - Size: 72.29 KB - 13 views
[2024-05-01 23:20:47]
John - SC Support - Posts: 31704
Ok, that is fine. It is up to you to make the appropriate changes. Refer to the following regarding Renko Open and Close in particular:
Renko Bar Charts: Renko Open, High, Low, Close Values
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-02 20:32:25]
Misanirina - Posts: 31
None worked... I used Renko Flex Bar (Changed in Bar period setting)
[2024-05-02 20:43:08]
Misanirina - Posts: 31
Let do it simply.

If renko flex bar (price) close below POC with a positive delta = I want an alert (see the picture attach).

I cannot find the good formula, can you please help me.... i WOuld like insert the alert formula inside Number of Bar calculated Value Study.
image6.JPG / V - Attached On 2024-05-02 20:43:00 UTC - Size: 114.13 KB - 16 views
[2024-05-02 21:59:02]
John - SC Support - Posts: 31704
What is the formula you have done?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-02 23:09:17]
Misanirina - Posts: 31
1- i have tried your first : AND(C < O, SG1 > 0) but it did'n worked correctly because the alert song hit always when price cross open but i think its because of renko flex bar i used....

2- then i have tried with renko flex formula: AND(C < ID0.SG23, SG1 > 0) but nothing happen

3- and finally i have tried with close below POC numbers bars référence study (with SG2 POC extension lines): AND(C < ID1.SG2, SG1 > 0)

but none worked
[2024-05-03 08:27:18]
Misanirina - Posts: 31
I have tried = AND(ID0.SG23 > ID0.SG22, ID2.SG1 < 0) but nothing happen too.....
[2024-05-03 10:08:32]
Misanirina - Posts: 31
Can i do alert formula with inputs data ? like In:71 or In73 ?
[2024-05-03 15:33:47]
John - SC Support - Posts: 31704
This formula looks generally correct:
= AND(ID0.SG23 > ID0.SG22, ID2.SG1 < 0)

But according to the image you provided you want the close to be lower than the open, so you would have to change your subgraphs around, to be the following:
= AND(ID0.SG22 > ID0.SG23, ID2.SG1 < 0)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-06 11:54:00]
Misanirina - Posts: 31
Its not work.... it give false alert... i don't understand ( see the picture in attach )
image6.JPG / V - Attached On 2024-05-06 11:53:56 UTC - Size: 109.09 KB - 11 views
[2024-05-06 14:38:28]
John - SC Support - Posts: 31704
What you are seeing is correct for the way you have the formula setup. If this is not what you want, then you need to modify the formula to be what you need it to be.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-05-08 07:36:54]
Misanirina - Posts: 31
Its "Renko Flex" but not "Renko" there is something can i do about this ? because alert not work.... I really want the "song alert when the Renko flex bar is "full close" not before....
[2024-05-08 14:43:40]
John - SC Support - Posts: 31704
Refer to the following:
Study/Chart Alerts And Scanning: Evaluate on Bar Close
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