Votes
Answers
Views
Question
0
votes
1
answer
7
views
asked 1 day ago by Dmitriy Dim
Category:
Chart Studies
Hello, dear Pete Hahn. Thank you for your support in this direction. Plot a horizontal line from high to end chart (to right), from the 3rd penultimate Earning. perfect example :))) : (currently, Altria asset "MO". TF.: "D 1Y:1D") def bn = BarNumber(...
0
votes
1
answer
7
views
asked 2 days 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
14
views
asked 5 days ago by Chris Gage
Category:
Stock Scanners
What is your best scanner for swing traders? I've looked at your CCI scans, but I'm not sure that is the best for the swing trading that I'm using. After you helped another trader with a CCI scan, you mentioned that the CCI had some inaccuracies. I...
0
votes
1
answer
9
views
asked 5 days 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
23
views
asked 1 month 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
22
views
asked 2 months ago by Tyrell Morris
Category:
Watch Lists
Pete, I need help creating watchlist column from the ATR trailing stop study with a red sell signal and green buy signal with counter.
0
votes
1
answer
32
views
asked 2 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
1
vote
2
answers
39
views
asked 3 months ago by Thomas Joseph
Category:
Chart Studies
My code plots a line that moves up when the next pivot is higher, but moves down when the next pivot is lower. The plot should remain at the higher value when the next pivot is lower. I tried a Max statement (commented out), but that does not plot an...
0
votes
1
answer
80
views
asked 3 months ago by Glynn Harris
Category:
Stock Scanners
I select my stocks rather manually. I inspect the charts of stocks that I’m watching and one of the main things I look for are stocks that have moving averages with 20 to 60 day length that are consistently increasing over a long period, at least we...
1
vote
1
answer
706
views
asked 5 years ago by Ariel Chao
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!