[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] FmlVar



PureBytes Links

Trading Reference Links

FYI:
Those of you who dont use "FmlVar" function
should take another look at it.

A practical application is to return a 
binary wave and also return the value of your 
indicator from the same function. This simplifies
develoment by reducing redundant indicators. Also a
way past the 20 variable limit. May be a performance
hit since the variable value has to be looked up.

A simple example of an (unprofitable) 
system that shows the technique:

{indicator1 } {Assume it has used up 20 variables}
B:=Mov(C,25,S);
A:=Ref(B,-1);
X:=If(A<B,1,0);{uptrend T/F}
X;

{indicator2} 
{grab the variables you need from the helper
indicator}
B:=FmlVar("indicator1","B");
X:=FmlVar("indicator1","X");
Z:=If(X=1 AND C>B,1,If(X=0 AND C<B,-1,0));
Z;
etc..Buy = 1 Sell = -1
You can then set up a template with an associated
expert based on the indicator to see where its good
and bad.



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/