PureBytes Links
Trading Reference Links
|
<font size=2 color=black
face="Times New Roman">I’m
new to System Testing and would like to test what I have at a more
sophisticated level.
<font size=2 color=black
face="Times New Roman">If
someone can help and/or explain what I can do on my own, that would be great.
<font size=2 color=black
face="Times New Roman">I
have used the System Tester to the best of my knowledge, but I am guessing there
is something more I need to do.
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">[I
am using Version 7.21]
<font size=2 color=black
face="Times New Roman">I
have not incorporated any Stops and my Options are set as follows:
<font size=2 color=black
face="Times New Roman">Entry
Price -- OPEN, Delay = 0
<font size=2 color=black
face="Times New Roman">Exit
Price – CLOSE, Delay = 1
<font size=2 color=black
face="Times New Roman">Positions
– Both Long and Short
<font size=2 color=black
face="Times New Roman">Points
Only Test
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">Here
is my code:
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">Enter
Long:
<font size=2 color=black
face="Times New Roman">C>Mov(C,opt2,E)
AND
<font size=2 color=black
face="Times New Roman">AroonUp(5)>AroonDown(5)
AND
<font size=2 color=black
face="Times New Roman">((Mov(PDI(5),5,E))>(Mov(MDI(5),5,E)))
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">Close
Long:
<font size=2 color=black
face="Times New Roman">C<Mov(C,opt2,E)
OR
<font size=2 color=black
face="Times New Roman">AroonUp(5)<AroonDown(5)
OR
<font size=2 color=black
face="Times New Roman">((Mov(PDI(5),5,E))<(Mov(MDI(5),5,E)))
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">Enter
Short:
<font size=2 color=black
face="Times New Roman">C<Mov(C,opt2,E)
OR
<font size=2 color=black
face="Times New Roman">AroonUp(5)<AroonDown(5)
OR
<font size=2 color=black
face="Times New Roman">((Mov(PDI(5),5,E))<(Mov(MDI(5),5,E)))
<font size=2 color=black
face="Times New Roman">
<font size=2 color=black
face="Times New Roman">Close
Short:
<font size=2 color=black
face="Times New Roman">C>Mov(C,opt2,E)
AND
<font size=2 color=black
face="Times New Roman">AroonUp(5)>AroonDown(5)
AND
<font size=2 color=black
face="Times New Roman">((Mov(PDI(5),5,E))>(Mov(MDI(5),5,E)))
<font size=2 color=black
face="Times New Roman">
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|