Support Board
Date/Time: Sat, 23 Nov 2024 12:14:23 +0000
Post From: replay
[2024-08-27 17:59:00] |
John - SC Support - Posts: 36238 |
You basically were already doing the time based alert for the alert that you had setup. But the Horizontal Line at time will not do what you are wanting. You need to use the "Trading System Based on Alert Condition" study and enter the following Alert condition: =AND(BARTIME >= TIME(15, 25, 00), BARTIME < TIME(15, 25, 15)) The above assumes that you have a bar that will open at 15:25:00. The second part of the alert is just to ensure that no trades are done on further bars, so it is limited to a trade when the bar opening time is between 15:25:00 and 15:25:15 (15 seconds leeway). You could also accomplish this by limiting the trading times on the "Trading System Based on Alert Condition" study to only trade for those 15 seconds, and then set the Alert Condition to be "=1" (always active). For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |