Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colored price candles under these conditions. When the close>open (green) When the current candle volume is equal or greater than 100k with an RVI (RelativeVolatilityIndex) &g...
0
votes
1
answer
1165
views
asked 5 years ago by
Category: Strategy Guide
Hello Pete Had a question on Trailing orders in Tos. Is there any way to trail the order based on the low of the previous candle? As you can see in the attached pictures the low of the candle with Crosshair is 1.87 and as the stock moves up then the ...
0
votes
1
answer
58
views
asked 5 years ago by
Category: Stock Scanners
Is there a way to create a scan condition to bring back stock results that are not going through earnings?  
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hi Pete Do you have a script for Message & Sound alert when BollingerPercentB Crosses Above or Below the 100 or 0 lines - Please see screenshot PS - I am a past and future Paypal donor and happy to support your great work :-) Many thanks Matthew ...
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to find a code to capture a single green candle that opens below both SMA20 and Kijun AND closes above both of those lines in the same day. Thanks
1
vote
1
answer
321
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I am starting this thread to see how to create a scan to find market sector leaders. Below is thinkscript I use to find range breaks. I needed a little help altering it to find market sector leaders. Thanks for your time and help with thi...
0
votes
1
answer
658
views
asked 5 years ago by
Category: Watch Lists
Hi Pete. I found your website about 2 weeks ago and it is awesome. Thank You! I reviewed the QA forum and was able to set up the squeeze histogram color in my watchlist. Can you help me with customizing my watchlist so that the color of the TTM C wav...
0
votes
1
answer
247
views
asked 5 years ago by
Category: Strategy Guide
Hi, I'm having grief building a conditional order to sell when RSI of daily aggregation > 55. That much is pretty easy; this code will do it: input RSIlength = 4; input exitScore = 55; input RSIavg = AverageType.WILDERS; def price = close; def Net...
0
votes
1
answer
104
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn,   I wanted to now how to create a chart study that highlights the volume bars in the daily chart that are over 10 million shares of volume. If volume > 10 million then highlight bar yellow
0
votes
1
answer
231
views
asked 5 years ago by
Category: Watch Lists
I have a custom column I added to a watchlist in TOS. It doesn't seem to update on its own like the formula does on the chart. If I right click on column and edit formula then push save it updates info correctly.