Questions (898)

Votes
Answers
Views
Question
0
votes
1
answer
1264
views
asked 4 years ago by
Category: Stock Scanners
First, thanks for all you do.  In TC2000 you can scan for price growth over a period of time, say one month, using the formula c/minL22.  I am trying to configure a similar scan in TOS.  I would like to be able to enter a time period and filter to by...
0
votes
1
answer
1249
views
asked 5 years ago by
Category: Watch Lists
Hi all, I need assistance in correcting my script ... Here's what I am trying to accomplish Price equal to or greater than $1 ... background color Magenta Price equal to or greater than $10 ... background color White Price is less than $1 ... backgro...
0
votes
1
answer
1224
views
asked 7 years ago by
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
1206
views
asked 4 years ago by
Category: Chart Studies
Hello together, I would like to setup a chart study that shows down arrows when RSI Laguerre crosses below 0.8 and gamma > 0.6 and up arrows when RSI Laguerre crosses above 0.2 and gamma > 0.6. I have prepared the code and it does not display a...
0
votes
1
answer
1153
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Your TOS snippet below is to scan TTM Squeeze for the 2nd yellow bar after 2 or more red bars. Can you help me edit it to scan 2nd blue bar after 2 or more cyan bars? Thanks for any help! input price = CLOSE; input length = 20; input nK = 1....
0
votes
1
answer
1134
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, First thanks for a great website, very helpful! I am trying to create a scan that returns tickers with volume spikes at a specific time. Basically I would like to compare the 1 minute bar volume at say, 6:59am est and 7:00am est. Here is the...
0
votes
1
answer
1080
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is it possible to add cloud (ie shaded area) between two moving averages per code below? I tried combining them into a single code to have a go at it to no avail. Thank you! Guga ############## input price=close; input offset=0; input length...
0
votes
1
answer
1068
views
asked 4 years ago by
Category: Stock Scanners
Hello Mr. Hahn I'm a big fan of your work. Your condition wizard video has helped me tons as I am now able to see when a particular study might get triggered using the marketwatch/alerts study chart. Thank you. I have been trying to figure out a way ...
0
votes
1
answer
1062
views
asked 3 years ago by
Category: Chart Studies
Seeing if you could help me try to plot a previous high of day and low of day line to chart on the current day. So basically on my charts today 5/23, I would like a script to chart the high of day and low of day of 5/22. I have a similar script that ...
0
votes
1
answer
1037
views
asked 4 years ago by
Category: Strategy Guide
Hi I am wondering if it is possible to use thinkscript to close all my open positions when my "Net Liquidation" falls to a certain value ? So its like thinkscript will loop through all my open orders, if its a buy order, then sell at market. And if i...