PureBytes Links
Trading Reference Links
|
Thanks, Brooke. I see where you're headed and it looks like it just
might work on a histogram with a zero centerline. I'll give it a try.
Gary Randall -- Brunswick, Maine
______________________________ Reply Separator _________________________________
Subject: Re: Re[2]: alligator
Author: metastock@xxxxxxxxxxxxx at Internet
Date: 1/26/99 11:18 AM
Which one of the indicators do y'all want green for up days and red for
down?
If it's Chaos Gator, for example, you create two indicators and plot them in
one window. I haven't plotted any of the formulas yet, but it's going to be
something like this:
if(fml("Chaos Gator")>ref(fml("Chaos Gator"),-1),fml("Chaos Gator"),0)
Plot that one in green and make it a histogram.
In the same window, plot this one in red:
if(fml("Chaos Gator")<ref(fml("Chaos Gator"),-1),fml("Chaos Gator"),0)
You could do the same with any of the indicators -- Chaos Fractal, etc.
Brooke
|