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: Dominick who wrote (3827)5/26/2001 3:52:43 PM
From: Warthog  Read Replies (2) | Respond to of 4056
 
Hi Dominick,

Glad that helped..

The only thing I have every tried that reduced clutter was
to to create functions that plotted as dotted lines:

ie.
1.function one: RSI13.

if(rsi(13)>50, 1, 0) <note the value one>

2.function two: CCI13
if (cci(13)>0, 2, 0) <note the value two>

3. on a chart open a separate pane and plot the
two functions:
Select the type of line as <dots>
Select the weight as bigger than normal
Select a different color for each.

4. The pane should appear as two lines going across..
whenever the indicator mets the function requirements.

5. you can add as many functions as you want as long as
you select a different value...ie 1...2...3..

an example of this technique is in the top pane of this chart
topher.net

this might help
wart