Votes
Answers
Views
Question
0
2
412
asked 4 years ago by Reicy
Category:
Frequently Asked Questions
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
1
103
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
1
171
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
1
123
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
1
58
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
1
88
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
1
137
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
2
372
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
1
97
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
1
73
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...