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

Fwd: How to???



PureBytes Links

Trading Reference Links

In a message dated 12/08/1999 11:09:04 PM Pacific Standard Time, 
hrjf4@xxxxxxxxx writes:

<< You can draw text on the chart by using drawing
 objects. Something like:
 
 if condition1 then Begin
    Plot1(high,"ShMe");
    value1 = Text_New(date, time, high, "New High");
 end;
 
 Where condition1 would be whatever the showme is
 looking for. And this will write "New High" on the
 screen. >>

IS there a way to have a system write text to the screen.  I would to it to 
write my stop loss point to the screen before the entry.  Thanks.
Jim
Return-Path: <omega-list-request@xxxxxxxxxx>
Received: from  rly-yb01.mx.aol.com (rly-yb01.mail.aol.com [172.18.146.1]) by
	air-yb05.mail.aol.com (vx) with ESMTP; Thu, 09 Dec 1999 02:09:04 1900
Received: from  mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by
	rly-yb01.mx.aol.com (v66.4) with ESMTP; Thu, 09 Dec 1999 02:08:56
	-0500
Received: (from smartlst@xxxxxxxxx)
	by mx1.eskimo.com (8.9.1a/8.8.8) id XAA31963;
	Wed, 8 Dec 1999 23:08:52 -0800
Resent-Date: Wed, 8 Dec 1999 23:08:50 -0800
Message-ID: <19991209040109.3068.qmail@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Dec 1999 20:01:09 -0800 (PST)
From: Howard Jackson <hrjf4@xxxxxxxxx>
Subject: Re: How to???
To: omega-list@xxxxxxxxxx
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Resent-Message-ID: <"HM2F8.0.io7.1MrJu"@mx1>
Resent-From: omega-list@xxxxxxxxxx
X-Mailing-List: <omega-list@xxxxxxxxxx> archive/latest/45622
X-Loop: omega-list@xxxxxxxxxx
Precedence: list
Resent-Sender: omega-list-request@xxxxxxxxxx
Content-Transfer-Encoding: 7bit

You can draw text on the chart by using drawing
objects. Something like:

if condition1 then Begin
   Plot1(high,"ShMe");
   value1 = Text_New(date, time, high, "New High");
end;

Where condition1 would be whatever the showme is
looking for. And this will write "New High" on the
screen.

H

--- Bert Antonik <mbcsne@xxxxxxx> wrote:
> In TS4 and SC4,
> Is there a way to have a "Show Me"
> Print something like SHORT or BUY
> instead of just a dot or + etc.
> 
> Likewise in an indicator,
> Is there a way to get a value 
> printed on the chart??? 
> For example when a new Highest High 
> or Lowest Low is plotted it would be 
> nice to see the value on the chart.
> 
> Thanks,
> Bert.
> 
>