| elherring |
|
Member
|
| Registered User |
|
|
|
|
| Gender: |
|
| Thursday, February 18, 2010 |
| Tuesday, May 18, 2010 7:52:24 PM |
15 [0.01% of all post / 0.00 posts per day] |
|
|
Is there a webinar tonight? It's disappeared from the website.Thanks.
|
|
Got egg all over my face! I was trying to do it bass-ackwards... Thanks! I've got it now.
|
|
Bruce - One other thing - Along with that I'm trying to create a scan where price is crossing up through the 30 week EMA and the 30 week EMA is crossing up above the linear regression slope. Price crossing up is easy but I'm having a problem with the linear regression piece. When I try to add a condition for that part of it I get the pop up but it's blank. Any thoughts?
|
|
Okay, thanks.
|
|
Bruce - On the last Stockfinder video series with Julia Ormond Dr. Eric Wish posted the below scan as what he uses in TC2007 to find the stage type charts he uses. How would you convert this to a scan for Stockfinder?
1. CTODAYGT30DMACYBELOW (Bounce or near 30 day average):
C>AVGC30 AND ((L1 C1
Thanks,
Eddie
|
|
Is there a way to scan for stocks that are outside, or within very close proximity to being outside, of envelope channels? For example, I use 10% envelope channels and want to know when a stock has moved outside or is ready to move outside of those channels. By ready I mean within 1% or so, so if a stock moved 9% above/below the moving average I want to know which stocks those are. Thanks.
|
|
OK, never mind, I closed out the personal watch list, left the main open, and then when I opened the personal watch list back up it was at the bottom.
|
|
In Ver. 5 how do you get the watchlists to be over/under each other rather than side by side?
|
I'm new to Stockfinder and in watching one of the Julia Ormond videos she gave this code as one she uses to find MacD bullish divergences? It doesn't seem to work for me and is a really slow scan. Does this appear to have an error in it anywhere? As a newbie I know zilch about real code. Thanks.
Eddie
'# MACD = indicator.MACD
'*********************************************
'* if Price.Close > Price.Close(1) then Pass *
'*********************************************
'# Period = userinput.integer = 50
If price.Close = price.MinClose(period) And price.Close < price.MinClose(period, period) * 1.01 AndAlso _
macd.value = macd.minlow(period) and macd.minlow(period) > macd.MinLow(period, period) + .5 Then pass
|
|