PureBytes Links
Trading Reference Links
|
Hi David,
In
http://www.amibroker.com/library/detail.php?id=43
comment
/*The Relative Slope Trendlines*/
you may change the lines
graph6color = 1;
graph7color = 1;
with another color, say
graph6color = 9;
graph7color = 9;
I use blue background color and painted the trendlines grey.
If you use grey background, you will not see the trendlines.
The same for the stochastics Trendlines.
Dimitris Tsokakis
--- In amibroker@xxxx, "David Holzgrefe" <dtholz@xxxx> wrote:
> hi all yet another excellent indicator from the group
> attach is an image file with comments please add you own
> I was trying to understand where the true break out point was using
rs indicators
> also included is a chart with no comments of a tech stock could you
suggest where it signs of the up and down trends where ...
>
> ps im looking for repeatable points that can be applied to any
chart !
> in other words some technical point not a visual
>
> thanks David
> ----- Original Message -----
> From: Dimitris Tsokakis
> To: amibroker@xxxx
> Sent: Monday, September 03, 2001 1:49 AM
> Subject: [amibroker] The Relative Slope Trendlines
>
>
> The formula is in comments of
> http://www.amibroker.com/library/detail.php?id=43
> For technical reasons, Relative slope is not around 0 as
> it was designed, but around 10. This change does not
> affect the shape of the line .
> The respective stoshastics trendlines is in
> http://www.amibroker.com/library/detail.php?id=103
> Dimitris Tsokakis
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
|