Login Page - Create Account

Support Board


Date/Time: Thu, 18 Apr 2024 22:28:27 +0000



Post From: SC code to define time period during which a spreadsheet alert i

[2013-05-18 18:08:16]
Sawtooth - Posts: 3973
If you are using this formula in columns K-AX, you need to use the absolute value of J41, like this:

=AND(YourAlertConditions,OR($J$41-INT($J$41)>TIMEVALUE("07:45:00"),$J$41-INT($J$41)<TIMEVALUE("14:00:00")))

Using J41 is preferred to A3 because J41 is updated many times intrabar, whereas A3 is only updated at bar open. This is particularly true if your bars are a long duration.
Date Time Of Last Edit: 2013-05-18 18:30:24