Questions (859)

Votes
Answers
Views
Question
1
vote
1
answer
65
views
asked 4 years ago by
Category: Stock Scanners
Hello there Mr. Hahn, I have another very simple request for you. I already found the code to scan for inside bars on your site. What I would like next would be to scan for stocks that close in the upper 40% or lower 40% of the previous bars' range a...
1
vote
1
answer
162
views
asked 4 years ago by
Category: Chart Studies
Hello, Is there a simple way to have the chart background color change based on being below or above a certain price level in ThinkorSwim?
1
vote
1
answer
151
views
asked 4 years ago by
I'm trying to set an alert that's equivalent to a trailing-stop order.  I found this study elsewhere but I'm not sure it's doing what I want, so I thought I'd ask you for your opinion. input Period = 12; input Price = close; def HP = Highest(Price,Pe...
1
vote
1
answer
67
views
asked 4 years ago by
Category: Chart Studies
Hi all, I have a code that checks every bar and display up/down arrow when price crosses EMA. I only want it to show the last two instances instead of every candle on the chart because it is too messy to look at during market hours. What can I add to...
1
vote
1
answer
585
views
asked 3 years ago by
Category: Chart Studies
Hello Pete! Hope you are doing well! How do I take the VWAP indicator and create a chart label on the top left that says VWAP: "#". I have provided a snippet for your reference. Thank you so much for your help!
1
vote
1
answer
116
views
asked 3 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...
1
vote
1
answer
98
views
asked 3 years ago by
Hello, Currently I use a Custom Condition Wizard Study (for an MA crossover) combined with the built in Price Change Study for a Custom Scan. It searches for a displaced MA Crossover to occur first (either 0 bars or 1 bar ago) then lets me know when ...
1
vote
1
answer
495
views
asked 3 years ago by
Category: Watch Lists
How to create a list of columns for a watchlist that could be used as "Defaults', in other words get  them available for a watchlist clicking on a button 'Load Defaults' ?
1
vote
1
answer
223
views
asked 3 years ago by
Category: Chart Studies
Hi.  I have just started working with ThinkScript, thanks to Hahn-Tech, so thank you all for that. I started with a VWAP crossover script, modified it to detect VWAP at upper/lower bands. What I would like to learn how to do next is write a script th...
1
vote
1
answer
82
views
asked 3 years ago by
Category: Stock Scanners
Sorry Pete, these pictures were meant to show up in between what was said there. This is Tradezero top list ''Most Active'' and wanted a TOS equivalent. I trade in PM and wanted to make sure the timeframes in equity settings also aligned right and or...