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

Re: Easy language question



PureBytes Links

Trading Reference Links

P.

There are few ways that it can be done. Here is one:

I am assuming that your subtraction ranges from negative to positive:

if value1>0 then plot1(value1,"Name of Indicator");
if value1<0 then plot2(value1,"Name of indicator");

Then in properties choose histogram. Make the plot1 green and plot2 red.

Thank should do the trick. Although there might be more elegant ways of
doing it.

Tom

----- Original Message -----
From: <FTIP16@xxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Friday, October 20, 2000 12:05 PM
Subject: Easy language question


> Would greatly appreciate any help with this.
>
> How can I setup to subtract 2 indicators and plot them as a histogram. I
am
> trying to subtract the value of one simple moving average from a second
> moving average and plot it as a histogram. I am new to easy language and
> can't seem to figure out this what seems to be a "simple" task.
>
> Thanks and have a great weekend everyone!
> P.
>