Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
265
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 = ...
0
votes
1
answer
202
views
asked 4 years ago by
Saw your video on Condition Wizard, so I tried to play around, but I'm stuck. So I'm wondering if there is a way to add several studies in the condition wizard? For instance, I want to have a notification that tells me a closing price of a stock has ...
0
votes
1
answer
125
views
asked 4 years ago by
Pete Could you help with a cloud study...Looking for a lower cloud indicator...If it's above the cloud we get a green dot below the cloud red dot and in the cloud no dot...Also I would like to add Four time frames ex..D,2d,4d.wk...and if all are in a...
0
votes
1
answer
48
views
asked 4 years ago by
Hi Pete, I try to set Alert using Study Mode. But not all study are included in the Menu. For Example, Demand index is not on the Alert-Study menu. How do I add the Study to the Alert-study Menu. Thanks
0
votes
1
answer
97
views
asked 4 years ago by
I need an alert for when MACD 2 period value line crosses MACD 12 period value line. Thanks
0
votes
1
answer
209
views
asked 4 years ago by
Hi Mr. Hahn, I hope you are doing well. I wanted to ask if you could help me out with a script that could be applied to different time frames of a stock that would send an alert every time a price or candle crosses above/below a certain moving averag...
0
votes
1
answer
138
views
asked 4 years ago by
I'm looking for an easy way to set alert's by expiration date when placing verticals etc. by the date of expiration. This way I won't miss the expiration date and possibly get assigned the stock.
0
votes
1
answer
550
views
asked 4 years ago by
Hi Pete, I am wondering if there is a way to create an alert for when a new renko bar is form? I found the following thinkscript that shows renko bars on a time based chart, yet regardless, the alert should work regardless of chart type. I recognize ...
0
votes
1
answer
93
views
asked 4 years ago by
Hi Pete, Is there a way to set an alert for an option price moving 20% in the previous five minutes? Thanks again!
0
votes
1
answer
82
views
asked 4 years ago by
Hi Pete, I have a custom study/scan indicators that ultimately I would like to use to place conditional orders, as you have shown in your AutoTrade (Almost) video.  The one Problem - the scan involves recursion.  As you have mentioned in other places...
1 6 7 8 9 10 21