| 
 PureBytes Links 
Trading Reference Links 
 | 
--- In amibroker@xxxxxxxxxxxxxxx, "Chuck Rademacher" 
<chuck_rademacher@x> wrote:
> Wally... I think you have a couple of things wrong.
> 
> Firstly, your system should look more like this:
> 
> Buy = Cross( Close, SAR());
> 
> Sell = Cross( SAR(), Close);
> 
> Short = Cross( SAR(), Close);
> 
> Cover = Cross( Close, SAR());
> 
> Equity(1);
> 
> 
> 
> Your Buy and Short signals were the same.  That would never work.
> 
> The next problem is (I'm guessing) that you don't have "Long and 
Short"
> trades set under settings.
> 
> Give it a try.
> 
> 
Thanks Chuck. You were right on both counts. Thanks to the other 
poster who offered his help too.
Just decided to finally learn this stuff. Gotta start somewhere...
Wally
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/ 
 
 |