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

Re: indicator



PureBytes Links

Trading Reference Links

You initial indicator should be:

 inputs: Price((h+l)/2);
Value1 = Price;
Plot1( Value1);

Andrey

----- Original Message -----
From: "john Davis" <buglywugly@xxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Friday, August 15, 2003 6:58 PM
Subject: indicator


> Below is a simple indicator that is supposed to plot a median price dot on
> each bar .
> could someone tell me why when set to same as symbol, it compresses price
to
> the top
> of the screen, and compresses the dots to the bottom of the screen? when
set
> to screen,
> the dots run across the middle of the screen.
> inputs: Price((h+l)/2);
>
> Plot1( Value1);
>