Alerts and Notifications (206)

Votes
Answers
Views
Question
0
votes
1
answer
3193
views
asked 6 years ago by
Hi Pete, just wondering how to use aggregationPeriod in different periods. For example, def period= aggregationPeriod.Day; plot a=if(period==1, ATR(length = 14, averageType = "WEIGHTED"), Double.NaN); It seems not working. Thanks.
0
votes
1
answer
67
views
asked 6 years ago by
I trade using 400 tick charts using the code below Question: How do I add another condition based on a 5 min timeframe. I only want the alert above to trigger if the closing price is above the 20 EMA on a 5 min chart. If the closing price of the late...
0
votes
1
answer
730
views
asked 6 years ago by
I use 400 tick charts to trade intraday. It would be useful to have a study which tells many seconds each bar takes to complete.  Anyone know how to do this? I have looked on TOS but could not find anything helpful. Thanks Lindsay
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...
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
380
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
374
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
295
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
4
answers
1120
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
3
answers
2610
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 ...