Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
352
views
asked 6 years ago by
Category: Chart Studies
Hi Peter, Do you have a code to plot pre-market H/L automatically? Thank you in advance. G
0
votes
1
answer
615
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
664
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
155
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
592
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, I watched one of your videos from YouTube (https://www.youtube.com/watch?v=YW8ruMckbEw) about how to set up a Bollinger Bands & RSI Strategy. I set it up the same way you did but for some reason I'm not getting the same results. Can you ...
0
votes
1
answer
1531
views
asked 6 years ago by
Category: Stock Scanners
i really dont know anything about how to create a scanner.If anybody could help me find how to find these certain patterns. I would be really grateful.Thank you very much.
0
votes
1
answer
229
views
asked 6 years ago by
Category: Watch Lists
Is it possible to highlight tickers making new 52 week highs or 52 week lows on scanner? Please see screenshot,  Green highlight for line on screenshot
0
votes
1
answer
564
views
asked 6 years ago by
Is there a way on Sierra to calculate the distance (Price) from the trailing ema without having to do it manually?  How far is the top of the current bar in relationship to the ema if price is going up and if price is going down the price relationshi...
0
votes
2
answers
482
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
86
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, You could help me with a Scan code with the following conditions: crossing the aroonIndicator, that the asset price is above MovAvgWeighted (close 30 periods), and WilliamsAD above level 0. Thanks for your valuable help.