| Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 9/14/2009 Posts: 15
|
Hi
I really enjoyed Julia & Michael's webinar last night 1/19.
I really want to use the “vigorous ma cross” scan.
I downloaded the layout form the link provided and saved to my layout file.
When I opened the layout the “vigorous ma cross” scan did not operate. I opened the real code editor. The scan code was not there. I tried to type in the code from the webinar into the real code editor. But, that did not work.
More info. I thought this might help identify my problem
if this helps average type in the edit rule indicated simple as opposed to exponentia. I know how to change to exponential.
Thank you for the code. Bill
|
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The Layout is a StockFinder 5 Layout. You will need to have StockFinder 5 for it to load correctly. The RealCode in the Condition is (but it will not work as written in StockFinder 4 - although you could Drag and Drop the Moving Averages into the RealCode Editor and rename them to MAs, MAi and MAl to replace those three lines in the RealCode):
'|*****************************************************************|
'|*** StockFinder RealCode Condition - Version 4.9 www.worden.com
'|*** Copy and paste this header and code into StockFinder *********
'|*** Condition:vigorous ma cross
'|******************************************************************
'# MAs = chart.MovingAverage
'# MAi = chart.MovingAverage.2
'# MAl = chart.MovingAverage.3
If price.Open < mas.value And price.open < mai.value And price.Open < mal.value AndAlso _
price.Last > mas.value And price.Last > mai.value And price.Last > mal.value AndAlso _
mas.value(1) < mai.value(1) And mas.value(1) < mal.value(1) AndAlso _
mas.value > mai.value And mas.value > mai.value AndAlso _
mas.value(1) < mal.value(1) And mas.value > mal.value Then pass
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 9/14/2009 Posts: 15
|
Thank you Bruce. I was not aware of SF5. I downloaded 5. Julia's layout worked perfectly. Now I need to get busy learning 5.
|
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/7/2004 Posts: 9
|
QUOTE (bf9627) Thank you Bruce. I was not aware of SF5. I downloaded 5. Julia's layout worked perfectly. Now I need to get busy learning 5.
Is SF5 Available, and where can I find it to download?
|
|
 Administration
Joined: 9/30/2004 Posts: 9,187
|
You can get it here: How to Download the BETA!
|
|
|
Guest-1 |