Alerts and Notifications (205)

Votes
Answers
Views
Question
0
votes
1
answer
559
views
asked 6 years ago by
Hi Pete, Is there a way to receive an alert whenever the daily volume for one of the stocks on my watchlist reaches 50% of the average daily volume? Thank you
0
votes
2
answers
177
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 ...
0
votes
5
answers
1846
views
asked 6 years ago by
Tags:
Hi Hahn, first of all I would like to thank you as I'm learning alot through this page. I had a question about getting alerts on watch list based on study. I am using a study which triggers an up tick during long buy and I want to be alerted on mobil...
0
votes
1
answer
183
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
2
answers
1130
views
asked 6 years ago by
Anyway of adding  up/ summing up  non-continuous or non-contiguous  bar values? I wanted to sum up  close[16] + close [31]  + close[46] , etc. for 50 times, not just  3. Tried def TF=15; def CumSum = fold i = 1 to Length with Sum15=close[1] do Sum + ...
0
votes
3
answers
2628
views
asked 6 years ago by
Hello, I'm trying to set up alerts in Thinkorswim when a 30 minute candle CLOSES either at or above the upper weighted bollinger band or at or below the lower weighted bollinger band. The scripts that I keep trying to use are giving me several false ...
0
votes
4
answers
1124
views
asked 6 years ago by
I want something to alarm me at the end of each bar, specifically 15 min, but I am using 1 min so I can test it.   It seems if I mention a function like Seconds from Time or GetTime, it does not work the alarm or sound alert at all.   declare once_pe...
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...
0
votes
1
answer
378
views
Hi, can you tell me if there is a way to find gaps on a 5 min time frame and create an alert?
0
votes
1
answer
384
views
asked 6 years ago by
Trying to use the Strat_Ichimoku Strategy as an alert in TOS but when I put the code in it says "rec usage not allowed in this context". Is there a tweak to this code to allow it to be used as an alert? If would be very helpful.
1 5 6 7 8 9 21