Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 07:22:01 +0000



what does this equation means?

View Count: 525

[2022-06-10 09:10:11]
User576648 - Posts: 26
what does this equation mean if used in the delta footprint chart?

=OR(
AND(
AVAP(H, 0) - BVAP(H, 0) >= 100,
AVAP(H-TICKSIZE*1, 0) - BVAP(H-TICKSIZE*1, 0) >=100),
AND(
AVAP(H, 0) - BVAP(H, 0) >= 95,
AVAP(H-TICKSIZE*2, 0) - BVAP(H-TICKSIZE*2, 0) >=100),
AND(
AVAP(H-TICKSIZE*1, 0) - BVAP(H-TICKSIZE*1, 0) >=100,
AVAP(H-TICKSIZE*2, 0) - BVAP(H-TICKSIZE*2, 0) >=100))
[2022-06-10 14:24:59]
John - SC Support - Posts: 38653
It's checking the Ask - Bid (Delta) at each of the 3 highest price points in the bar and comparing them to see if any 2 of them are greater than 100 (except in one case where there is a 95) and if any pair is both greater than 100 it will give a true signal.
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