Support Board
Date/Time: Tue, 04 Feb 2025 07:43:15 +0000
Post From: referencing previous bar time volume in alert
[2020-01-04 12:21:14] |
User949539 - Posts: 4 |
I am trying to create alert with different studies that only occur if the 9:30 1 minute bar is a certain volume. Example: if 9:30 bar volume is greater than x, and current volume is y then show alert. I've tried: =AND(AND((V>5000),BARTIME >= TIME(09, 30, 00), BARTIME <= TIME(09, 30, 59)),V=1800) with no luck THE =AND((V>5000),BARTIME >= TIME(09, 30, 00), BARTIME <= TIME(09, 30, 59)) Formula works for showing alert for 9:30 but I cannot add it in to alerts for later in day. thank you |