Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
256
views
asked 5 years ago by
Hello, I want to set up an alert trigger for when the combine signals of these 3 indicators are in agreement for. I just cant seem to get the code just right to trigger the signals just right, please see blow: def rsi1 = if reference RSI(length = 14)...
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...
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
155
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
1939
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
432
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
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
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...
1
vote
1
answer
579
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...
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 9 10 11 12 13 21