Login Page - Create Account

Support Board


Date/Time: Tue, 24 Jun 2025 14:09:09 +0000



Post From: I want to know a formula

[2025-06-08 14:05:07]
JabDouks25 - Posts: 21
Hello,

I am looking for the best study to try to calculate in real time the average of some values (in my case, both delta and volume), starting from the Open US (9h30 EST to the closing)

I need to know if my structure is ok?

(i use study average)

AND(ABS(ID1.SG1) > ABS(ID39.SG1) * 1.5,TIME > 153000,TIME < 215900)
ID1.SG1 is my delta
ID39.SG1 is the average calculated from the study average

Thank you for your time