Votes
Answers
Views
Question
0
votes
1
answer
121
views
asked 4 years ago by Ahmad Hilmy
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
182
views
asked 4 years ago by Dave DoggyDogg
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
129
views
asked 4 years ago by Ak40 Steven
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
62
views
asked 4 years ago by Adbullah Binahmed
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
96
views
asked 4 years ago by Adbullah Binahmed
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
146
views
asked 4 years ago by 010##101 McD
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
392
views
asked 4 years ago by Nathan Ngindu
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
100
views
asked 4 years ago by Mike Siegel
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
76
views
asked 4 years ago by Shaishav Patel
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...
0
votes
1
answer
197
views
asked 4 years ago by Shaishav Patel
Category:
Alerts and Notifications
Hi Pete, I am trying to create an alert which can be transferred to my phone in which whenever a PPS buy or sell signal triggers on a 4 hr TF for a particular stock. I need an alert at the time when PPS signal shows up not after the 4 hr candle compl...