Votes
Answers
Views
Question
0
1
1569
asked 2 years ago by Juan Banderas
Category:
Watch Lists
I'd like to colorcode watchlist market cap values below certain threshold. Is there a function or combination of functions (say shares, or float as TD refers to it, multiplied by price for ex) to get market cap ($millions) to be able to color the wat...
0
1
54
asked 2 years ago by Harry He
Category:
Chart Studies
Pete, I know there is an import bar on the top of chart, but wondering if a code can be used to import a study set. Thank you!
0
1
129
asked 2 years ago by Dave Sullivan
Category:
Chart Studies
Tags:
Hey Pete, I would like horizontal lines to show the high and low of /ES between the hours of 2am-5am MST (4am-7am EST, the London open). I tried modifying this code to suit my needs: https://www.hahn-tech.com/ans/premarket-highlow-label/ input startT...
0
1
157
asked 2 years ago by Equanimous Trading
Category:
Chart Studies
Hi Pete! I am working with an indicator in TOS that plots a linear regression channel. (photo attached + code below). I am trying to edit this script so that instead of printing a cloud, TOS instead prints a center line, a line at the top deviation,...
0
1
228
asked 2 years ago by peter boston
Category:
Chart Studies
I am using Heikin Ashi bar chart. The image shows three different priced stock bars. The white bubble shows the actual calculated height (price close - open). The dollars are the actual price of that stock. Their bar heights (green box) are similar/e...
0
1
506
asked 2 years ago by Equanimous Trading
Category:
Chart Studies
Hi Pete. I am referencing a previous post Questions – Equanimous Trading – Hahn-Tech, LLC in which you created a script that is working great. *see screenshot I am attempting to do the same thing with VWAP so that when CLOSE < VWAP there is red fr...
0
1
155
asked 2 years ago by Equanimous Trading
Category:
Chart Studies
In TOS I am able to change the Hull Moving Average to be displayed as a columns. Then I adjust the transparency so that they are only slightly visible. This makes it easy to see when the price candles are poking above the HMA. The columns shade in f...
0
1
413
asked 2 years ago by Equanimous Trading
Category:
Chart Studies
Hello, I have found some answers that pertain to my desired outcome but have been unable to put them all together in a way that is accepted. Working on a 1 minute chart... when price closes higher than 9 EMA and higher than HMA 30 length then backgr...
0
1
61
asked 2 years ago by Billy Choi
Category:
Chart Studies
Is there a way to skip multiple definitions and calculations if a particular condition is met? For example, I have been having problems making volume-based calculations on SPX. Is there a way to skip entire lines of codes, where there are multiple de...
0
1
175
asked 2 years ago by Billy Choi
Category:
Chart Studies
Hi Pete, I have a Thinkscript-specific question. I'm writing a script that uses volume as input and other price data and its upper study. It uses AssignPriceColor and different painting strategies. However, as you know, some symbol doesn't provide vo...