Questions (2377)

Votes
Answers
Views
Question
0
votes
2
answers
412
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
103
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
171
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
123
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
58
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
88
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
137
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 ...
0
votes
2
answers
372
views
asked 4 years ago by
Category: Stock Scanners
#Wizard text: Current bar's #Wizard input: price #Wizard input: choice #Wizard text: at least #Wizard input: percent #Wizard text: % from its typical average over #Wizard input: length #Wizard text: periods input price = volume; input choice = {defau...
0
votes
1
answer
97
views
asked 4 years ago by
Category: Chart Studies
I am interested in seeing how to code an indicator or an indicator.  For the sake of keeping it simple how about a sma of the dm of the dm+ overlayed on just the dm+.
0
votes
1
answer
73
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I am trying to add a custom column in scan search results which shows 50 and 61.8 % fibs of Yearly high low as separate columns. I have reached up to the stage shown in the screenshot attached. Please help on the think script. Thank you, Sha...