Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
186
views
asked 2 years ago by
How do you create custom alert text. I've already tried entering in "Notes" on the MarketWatch tab (doesn't work). Currently, the alert message is very very long (See photo). This happens for emails and texts. I'd like to shorten it to something like...
0
votes
1
answer
183
views
asked 4 years ago by
How are you doing? Hope all is well. I'm looking for a stable signal in the watch list. Let me explain. When I'm on Watchlist and I have a 1-minute trend reversal signal, when the 1-minute candle is finished, the signal also disappears.Can you create...
0
votes
1
answer
182
views
asked 6 years ago by
Hi Pete, I'm trying to set up a scan to alert me when the daily volume for a stock (from my watchlist) crosses above 5% of the daily average volume only within the first hour of the trading day.  I was able to make the below scans from your previous ...
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
182
views
asked 4 years ago by
http://tos.mx/aWj6VsA Hi Pete, I have tried everything I know to try and get an alert for when the 'color' on this true momentum indicator changes.  Can you please take a look at it. Thanks for everything you do.  
0
votes
3
answers
181
views
asked 6 years ago by
Hey Hahn.. I've searched all of the questions and I couldn't find my right code...Could you tell me the script to create an audible and text alert within my TOS platform when Stochastics FullK crosses below Fulld...with settings  of 5,3,3 Thank you s...
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.
0
votes
1
answer
179
views
asked 6 years ago by
I have a simple PPS column indicator I pieced together that will change colors dependent of which signal is currently  triggered. I use it in multiple columns each with a different timeframe to get a decent idea of the overall trend...what I can't se...
0
votes
2
answers
175
views
asked 6 years ago by
What are the rules pertaining to MTF studies in regard to the Conditional Wizard Think or Swim Editor(CWTSE)? We know your study MTFMACD_v2 which you gave to us freely can not be referred to because in has a rec statement in it.   Does it have to be ...
1
vote
1
answer
175
views
asked 5 years ago by
Hi Pete, I was hoping to add an alert to this study. Also hope to add it to the chart with up and down arrows if it cross to the upside or downside. def ema1 = ExpAverage(close, 50); def ema2 = ExpAverage(close, 9); def emaCrossingAbove = ema1[1] <...