Questions (2347)

Votes
Answers
Views
Question
1
vote
1
answer
282
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I figure if anyone can solve this one, it is you. I've had this nagging issue with a volume bars study that I use to overlap onto my charts. As you can see in the attached image, the price axis is shifted on the chart, so 0 is not at the bot...
1
vote
2
answers
282
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, Hope your doing well. Do you know if it's possible to properly sort a watchlist using the AsPercent() function (in a custom column)? I have some code (shown below) that is used to calculate the relative daily volume of an instrument; howe...
0
votes
1
answer
282
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete - long time lurker, first time posting for help. I am looking for a way to find (bullish) divergence on the squeeze momentum oscillator. Please see attached photo for reference. The green line identifies that there is bullish momentum diverge...
0
votes
2
answers
280
views
asked 7 years ago by
Category: Chart Studies
Hello Mr. Hahn, First all, Kudos to your scripting skills and the videos you make are awesome. I'm just trying out your Volume_Profile_Scan and as soon as I add the scan, Profiling on the chart shrinks to 10% in size. Looks like the problem is the pr...
0
votes
2
answers
280
views
asked 7 years ago by
Category: Strategy Guide
How do I convert the prebuilt Strategies into scans for example the BollingerBandsLE, EhlersStochLE and the two Ichimoku Strategies that you shared? input length = 20; input num_devs_dn = 2.0; input bollinger_price = close; input lower_band_price = c...
0
votes
1
answer
280
views
asked 5 years ago by
Category: Stock Scanners
RVOL or RELATIVE VOLUME. I am very interested in installing that indicator in my THINK OR SWIM account. I have contacted TOS, but no luck. I have contacted 2 other parties, but no luck. I entered a code I saw on this website, but no result. Anyway, p...
0
votes
1
answer
280
views
asked 4 years ago by
Category: Stock Scanners
input marketClose = 1600; def closeCounter = SecondsTillTime(marketClose); def regSessEnd = closeCounter[-1] == 0; rec priorDayClose = if regSessEnd then close else priorDayClose[1]; def change = ((close-priorDayClose)/priorDayClose)*100; def con1= c...
0
votes
1
answer
280
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to scan for stocks either crossing above or below a Fib level using a customize input for days and minutes (ie 15, 30, hour)? I'm looking to swing and day trade. Can it be dynamic where the levels auto move if there's a new hi...
0
votes
1
answer
280
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, thanks for all your videos and your scripts.   I want to check for relative strength of a stock with SPY on daily basis.   I was the stock to out perform the index  (for today)   is this code correct as i get some results whic...
0
votes
2
answers
279
views
asked 6 years ago by
Category: Chart Studies
Your video on using the Strategy Wizard was great,  I am trying to apply your technique using the pricechannel study and am having a issue. I am trying to use the upperband to trigger the buy and the lower to trigger the exit. The study part shows sh...