clyde27233 |
Member
|
Registered User |
|
|
|
|
Gender: |
|
Wednesday, December 30, 2009 |
Wednesday, May 11, 2011 9:42:34 AM |
4 [0.00% of all post / 0.00 posts per day] |
|
QUOTE (clyde27233) In the "Best of 2009" DVD, Julia refers to a "Step by Step" video in which she details the development of a code that is used to identify support and resistance levels. Can anyone point me to that video? I haven't been able to find it.......
I found it! Seems that one must be hooked to the internet to view the videos. I was viewing the DVD in an offline status......
|
In the "Best of 2009" DVD, Julia refers to a "Step by Step" video in which she details the development of a code that is used to identify support and resistance levels. Can anyone point me to that video? I haven't been able to find it.......
|
I need help in developing a scan for an Outside Day Up/Down indication. I'm very new to the world of stocks/Stockfinder, and have never programed anything past the microwave or my wrist watch (which I no longer wear). Please help... Where do I start?
|
[QUOTE=mholman]I'm using SF4. .......
Dim netbull As Single = price.Close - price.low
Dim netbar As Single = price.High - price.Low
Dim bullbar As Single = netbull / netbar
If bullbar > .9 AndAlso _
Price.High > Price.High(1) AndAlso _
Price.Low < Price.Low(1) Then Pass
When I cut and paste the above code into my real code writer in SF4, upon hitting save or apply, I get the following error msg: ""Name "Pass" is not declared"". How can I fix this?
Thanks
|
|