Questions (901)

Votes
Answers
Views
Question
0
votes
1
answer
77
views
asked 10 months ago by
Category: Chart Studies
using ThinkScript how to parse this option code; IBM250228C195, to 4 strings symbol: IBM date: 250228 option: C strike: 195
1
vote
2
answers
78
views
asked 10 months ago by
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
176
views
asked 10 months ago by
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
764
views
asked 5 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!
0
votes
1
answer
110
views
asked 11 months ago by
Category: Stock Scanners
I'm new to TOS and Forums; so please bear with me.  I'd like to not reinvent the "wheel".  I'm looking to create (or plagiarize) a scan that looks at a Simple Moving Average (SMA) of selected length is above another SMA of a selected length for a sel...
0
votes
1
answer
114
views
asked 11 months ago by
The goal is to have an alert for a percentage drop in price from yesterday’s close that I can execute at night and have the alert work the next day.  The script that I've created, which doesn't work, is attached.
0
votes
1
answer
101
views
asked 11 months ago by
Category: Watch Lists
Hi Pete, I am trying to build a watchlist column to count bars after a DMI "D+" cross over a "D-". I was able to get it partially working where it tells me the number of bars past the cross in the positive but I can't figure out how to get it to read...
0
votes
1
answer
74
views
asked 11 months ago by
Category: Chart Studies
Hi Pete ; Wondering if you would create ToS lower study of Vix3M/Vix. Pine script code is below and link to the code. Thanks! / © bauhaus28 //@version=4 study("VIX3M/1M ratio") vix3m = security("CBOE:VIX3M", "D",close) vix = security("CBOE:VIX", "D",...
0
votes
1
answer
251
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I am looking for a study where there are two inputs for high and low and it plots the fibs. Thank you in advance for your help Shaishav
0
votes
1
answer
304
views
asked 1 year ago by
Category: Stock Scanners
Need squeeze that will scan for stocks where there is only 1 or 2 or 3 cyan bars after yellow bars only.  See attached file for visual. I've reviewed and tried the other posts on this but none exactly was what I'm looking for. TTM Squeeze scan 2nd bl...