PureBytes Links
Trading Reference Links
|
Hello.
I have made an system tester that seems to be very succesful. 98,8% winning
trades but I think something is wrong.
Is there someone who can help me to discover what is wrong.
Lars.
System notes
Enter long IND:=StochMomentum(34,1,1);
FAST:= IND;
SLOW:=Mov(IND,2,W);
Cross(FAST,SLOW)AND FAST>SLOW ;
Close long IND:=StochMomentum(34,1,1);
FAST:= IND;
SLOW:=Mov(IND,2,W);
Cross(SLOW,FAST)AND FAST<SLOW;
Breakeven stop Long positions only.
Floor level at 0.0 Points.
Inactivity stop Long positions only.
Minimum change of 0.0 Points over 0 periods.
Trailing stop Long positions only.
Profit risk of 5 Percent, ignoring 0 periods.
Profit target stop Long positions only.
Profit target of 0.0 Points.
Maximum loss stop Long positions only.
Maximum loss of 5 Percent.
Initial equity 10000
Positions Long
Entry trade price Low
Entry trade delay 0
Exit trade price High
Exit trade delay 0
Entry commission 10 points
Exit commission 10 points
Interest rate 3.1%
Margin req. 100%
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|