Votes
Answers
Views
Question
0
votes
1
answer
722
views
asked 7 years ago by Corey
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
293
views
asked 7 years ago by John Bailey
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
118
views
asked 7 years ago by Juan Banderas
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
295
views
asked 7 years ago by Jacob Lower
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.
0
votes
2
answers
181
views
asked 7 years ago by Carl
Category:
Alerts and Notifications
I am using the following code to produce an audible alert: Alert(High>High[1], "Test Alert", Alert.Tick, Sound.Chimes); This produces a chime each tick the the condition is satisfied - exactly what I want - but it also produces a text message in t...
0
votes
1
answer
1222
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, Is there a way in thinkorswim not to just see volume but number of trades that have happened on the day or the amount of volume in dollars? Best
0
votes
1
answer
182
views
asked 7 years ago by SBabu
Category:
Alerts and Notifications
Hello... Thank you for your service ! Can you please provide a Thinkscript to use in a conditional order to exit Long Call Option position using TrailStopLX? I would be trailing by 1 x ATR. Similarly, can you also provide the opposite side o...
0
votes
1
answer
103
views
asked 7 years ago by Francisco Bach
Category:
Chart Studies
So here is the script I'm using on TOS plot sma1 = Average(close, 2); sma1.AssignValueColor(if sma1 > sma1[1] then Color.liME else Color.magENTA); It is a very simple script that colors the 2sma in lime when it's moving up and magenta when it's mo...
0
votes
1
answer
266
views
asked 7 years ago by H Correa
Category:
Watch Lists
Hello Pete, I have the following custom TOS watchlist code for EMA crossing that works well but I was wondering if you could help me with the following two items i haven't been able to figure out. 1- Eliminate after hours/pre-market data input so tha...
0
votes
1
answer
117
views
asked 7 years ago by Richard Labonville
Category:
Watch Lists
How many custom columns can we make?