PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Wally... I think you have a couple of things wrong.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Firstly, your system should look more like this:
<FONT face=Arial color=#0000ff
size=2> <FONT
face="Times New Roman">
Buy = <FONT face="Times New Roman"
color=#0000ff>Cross( Close,
SAR<FONT
face="Times New Roman">());
Sell = <FONT face="Times New Roman"
color=#0000ff>Cross( <FONT
face="Times New Roman" color=#0000ff>SAR(),
Close);
Short = <FONT face="Times New Roman"
color=#0000ff>Cross( <FONT
face="Times New Roman" color=#0000ff>SAR(),
Close);
Cover = <FONT face="Times New Roman"
color=#0000ff>Cross( Close,
SAR<FONT
face="Times New Roman">());<FONT face="Times New Roman"
color=#0000ff>
Equity(<FONT
face="Times New Roman" color=#ff00ff>1<FONT
face="Times New Roman">);
<SPAN
class=705043202-04062003><FONT face=Arial
color=#0000ff>
<SPAN
class=705043202-04062003>Your Buy and Short
signals were the same. That would never
work.
<SPAN
class=705043202-04062003>The next problem is (I'm guessing) that you don't have
"Long and Short" trades set under settings.
<SPAN
class=705043202-04062003>Give it a try.
<SPAN
class=705043202-04062003>
<SPAN
class=705043202-04062003> -----Original Message-----From:
netbull2000 [mailto:netbull2000@xxxxxxxxx]Sent: Tuesday, June 03,
2003 9:42 PMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Simple question regarding short trades
<BLOCKQUOTE
>I
am trying to test a very simple system:Buy = Cross( Close,
SAR());Sell = Cross( SAR(), Close);Short = Cross(Close,
SAR());Cover = Cross(SAR(), Close);I am getting only long
positions in the results, no short ones. I don't know why. What could be
wrong here?TIA,WallySend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|