Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 17:33:07 +0000



Post From: How To Access Delta And Volume Levels At Each Price Inside A Candle?

[2022-03-30 21:38:22]
User656492 - Posts: 146
Hello Good People of Sierra Chart!

I'm looking to see if I can create alerts based on comparisons of delta and/or volume inside a candle.

Example:

In the 1 minute candle at time 11:15:00 we see 4 prices print, as shown below.

ROW# PRICE DELTA VOLUME
A 110 +25 1001
B 109 -10 502
C 108 +10 453
D 107 -50 501

Alert pseudocode:
If AND(DELTA of ROW A > DELTA OF ROW B , VOLUME OF ROW A > VOLUME OF ROW B)
THEN <play a sound of The Dude Abiding, man>

Is it possible to access the row data inside a single candle?