[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] My Real World System for IBM



PureBytes Links

Trading Reference Links




The 
expression "Sell=C" is a bit strange.
The 
Sell array is a boolean array. Since the close price is always non-zero, the 
expression is equivalent to "Sell=true".
<FONT face=Arial color=#0000ff 
size=2> 
Is 
this what was intended?
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>Cheers,
<FONT face=Arial color=#0000ff 
size=2>-Steve

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: nkis22 
  [mailto:nkishor@xxxxxxxxxx]Sent: Sunday, April 13, 2003 5:33 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] My 
  Real World System for IBMBelow is my day trading 
  strategy for IBM, simple, and long only.Why is it that the sell arrows 
  in AB appear a day late?Any 
  ideas?nand//======================================SetTradeDelays(0,0,0,0);Buy=IIf(Cross(C,Ref(H,-1)),1,0);BuyPrice=IIf(O>Ref(H,-1),O,Ref(H,-1)+ 
  0.20);Sell=C; 
  Buy=ExRem(Buy,Sell);Sell=ExRem(Sell,Buy);Send 
  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


  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.