| 
 PureBytes Links 
Trading Reference Links 
 | 
I was under the impression that ExRem commands 
simply eliminate extra trade signals that the backtester automatically hadles, 
so the usefullness of these commands was to remove extra trade pointer arrows 
from chart.
 
I am using
 
Buy = BuyCommand;
Sell  = Sell Comman;
 
Buy = ExRem<FONT 
size=1>(Buy,Sell);
Sell = ExRem<FONT 
size=1>(Sell,Buy);
Using / Removing these commands do affect the test 
results.
Would someone explain exactly what they 
do?
 
Thanks
Ara
 
 
Yahoo! Groups Sponsor
  ADVERTISEMENT 
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.
 
 |