Votes
Answers
Views
Question
0
votes
1
answer
117
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
1216
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
3508
views
asked 7 years ago by G DF
Category:
Chart Studies
Hello, I'd appreciate if anyone could help me with a little code. I'm trying to have a couple of candlesticks identified on my charts. Basically I'd like to be able to see the following: Hammer and Shooting Star candles if; Volume is at least 30% hig...
0
votes
1
answer
619
views
asked 7 years ago by [email protected]
Category:
Chart Studies
How do I change the color of a vertical line on an indicator? I would like to be able to have the AddVerticalLine that I have below for the OverBought condition be green instead of red. declare lower; def movingAvgLength = 1; input length1 = 1...
0
votes
1
answer
244
views
asked 7 years ago by Juan Banderas
Category:
Stock Scanners
Hello Hahn, The purpose of this scan is to show stocks that surged the day before and closed strong (near high of day). Can you please create a scan that looks for stocks whose close price on the day is very close to its high price (10% away from its...
0
votes
1
answer
473
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, I wanted to know if you could create a chart label for the 5 minute chart. The label conditions should be By default, if the stock has done more than 1.5 million shares of volume already on the day, the value should always say "DO ...
0
votes
1
answer
54
views
asked 7 years ago by khellian1
Category:
Watch Lists
I was able to update a column on a watchlist to add a label and background color based on the closing price being above or below the 34 ema. Here is the code I am using: plot data = close ; def MovAvgExponentia1 = ExpAverage(close, 34 ); AddLabel(yes...
0
votes
1
answer
1004
views
asked 7 years ago by short trade
Category:
Chart Studies
Hi Mr. Hahn, I would like to know if you have any script that would show volume for a specific time frame such as from from 4am till 929am as a label on the chart. I am trying to learn trading and this would be really helpful in my analysis. Thanks
1
vote
1
answer
3195
views
Is there a way to create a scan in Thinkorswim that can identify 3X relative volume for only the first/last 15 minute period of the trading day? The scans would compare the first/last 15 minute trading day volume to the previous 780 periods (26 fift...
0
votes
1
answer
1310
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, I was looking through the post and couldn't find a post that gave detailed volume stats for a stock. I wanted to know if it was possible if you could take this custom volume statistics studies and improve the mode and functionality of it....