Votes
Answers
Views
Question
0
votes
1
answer
233
views
asked 5 years ago by Hemal Patel
Category:
Stock Scanners
Hi Pete I might be violating aggregation period, but if you can please review and advise. Goal is to Scan this on 5 min (including extended hours checked) and result if the percent difference between these 2 fib levels meet. I can see the lines the ...
0
votes
1
answer
289
views
asked 5 years ago by Hollis Kwan
Category:
Stock Scanners
Hi Peter, I am new to Thinkscript and I am trying to create a custom scanning criteria where it only shows stocks moving/ breaking above the premarket high on the 1 minute chart, I tried doing this myself but it has been a HUGE fail so far... If you ...
0
votes
1
answer
357
views
asked 5 years ago by Ricardo Gonzalez
Category:
Stock Scanners
Hello Pete, I posted a comment in my initial request but I do not see it posted, not sure if I did something wrong. I want to shorten the list of results for the previous scanner you did for me. I want to look for a doji candle and use the W%R VALUE ...
0
votes
1
answer
625
views
asked 5 years ago by Robert Chandler
Category:
Stock Scanners
I have been trying to create a scan that shows stocks that are below RSI of 30 and below lowerband of Bollinger Bands. I have some code for the charts that I want to mimic. But the RSI keeps bringing up stocks that are above the RSI of 30. I think I...
0
votes
1
answer
140
views
asked 5 years ago by Byronfern S
Category:
Chart Studies
Hi Pete how are you? is it possible to color yellow all the candles that have 3000000 or more in volume excluding the last candle? thanks in advance for your time.
0
votes
1
answer
976
views
asked 5 years ago by Kunal M
Category:
Watch Lists
On TOS is there a way to add a free form custom watchlist column which can be used to add notes against an instrument which shows up in the watchlist. The Notes column allows to add notes but one has to click on each note to look at what was written....
0
votes
1
answer
185
views
asked 5 years ago by HariBansh Singh
Category:
Stock Scanners
First of all i wanted to thank for your hard work for this community. I am getting list of all the stocks which is already crossed 8MA over 21MA irrespective of number of previous bar. Now I need your help on how to get list per below criteria. Last ...
0
votes
1
answer
289
views
asked 5 years ago by Ricardo Gonzalez
Category:
Stock Scanners
Hi Pete, I did as you instructed me, went to the drawing board. This is what I think will help me. Heiken Ashi candles Williams % R indicator, AccumDistPrVol indicator FIRST: IF Candle 1 top is higher than Candle 2 top, AND Candle 1 W%R is smaller t...
0
votes
1
answer
271
views
asked 5 years ago by Dixon Enriquez
Category:
Chart Studies
Hey Pete, hope all is well. I found some code (see below) and tried making it into an MTF lower study that would spike when price is within 5% of a 50 SMA. It seems to only show a fraction of the 50 SMA interactions. I think the "def = status" line i...
0
votes
2
answers
267
views
asked 5 years ago by JT Willy
Category:
Chart Studies
Hello, I am trying to build a script to plot RTH data on RTH and ETH charts. For instance, I would like to plot RTH-only pivot point (high + low + close) / 3 on an ETH chart of /ES I have tried to use some of your code, buy my results are inco...