Login Page - Create Account

Support Board


Date/Time: Thu, 28 May 2026 06:02:41 +0000



[Programming Help] - Renko Footprint Alert

View Count: 128

[2026-04-10 21:26:07]
Smnitro1 - Posts: 15
Hello Support,

I'm trying to make a custom alert for my Renko Footprint Chart. The conditions I'm looking for are as follows: Buy alert triggers when a Renko bar closes up with a large aggressive seller inside the candle and total volume on the Numbers Bars Calculated Indicator is over 10,000. The reverse for a Sell. I would like an arrow or something visual at the top or bottom of the Renko bar.
I'm using the Large Volume Indicator, Numbers Bars Calculated Value Study and Color Bar Based on alert condition.

Please refer to the attached image.

I have tried to code this myself with this formula based on the documentation but I'm getting syntax errors.
=AND(ID0.SG22 > ID0.SG23 AND ID2.SG13 > 10000 AND ID10.SG3 > 0)

Any help would be most appreciated.

Thanks!
Private File
Attachment Deleted.
[2026-04-13 14:19:39]
John - SC Support - Posts: 46323
You need to separate each test by a comma, not by an AND. So your formula should be the following:
=AND(ID0.SG22 > ID0.SG23, ID2.SG13 > 10000, ID10.SG3 > 0)
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