PureBytes Links
Trading Reference Links
|
Hi,
Methinks I have a slight problem...I want to use multiple entry
triggers (as shown below):
Fml("CARYS") AND
Fml( "HD CROSSOVER ") AND
Cross( PDI(21) > MDI(21) AND
ATR(30)/C >=0.01 AND
ATR(30)/C <=0.05 AND
Mov(C,21,S)*Mov(V,21,S) >= 100000 AND
Mov(C,21,S)*Mov(V,21,S) <= 40000000 AND
Mov(C,200,S) >= Ref(Mov(C,200,S),-50)+ 1.5*ATR(50) AND
C >= 0.5 AND
C <= 15
This is written in the Indicator Builder and called up as Fml in
Explorer.
Unfortunately, it calls for a comma and other parameters after the
last entry.
I've tried the comma, the semi-colon, brackets, changing this to
an "IF" formula - all to no avail.
Can anyone please help ????
Thanks heaps, Helena
------------------------ Yahoo! Groups Sponsor --------------------~-->
You can search right from your browser? It's easy and it's free. See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/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/
|