Questions (2351)

Votes
Answers
Views
Question
0
votes
2
answers
222
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete Hope all is well Can you please help me set up a scan. I created a simple moving average (SMA ) crossover arrows. if 10 SMA crossed above the 20 SMA then Yellow arrow, and if the 10 SMA crossed below the 20 SMA then Purple arrow. what I am a ...
0
votes
1
answer
222
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, thank you for sharing your coding skills on this great site which I came across while doing some research on the 3 bar pattern play.  You previously shared a code to scan for that pattern (see Cutom Scan for the 3 Bar Pattern Play) and ...
0
votes
1
answer
221
views
asked 7 years ago by
Category: Stock Scanners
Does anyone know any good P&F chart screeners/scanner? I'm looking for the start of a new Xs column. I would REALLY appreciate any tips. Can I can for new X columns on P&F charts in TOS?
0
votes
1
answer
221
views
asked 6 years ago by
Category: Stock Scanners
hello, I am running a scan in the options hacker and I am showing Options only. I want to make a custom column (I know how to do that) but I need to reference the close of the stock price, not the options price. How can I do this?
0
votes
1
answer
221
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below VWAP and closes above VWAP. And for the VWAP to be uptrending 1-bar ago.   Thanks
0
votes
1
answer
221
views
asked 4 years ago by
Category: Chart Studies
Hi, Can you please create a customizable script that i can add on a chart study if a condition is true from a different time frame. Lets say, On a 5min Chart, I want to display a text "10 min" with green background on top left hand side of a 5min cha...
0
votes
1
answer
220
views
asked 7 years ago by
Category: Chart Studies
Hi, I have watched the video here https://www.youtube.com/watch?v=YW8ruMckbEw I am wondering how "addOrder" function works? I tried the following code but it doesn't create any order : addOrder(OrderType.BUY_TO_OPEN, true,open[-1],1,Color.RED,Color.R...
0
votes
2
answers
220
views
asked 7 years ago by
Category: Stock Scanners
How to target or filter scans with a specific time period filter. For example I would like to use your previous code you provided me input xPercent = 10.0; def percentChange = 100 * (close / close[1] - 1); plot scan = AbsValue(percentChange) > xPe...
0
votes
1
answer
220
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, Creating a study that gives signals from crossing Persons Pivots levels has been plaguing me the past few days. Although it can create good signals, the pivot levels change from day to day creating false signals. I am looking to create si...
1
vote
3
answers
219
views
asked 7 years ago by
Category: Stock Scanners
Aloha.  I use %R as part of my scans but I only have the option of selecting certain values greater than or less than or equal to and so on.  I wanted to know if there is a way to see when %R crosses above or below a value.  Any suggestions?