Questions (2370)

Votes
Answers
Views
Question
0
votes
1
answer
101
views
asked 4 years ago by
Category: Stock Scanners
This is a follow up to a recent post. I tried to add comments to the same post and for some reason it stated that my response was invalid. I am looking for a simple scanner that meets these two criteria. 1.This week's range is greater than last weeks...
0
votes
1
answer
502
views
asked 4 years ago by
Category: Chart Studies
Hi Pete , how are you? I have a request,  is it possible to create a study that plots a trend line form high of day 2 to high of day 1 with extension to the right? Thanks for your time.
0
votes
1
answer
1580
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I have searched a lot and scratched my head on this one although I thought it should have been very easy. I know how to use AddLabel on a chart and also how to change the color of the actual label using conditional statements (thanks to your...
0
votes
2
answers
376
views
asked 4 years ago by
Hi Pete, can you help me make a script/code for TradingView. To make a chart signal when MA7 (purple line) touching the low of a green bar PLUS MA7 is greater than MA99. I cannot find that much information here in regards to TradingView scripts/codes...
0
votes
1
answer
94
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, a novice here in thinkscript. Taking a crack at creating the watchlist that gets volume point of control for stocks in the watchlist between specified dates, say from the lows on March 18th this year to current. Using the thinkscript guide, ...
0
votes
1
answer
163
views
asked 4 years ago by
Category: Chart Studies
Hi, Pete can you help with making a label for finding the Highest volume bar of the chart on the current intraday.  In other words the highest volume bar of the day... i know its normally the first bar but its not always the first bar... Thanks.
0
votes
1
answer
115
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, Im lost on coding this and need your help.   #First condition - stock must have spiked over 60% on the day Condition= the %change from yesterdays close to todays HOD must be greater than 60%   Next, if the stocks pulls back more t...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Watch Lists
Hi Pete. If I add OnBalanceVolume to my watchlist as a column to see values it is not showing the results accurately which I need. I am pretty certain it is because of the timeframe. Example, look up any ticker and use the chart timeframe with TODAY ...
0
votes
1
answer
82
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete. I am trying to figure out how to capture an exact value from a very specific time in the past so I can use that captured/recorded value as an input later on in the same thinkscript for a scan. So here is an example.... What if I want to run ...
0
votes
1
answer
132
views
asked 4 years ago by
Category: Strategy Guide
Hello. Great resources here. However, I couldn't find a solution for my issue: I built a strategy for backtesting based on a 1hour chart. I need to exit trades within the 1hr candle (intrabar/ on 5min candles for instance). Otherwise, the stop might ...