Support Board
Date/Time: Thu, 23 Jan 2025 18:21:09 +0000
Post From: Alert for a certain time only
[2018-11-30 15:56:29] |
Sawtooth - Posts: 4162 |
If you always have a bar with a timestamp of 5pm, you could do this: =AND(ID1.SG1<ID3.SG2,ID1.SG1<ID9.SG3,BARTIME>TIMEVALUE("16:59:59"),BARTIME<TIMEVALUE("17:00:01")) Otherwise you'll need to wait for SC to add a new variable for Simple Alerts to get the last bar end date-time. Bartime in Backtesting Date Time Of Last Edit: 2018-11-30 16:54:28
|