Alerts and Notifications (206)

Votes
Answers
Views
Question
1
vote
1
answer
466
views
asked 5 years ago by
How do I add my custom indicators to the MarketWatch/StudyAlert/thinkscript editor, not seting alerts on the indicator itself. My custom indicators show up under the condition wizard but then it popes up error (rec usage is not allowed in this contex...
3
votes
2
answers
181
views
asked 5 years ago by
Hi Pete, I'm was looking for a study for a 50 EMA cross with alert.  If the candlestick is trading below the 50 EMA  and then the next bar closed above the 50 and alert is triggered....I was love to see it in both directions.
1
vote
1
answer
580
views
asked 5 years ago by
Thank you so much Pete for sharing your knowledge I have made a contribution and I’ll continue sending contributions as you help me with my many questions! I asked this question yesterday “How do I add my custom indicators to the MarketWatch/StudyAle...
0
votes
1
answer
239
views
asked 5 years ago by
Hey I'm pretty knew to thinkorswim, I need to create an alert for ParabolicSAR and add some other conditions to this alert, Then once triggered email me, however thinkscript alert won't allow rec usage, So My question is there any work around to rece...
0
votes
1
answer
351
views
asked 5 years ago by
Hi, I have question that I'm really frustrated with. I really tried to do my due diligence by searching your site and watching numerous videos. I ready your thread on how to modify it set alerts for ParabolicSAR at: https://www.hahn-tech.com/ans/how-...
0
votes
1
answer
433
views
asked 5 years ago by
Hi Mr. Hahn. First of all thank you for all your help. I use a script that plots Fibonacci retracement levels and I wanted to know if it was possible to add an alert when the price reaches or goes below the 78.6 level and when the price goes above th...
0
votes
1
answer
1941
views
asked 5 years ago by
Is it possible to create price alerts that recreate themselves once triggered? I'm looking at using $TICK key levels as exit confirmations on index positions; +1200, +1000, +800 and the negative equivalents. $TICK hits these levels consistently intra...
0
votes
1
answer
156
views
asked 5 years ago by
Hi Pete, I tried to setup a RSI daily study and managed to plot the study after reading one of your older post. However that didn't work for alert as there are recursive references. Is there any alternative of having the alert setup for RSI daily? My...
0
votes
1
answer
182
views
asked 5 years ago by
Hi Pete,   I use VWMA (vol weighted moving average) with the following code: input length = 30; def vwma = Sum(volume * close, length) / Sum(volume, length); plot Value = vwma;   I am getting an error on this line below: input averageType2 = Typ...
0
votes
1
answer
220
views
asked 5 years ago by
Hey I'm trying to set an alert when WilliamFractal up is true. Using this script in thinkscript "WilliamsFractal("sequence count" = 2).DownFractal is true". When setting up the alert it shows that everything works fine like it should. However when th...