Alerts and Notifications (205)

Votes
Answers
Views
Question
0
votes
2
answers
339
views
asked 7 years ago by
Basically using in an S/R Alert on  Spreads-  /ZF-/ZN.   I need to  convert  the Bond  Closes close("ZF")  or close("ZN")  to a decimal so the following lines work as they do on other spread charts. (These are just  few key lines in the code to see w...
0
votes
1
answer
331
views
asked 5 years ago by
I would like to have a sound alert when the RSI (n period) closes "overbought" or "oversold". I tried adding alert text  to the code but I haven't gotten the syntax right yet.  I use RSI 3.80.20 on a 5 min chart and RSI 5.80.20 on a 1 min chart. Thes...
0
votes
1
answer
323
views
asked 4 years ago by
There's two alerts that interest me. 1) Woodies CCI crossing the zero line 2) Stock prices is trading at a 30 day low.   I know how to set alerts for both of them separately, however I'm trying to combine them based on timing that of the first t...
3
votes
1
answer
314
views
asked 3 years ago by
♥ 1
I've found with numerous backtests that a pullback to the 50 EMA (Exponential Moving Average) has a high probability of reversing to the long-side. When I see this move, I ALWAYS buy. Waiting for this to happen, if ever, on short timeframes (1 minute...
1
vote
2
answers
308
views
asked 6 years ago by
I find that time sneaks up on me during the day. The market acts differently near the close. I want to change the background color from 15:45 to 16:15 so that it is a visual reminder to me. How do I do that?
0
votes
1
answer
296
views
asked 6 years ago by
Hi Pete, I am using this code on a chart and would like to build a Market Watch / Chart Scan / using the Condition Wizzard to be notified when certain criteria is met.  Can you guide me as to how to do so? input fastLength = 50; input slowLength = 20...
3
votes
4
answers
291
views
asked 8 years ago by
Hi Peter - In TOS, is there a way to keep Chart Study Alerts I have set up "Active" even after they have been triggered? Right now after one of my alerts is triggered, I have to manually go back and reset the Alert for that particular security. It wo...
0
votes
1
answer
288
views
asked 4 years ago by
I want to create a study alert based on the ParabolicSARCrossover Study. When I go to "create alerts", I cannot find this study in the menu. Why is that?
0
votes
1
answer
276
views
asked 4 years ago by
I came across another user trying to add an alert via the Condition Wizard on Renko charts, and the repsonse was that it's not possible. I've also noticed through my own efforts that it also can't be done on tick charts. The condition wizard only all...
0
votes
1
answer
269
views
asked 4 years ago by
Hello I use this Outside bar reversal study: input aggregationPeriod = AggregationPeriod.HOUR; input showOnlyLastPeriod = no; declare once_per_bar; input BarMultiplier = 1.25; input BarsBack = 50; def MyCandleSize = (high - low); def AverageCandle = ...