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

RE: Drawing Objects from EasyLanguage



PureBytes Links

Trading Reference Links

Michael,

Instead of Close + .5, you could try Close + X Ticks or Close + X Points,
then adjust X as you wish, for what looks good.

Neil

|  -----Original Message-----
|  From: Michael Chen [mailto:mchen@xxxxxxxxxxxx]
|  Sent: Tuesday, July 07, 1998 10:40 AM
|  To: OMEGA-LIST@xxxxxxxxxx
|  Subject: Re: Drawing Objects from EasyLanguage
|
|
|  Hi all,
|
|  What I want is to place the text object above the close
|  price at certain
|  distance (pixels?). The previous disscusion give me the
|  following code:
|
|          Value1 = Text_New(Date, Time, Close + .5, "Buy Here!");
|
|  However, the 0.5 offset will place the text out of the
|  screen for some
|  markets, and mess with the position and contracts symbols in other
|  markets.
|
|  Can the EL find the offset automatically for different
|  markets? I know
|  this can be done if you know the screen scalings (the maximum and
|  minimum). It showed on the Scaling Tab of Format Price Data.
|  But I don't
|  know how get it from EL.
|
|  Thanks,
|
|  Michael Chen
|  mailto:mchen@xxxxxxxxxxxx
|