Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
77
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.
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow.   Best
1
vote
1
answer
77
views
asked 4 years ago by
Category: Watch Lists
How would I create a custom column in the watchlist that shows each position's net liquidity as a percentage of my overall account net liquidity? Thank you in advance.
0
votes
1
answer
77
views
asked 4 years ago by
Category: Chart Studies
Hi Guys, I am trying to make an on screen label that shows me the average "Net" movement of the overall intraday chart based off the 1M chart. I am new to thinkscripting and I want to figure out how to make this particular label start counting from 9...
0
votes
1
answer
77
views
asked 4 years ago by
Category: Stock Scanners
TOS, 7 bars in a day. I would like to scan 8 bars from the first bar of the day to the first bar of the next day wherein the high of bars 1,7 & 8 match and/or the high of bars 1,6 & 8 match. Red or Green candles do not matter, only the highs....
0
votes
1
answer
77
views
asked 4 years ago by
Category: Chart Studies
Hi I would like to request a chart study that would plot 1 down arrow on top of the first 1Hour bar when CurrentClose < CurrentOpen and show in the last 30 days. I have attached an example below. Thank you    
0
votes
1
answer
77
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scanner that can search for price close above lowest EMA or SMA but can also be above both. We can use EMA & SMA length values of 8. So an example: Ticker XYZ 8EMA ( $2.37 ) Close ( $2.35 ) 8SMA ( $2.28 ) The scanner wo...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Watch Lists
Hello Pete You created a TRIX watchlist for me a little while ago that works great. Is there a way to create an updated version that shows the different stages TRIX is in by Colored field in  Watchlist? Thanks again for all your help coding this. Ell...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Stock Scanners
I have searched the TOS website and all their documentation and even Googled the web, but am unable to figure a way to match a particular set of display columns to different scans that I save. I can't even seem to find a way to save a particular set ...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, I searched your forums and found this very straightforward code for determining the percent change from the previous day's close. plot percentChange = 100 * (open / close[1] - 1); I am wondering if it can be modified to calculate the close ...