Votes
Answers
Views
Question
0
votes
1
answer
383
views
asked 7 years ago by G DF
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
641
views
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
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
684
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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
158
views
asked 7 years ago by Hanan Marco
Category:
Alerts and Notifications
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
632
views
asked 7 years ago by Jonathan Jackson
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
1558
views
asked 7 years ago by Anthony Hernandez
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
236
views
asked 7 years ago by Azhar
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
608
views
asked 7 years ago by wayne popham
Category:
Sierra Chart Solutions
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
512
views
asked 7 years ago by Horacio Recalde
Category:
Alerts and Notifications
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
94
views
asked 7 years ago by juan gomez
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.