Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 00:34:55 +0000



Post From: Day of week and time of day alert

[2017-05-26 17:06:50]
Sawtooth - Posts: 3993
You can use some spreadsheet functions in Simple Alert formulas.
Try a formula like this:

=AND(WEEKDAY(BARDATE)=4,BARTIME>TIMEVALUE("09:59:59"),BARTIME<TIMEVALUE("10:00:01"))

This will alert on Wednesdays at 10am.
You can put this formula in any study's Alerts tab, or in the Chart Setting's Alerts tab.

Study/Chart Alerts And Scanning: Available Main Price Graph Identifiers/Variables
https://www.sierrachart.com/index.php?page=doc/SpreadsheetFunctions.html#WEEKDAY_Function
Date Time Of Last Edit: 2017-05-26 17:09:47