- Questions
- Alerts and Notifications
Votes
Answers
Views
Question
0
1
3306
asked 7 years ago by jx2012
Category:
Alerts and Notifications
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
1
79
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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
1
798
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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
1
132
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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
1
83
asked 7 years ago by Joey Cognata
Category:
Alerts and Notifications
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
1
387
asked 7 years ago by anthony tremarco
Category:
Alerts and Notifications
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
1
397
asked 7 years ago by Adrianna De Santos Santillan
Category:
Alerts and Notifications
Hi, can you tell me if there is a way to find gaps on a 5 min time frame and create an alert?
0
1
310
asked 7 years ago by JAzcarate
Category:
Alerts and Notifications
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
4
1159
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
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
3
2748
asked 7 years ago by Disher
Category:
Alerts and Notifications
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 ...