Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 16:30:10 +0000



Post From: Volume greater than previous range of bars

[2025-05-28 02:52:23]
User882351 - Posts: 7
I've read the documentation on referencing a range of data and cannot figure out why this formula isn't working Study/Chart Alerts And Scanning: Referencing A Range of Data

I would like to get an alert if the volume of the current bar is greater than volume from the last 100 bars.

I'm using this formula:
=(ID1.SG1 > ID1.SG1[0:-100])

What am I doing wrong?