Stock Scanners (4)

Votes
Answers
Views
Question
0
votes
1
answer
152
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete  and all-  I'm trying to create a HA scan  for  prev 4  candles. The below code works fine..but it does not give the correct results. I know there are some stocks that fit that criterion. ********************************* def C0 = ohlc4; def ...
0
votes
1
answer
264
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, I posted a comment in my initial request but I do not see it posted, not sure if I did something wrong. I want to shorten the list of results for the previous scanner you did for me. I want to look for a doji candle and use the W%R VALUE ...
0
votes
1
answer
226
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I did as you instructed me, went to the drawing board. This is what I think will help me. Heiken Ashi candles Williams % R indicator, AccumDistPrVol indicator FIRST: IF Candle 1 top is higher than Candle 2 top,  AND Candle 1 W%R is smaller t...
0
votes
1
answer
518
views
asked 4 years ago by
Category: Stock Scanners
Hello, I've seen some code on here for both one and two green heiken ashi candles. I was wondering how I can change this to scan for either one or two red candles?   Similarly with the TTM Trend. I have the code for indicating up or down for two...