Votes
Answers
Views
Question
0
1
138
asked 5 years ago by Byronfern S
Category:
Chart Studies
Hi Pete how are you? is it possible to color yellow all the candles that have 3000000 or more in volume excluding the last candle? thanks in advance for your time.
0
1
955
asked 5 years ago by Kunal M
Category:
Watch Lists
On TOS is there a way to add a free form custom watchlist column which can be used to add notes against an instrument which shows up in the watchlist. The Notes column allows to add notes but one has to click on each note to look at what was written....
0
1
183
asked 5 years ago by HariBansh Singh
Category:
Stock Scanners
First of all i wanted to thank for your hard work for this community. I am getting list of all the stocks which is already crossed 8MA over 21MA irrespective of number of previous bar. Now I need your help on how to get list per below criteria. Last ...
0
1
280
asked 5 years ago by Ricardo Gonzalez
Category:
Stock Scanners
Hi Pete, I did as you instructed me, went to the drawing board. This is what I think will help me. Heiken Ashi candles Williams % R indicator, AccumDistPrVol indicator FIRST: IF Candle 1 top is higher than Candle 2 top, AND Candle 1 W%R is smaller t...
0
1
265
asked 5 years ago by Dixon Enriquez
Category:
Chart Studies
Hey Pete, hope all is well. I found some code (see below) and tried making it into an MTF lower study that would spike when price is within 5% of a 50 SMA. It seems to only show a fraction of the 50 SMA interactions. I think the "def = status" line i...
0
2
258
asked 5 years ago by JT Willy
Category:
Chart Studies
Hello, I am trying to build a script to plot RTH data on RTH and ETH charts. For instance, I would like to plot RTH-only pivot point (high + low + close) / 3 on an ETH chart of /ES I have tried to use some of your code, buy my results are inco...
0
1
97
asked 5 years ago by [email protected]
Category:
Chart Studies
I am looking for the solution for the following requirement. Is it possible to achieve automatically with thinkorswim script? Add two line of drawings in chart: Price level 1, Price Level 2. The "Price level 1" will be used for order entry pric...
0
1
240
asked 5 years ago by Kunal M
Category:
Watch Lists
Hi, How do I modify the following code to add a custom watchlist column indicating A 2-8 DMA crossover indicated in Green if 2DMA is above 8DMA and the number of days since the cross indicated by the identifier in the cell as A1-A9 (basically number ...
0
1
177
asked 5 years ago by Guru M
Category:
Stock Scanners
Hi, I need help in writing a scan in ThinkOrSwim to select all options where the current price + ask price < strike price and the difference between current price and strike price is not greater than 2$ Can someone help me with this?
0
1
205
asked 5 years ago by IceColdG
Category:
Chart Studies
Hey Pete, I need helping modding some code below. How do I lock the bubble plot so it only shows from the 9:30 am candle to the 9:45 am candle. After 9:45 if the price keeps making a new high, I don’t want this script to record or any new values Righ...