Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Downloaded Julia011910.sflayout form webinar. had problem Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
bf9627
Posted : Wednesday, January 20, 2010 8:44:11 PM
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
  

Bruce_L
Posted : Thursday, January 21, 2010 10:30:02 AM


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
bf9627
Posted : Thursday, January 21, 2010 4:53:54 PM
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.
Bruce_L
Posted : Thursday, January 21, 2010 5:03:57 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You're welcome.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Tradebanger
Posted : Friday, January 22, 2010 1:17:26 PM
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?
StockGuy
Posted : Friday, January 22, 2010 1:57:46 PM

Administration

Joined: 9/30/2004
Posts: 9,187

You can get it here: How to Download the BETA!

Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.