SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window -- Ignore unavailable to you. Want to Upgrade?


To: Sean W. Smith who wrote (2187)8/11/1998 1:17:00 PM
From: Magnatizer  Read Replies (1) | Respond to of 4056
 
OK so I am gonna go over my quota and ask 2 questions in a week: Does anyone else notice (other than bdog) that the trendlines in 6.5 move as one zooms in and out on charts? If so, does anyone know a fix for this as trendline position is of utmost importance.

thanks
david



To: Sean W. Smith who wrote (2187)9/13/1998 8:19:00 PM
From: Dale Wingo  Read Replies (3) | Respond to of 4056
 
Sean,

I've been using the following off Brooke's site for MACD 13 348 89:

period1:=13;
period2:=34;
period3:=89;
Mov(C,period1,E) - Mov(C,period2,E);
Mov((Mov(C,period1,E) - Mov(C,period2,E)),period3,E)

which produces 2 lines of the same color.

How can I get each line a separate color? Jeeez this sounds dumb but I've got "brain lock" and can't seem to figure it out..

thanks,

Dale