bcochrane |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Friday, September 17, 2010 |
Saturday, May 23, 2020 11:21:58 AM |
484 [0.16% of all post / 0.09 posts per day] |
|
Sorry, forgot the MaxH
|
Would appear to be similar to Volume Buzz
Relative Volume. This compares current volume to normal volume for the same time of day, and it’s displayed as a ratio. So for example, a stock trading 5 1/2 times its normal volume would have a Relative Volume display of 5.5.
|
H>=H10 AND C<H1 AND C<O
although you might want
H>H10.1 AND C<H1 and C<O if you are comparing High to theprevious 10 days, ie eXcluding today
|
I beleive that while you can export a list of stock tickers, you cannot export their associated data. But (perhaps dumb question) why not keep the list as a Watch list in TC2000 itself? Then you can set alerts to be sent to you when ever the event triggers? YOur stop price, if derived from a PCF, could adjust automatically. Just a thought
|
FWIW I found a short Kirkland video describing this trigger, and while one example had more extreme numerical values than I have in my "draft" PCF, another had lower values. I'd leave them as they are to find candidates
|
ABS(MACD20.40) < ABS(MACD20.40)??? Wouldnt they always be equal? Am I missing something?
Ditto
TrueInRow(ABS(MACD20.40) > ABS(MACD20.40)
|
I under took the PCF development more as an intellectual exercise than anything else, also a bit to see if I could help Daniel, so I will continue to see how far I can take it.
|
Al, thanks for your explanation. Based on your comments, I interpret tham to say we're looking for way oversold, but turning back up. I developed the following scan
-
PPO <0
-
PPO Cross up EAvg9
-
ADX New 10 day high
-
ADX > 20
Not exactly PCF syntax, but I suspect you'll get my drift. Today, the scan returns 13 possibilities from HC3000. I would defer to Wendy in that perhaps ADX criteria should be more than 20, and/or New high should be a longer period than just 10.
Any thoughts? Am I on the right track?
|
If you mean by an Up Day, today's close is higher than yesterday's Close
CountTrue(C>C1,10)
|
https://www.tc2000.com/Pricing
|
|