Alerts and Notifications (206)

Votes
Answers
Views
Question
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
68
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
3201
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.
1
vote
2
answers
305
views
asked 6 years ago by
I find that time sneaks up on me during the day. The market acts differently near the close. I want to change the background color from 15:45 to 16:15 so that it is a visual reminder to me. How do I do that?
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
583
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
63
views
asked 6 years ago by
I am trying to use the "tick speedometer" that you helped me with previously. Here is the code. I am sure this is something obvious that I am overlooking. It looks like it is plotting AHEAD of price?! Can you help? Thanks Lindsay   declare lower...
0
votes
1
answer
147
views
asked 6 years ago by
Hello Please have a look at the Script and help me to add alert on when it crossover daily open currently script alert me on premarket high but I want to have alerted when it cross daily open attach is the script.        
1 7 8 9 10 11 21