Alerts and Notifications (206)

Votes
Answers
Views
Question
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...
0
votes
1
answer
734
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
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
3200
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
2
answers
457
views
asked 6 years ago by
Hello, I have a piece of code that repeats a lot and would like to make it into a subroutine but it doesn't have a plot statement in it.  Is there a way to do this? Here is the code # Program to display label of EMA crossovers of 2 given parameters f...
0
votes
1
answer
145
views
asked 6 years ago by
Is there a way to get a sound alert when a condition occurs in custom column watch list? i need a sound alert Which will draw my attention to the change in the list for example: i have a column with a condition - If the EMA8 crosses up the EMA21 then...
0
votes
1
answer
641
views
asked 6 years ago by
I am using the following study on 400 tick charts. It gives "false" signals when the close of current bar is >= high of prior bar. But its not really the "close" its only the last tick >= high of prior bar. The 400 tick chart actually closes &l...
0
votes
1
answer
582
views
asked 6 years ago by
In ThinkScript, I want to put the actual SwingHigh or SwingLows in individual Arrays such that they are right next to one another so I can compare them in finding a 3 times tested Support or Resistance Level.   This is my code so far. As you can...
0
votes
1
answer
2651
views
asked 6 years ago by
Hi Mr. Hahn, Could you share how to set alert be set when Hekin Ashi candles changes from green to red or red to green in day or week duration ? Thank you, Robert
1 6 7 8 9 10 21