Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
190
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm referencing the solution you provided previously for a scan .. input fastLength = 12; input slowLength = 26; input MACDLength = 9; input lookBack = 60; input averageType = AverageType.EXPONENTIAL; def Value = MovingAverage(averageType, c...
0
votes
1
answer
190
views
asked 3 years ago by
Category: Stock Scanners
Looking for scan where individual call volume is > 10 day moving average of Daily Stock volume and Stock is breaking 5day or 10day high This idea came from a similar scanner by Jonathan Rose, his concept is that when option volume is larger than d...
0
votes
1
answer
190
views
asked 3 years ago by
Category: Stock Scanners
How would I take this study script for Choppiness Index and create a scan to return all stocks >60? # { CI: Choppiness Index } declare lower; # Inputs: Len(14); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,L...
0
votes
1
answer
189
views
asked 6 years ago by
Category: Stock Scanners
I am getting an odd behavior when I change the Reference date. Everything works fine  through Reference Date = 20170609. But if I set the reference date as 20170610 or later, the red line does not get shifted to the green line on that (reference) dat...
0
votes
1
answer
189
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Good day to you. Can you create a screener that can scan First Candle Cross Above/ Below Tenkan, First Candle Close Above/ Below Tenkan I had attached with the valid signal sample. Thanks for your help and support. Rgds, JinWei    ...
0
votes
1
answer
189
views
asked 5 years ago by
Category: Watch Lists
i have a script here that shows the total amount of *trades being transacted on the ticker per candle.  I need to have this on a watchlist that shows the amount of trades.  Thanks declare lower; declare zerobase; plot Trades = Fundamental(Fundamental...
0
votes
1
answer
189
views
asked 4 years ago by
Category: Watch Lists
Hi Pete.  May I ask for your help with creating a specific background color based on the Heiken Ashi bars?  I would like to have the background color appear as red if the current bar has no upper wick and the background color appear as green if the b...
0
votes
1
answer
189
views
asked 4 years ago by
Category: Chart Studies
hi, is it possible to scan implied volatility movers and also implied volatility : at the money percentage change like market chameleon thank you
0
votes
1
answer
189
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, You've been a major help to me with several TTM Squeeze scans - thanks! I now have a TOS WL question that I cannot find a related post on in the forum. Would it be possible to create a column that shows a percentage of how far away the last ...
0
votes
1
answer
189
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, let me try again... Can you help me create a chart label that turns green, when the 21ema is within 1/2% of price, otherwise it would be red. I've tried looking at examples but I can't seem to get it right.