PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5219
------------------------------------------------------------------------
I see just one little thing to cause some worries: the Ref() -
function used looks in to the future (dd1 = 20 --> 20/2+1=11 --> this
means that you look 11 days in to the future from today - what is
impossible to me as far as I know ;-) ). For this reason you wouldn't
be able to trade this system.
praktikus
--- In equismetastock@xxxx, grizz003 <no_reply@xxxx> wrote:
>
> Can anyone beat the fantastic system test profits generated from
> these formulas?
>
> Enter Long:
> ==================
> dd1:=20;dd2:=25;
> grail1:= C-Ref(Mov(C,dd1,S),dd1/2+1);
> grail2:= C-Ref(Mov(C,dd2,S),dd2/2+1);
> grail1 < 0 AND Cross(grail2,Mov(grail2,3,S))
>
> Close Long:
> ==================
> dd1:=20;dd2:=25;
> grail1:= C-Ref(Mov(C,dd1,S),dd1/2+1);
> grail2:= C-Ref(Mov(C,dd2,S),dd2/2+1);
> grail1 > 0 AND Cross(Mov(grail2,3,S),grail2)
>
> Set System test for Longs Only. No stops.
>
> Grizz
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sell a Home with Ease!
http://us.click.yahoo.com/SrPZMC/kTmEAA/jd3IAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|