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

Re: [amibroker] Buy Sell Arrows or Not?



PureBytes Links

Trading Reference Links




Yo Ken,
Something that I ran into in the past was that 
shapes can cover each other to where you can't see the one on the bottom when 
they are triggered at the same bar. Several of your offsets and colors are the 
same.
 
-CS
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  Ken Close 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Cc: <A title=tj@xxxxxxxxxxxxx 
  href="">'Tomasz Janeczko' 
  Sent: Monday, May 05, 2003 12:30 PM
  Subject: RE: [amibroker] Buy Sell Arrows 
  or Not?
  TJ/Jayson:Here are the statements from IB that 
  produced the same trade arrows asin the Price window when clicking "Show 
  actual trades". (Show ActualTrades shift right 1 bar because of operating 
  on the Open Delay 
  =1.ApplyStop(stopTypeLoss,stopModePercent,13,0);E = 
  Equity(1);PlotShapes(IIf(Buy,shapeUpArrow 
  ,shapeNone),5,0,C,-25);PlotShapes(IIf(Short,shapeHollowDownArrow 
  ,shapeNone),4,0,C,-20);PlotShapes(IIf(Sell,shapeDownArrow 
  ,shapeNone),4,0,C,-8);PlotShapes(IIf(Cover,shapeHollowUpArrow 
  ,shapeNone),5,0,C,-14);PlotShapes(IIf(Sell==2,shapeUpTriangle,shapeNone),9,0,C,-20);PlotShapes(IIf(Cover==2,shapeDownTriangle,shapeNone),2,0,C,-20);






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.