Support Board
Date/Time: Mon, 13 Jan 2025 20:03:57 +0000
[User Discussion] - User Question
View Count: 775
[2017-05-01 16:24:22] |
Sierra Chart - Max - Posts: 5778 |
I'm stumped on how to set up an alert in SC. This particular example is something that is very easy to do in Tradestation using their scanner but I'm really trying to break free of TS so I need some help here.
On an Associated Watchlist against a daily chart I want to scan for the previous 4 days that are all either uniformly up or down (see example attached) with the fifth day showing a possibly reversal. Can you direct me to someone who can walk me thru this? This seems like a simple thing, but I have been searching your website and google, but have not found anything like this…would it be found under “candlestick Patterns finder” if so you need to pick a pattern, but Hook reversal” is not a choice. I may be looking in the totally wrong place, any advice would be great
Sierra Chart Support Date Time Of Last Edit: 2017-05-01 19:00:45
|
HookReversalScan.GIF / V - Attached On 2017-05-01 19:00:42 UTC - Size: 9.13 KB - 258 views |
[2017-05-01 19:22:24] |
Sierra Chart Engineering - Posts: 104368 |
You would need to use the Simple Alert feature for this. Refer to: http://www.sierrachart.com/index.php?page=doc/StudyChartAlertsAndScanning.php We do not provide formula programming help. If you need further help, then paid development is available through Jim@SierraChart.com. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2017-05-02 00:19:19] |
Sawtooth - Posts: 4151 |
Use formulas like these: AND(C[-4]>O[-4],C[-3]>O[-3],C[-2]>O[-2],C[-1]>O[-1],C<O) AND(C[-4]<O[-4],C[-3]<O[-3],C[-2]<O[-2],C[-1]<O[-1],C>O) If you want to combine the alerts, use this: OR(AND(C[-4]>O[-4],C[-3]>O[-3],C[-2]>O[-2],C[-1]>O[-1],C<O), AND(C[-4]<O[-4],C[-3]<O[-3],C[-2]<O[-2],C[-1]<O[-1],C>O)) The separate alert formulas can be placed on the Alerts tab of any two studies. The combined alert formula can be placed on the Alerts tab of the Chart Settings. To see historical occurrences, add Color Bar Based On Alert Condition study to a chart, and place the combined formula in its Alerts tab. If you want different colors for each direction, add two instances of the Color Bar study, and place the separate formulas in each one's Alerts tab. |
To post a message in this thread, you need to log in with your Sierra Chart account: