Votes
Answers
Views
Question
0
votes
1
answer
41
views
asked 2 months ago by Cccc Ffg
Category:
Stock Scanners
Hello Pete, using the code solution here . https://www.hahn-tech.com/ans/premarket-line-100-above-the-premaket-low/ how can we create a scan that shows what stocks premarket at any point whose premarket low to premarket high percent change is greater...
0
votes
1
answer
38
views
asked 5 years ago by Sam T
Category:
Chart Studies
Is there a way to show a label or bubble with the amount of pips between both bands? #Code: input displace = 0; input length = 20; plot LowerBand = Lowest(low[-displace + 1], length); plot UpperBand = Highest(high[-displace + 1], length);
0
votes
1
answer
38
views
asked 5 years ago by Arnab Paul
Category:
Chart Studies
I want to read in a few external parameters as inputs to a study. What is the best way to do that? These parameters would vary from one stock to another and are generated by an external program. I can add these as inputs, but then I have to manually ...
0
votes
1
answer
38
views
asked 3 months ago by Dmitriy Dim
Category:
Stock Scanners
Dynamic filters for my parameters from my code ( after " Study | Custom... " ) Hello, dear Pete Hahn. Please tell me, how to correctly make dynamic filters from my script from the tab " Study | Custom... " -> "thinkScript Editor" for 2 parameter...
0
votes
1
answer
37
views
asked 5 years ago by Chris Lorenzen
Category:
Stock Scanners
Hello, As part of a larger scan that I'm running in Thinkorswim, I screen for stocks above their 200-day moving average. An issue that is occurring is the removal of stocks that meet all the other criteria but don't have 200 days of trading data. I...
0
votes
1
answer
37
views
asked 4 months ago by BOB FORMAN
Category:
Chart Studies
Tags:
using ThinkScript how to parse this option code; IBM250228C195, to 4 strings symbol: IBM date: 250228 option: C strike: 195
0
votes
1
answer
19
views
asked 2 months ago by Cccc Ffg
Category:
Chart Studies
Hello, I need help creating a simple line that draws a horizontal line 100% above the premarket low. So if the stock premarket low is $2, the line will appear at $4 dollars. -This line should extend to the right up to 9:30am market ope...
0
votes
1
answer
10
views
asked 3 days ago by Luis
Category:
Chart Studies
Hello Hahn, I wans wondering if its possible to convert the following study from TradingView to Thinkorswim format? More info here: https://www.tradingview.com/v/rHO6gt9u/ thank in advance, Luis