Alerts and Notifications (206)

Votes
Answers
Views
Question
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 ...
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
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
2621
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
1122
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
376
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
382
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.
0
votes
1
answer
79
views
asked 6 years ago by
Hi Pete,   I like to scan for new 10 day highs on thinkorswim by using the dailyhighlow study. I will get an alert when a stock makes a new 10 day high for the first time however, I will get another alert if it makes a new high the next day. Is ...
0
votes
1
answer
123
views
asked 6 years ago by
Can someone help me  identify the highest range over the past 10 bars? I need someone to help fix Think or swim code I have written. The purpose is to give an alert when the current bars range is highest range in previous 10 bars. I am sure this is s...
1 6 7 8 9 10 21