Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
55
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I need to add a condition in the scanner 1- The first 1 minute 930 AM est candle's open is either equal to low or low of that candle is not lesser than 0.5% from the open and that first minute candle has a minimum volume of 1M 2- The first m...
0
votes
1
answer
162
views
asked 3 years ago by
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...
0
votes
1
answer
53
views
asked 3 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...
0
votes
1
answer
87
views
asked 3 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
2
answers
310
views
asked 3 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
117
views
asked 3 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
1
answer
80
views
asked 3 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
51
views
asked 3 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
103
views
asked 3 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
149
views
asked 3 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.