PureBytes Links
Trading Reference Links
|
Hello together,
i wanna create a CUMULATIVE ROC of 2 Securities based on Silva`s Indicator @ http://metastocktools.com/MetaStock/RoCmulti.txt ...
I have for example 3 Securities :
----------------------------------
B1:=Security( "G:\Germany\DAX30\VW.DE", C);
B2:=Security( "G:\Germany\DAX30\BMW.DE", C);
B3:=Security( "G:\Germany\DAX30\DC.DE", C);
B1+B2+B3
What i have to do if i want to use the RoCmulti cumulative option in percent ?! !? ?! !?
If i am copying "RoCmulti" like this ...
-----------------------------------------
B1:=Security( "G:\Germany\DAX30\VW.DE", Fml("RoCmulti"));
B2:=Security( "G:\Germany\DAX30\BMW.DE", Fml("RoCmulti"));
B3:=Security( "G:\Germany\DAX30\DC.DE", Fml("RoCmulti"));
B1+B2+B3
I got the basic "ROCmulti" - and it`s working ...
But i don`t know how what to do to get the CUMULATIVE & PERCENT Options !? ?! !?
Thanks ahead for help & best regards :
MetaStock Leopard
"We Are All Alone ... The Phantastic Semantics Are Singing Crises & The Logical Mathematics Are Making Money Furthermore !!! Nothing New Under The Sun @ Planet Earth ?!"
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|