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

RE: Need a little help



PureBytes Links

Trading Reference Links

This formula should work on version 6.5 and higher, unless you have less
that 127 periods in your chart.  It plot a straight line at the lowest low
of the past six months.  Works great on my computer, version 7.0
professional.

Try building it from scratch using the formula builder and the fuction
list.

Michael

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of neo
Sent: Friday, December 15, 2000 4:42 PM
To: metastock@xxxxxxxxxxxxx
Subject: RE: Need a little help


>>>This will do it.

LastValue(LLV(L,127))<<<

I tried this but it would not plot.

neo


-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of michael
Sent: Friday, December 15, 2000 8:34 AM
To: metastock@xxxxxxxxxxxxx
Subject: RE: Need a little help


This will do it.

LastValue(LLV(L,127));

Remember that this line changes as soon as the next low shows up.
Also, as current 6 month low passes this line will move up.

Michael

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of neo
Sent: Thursday, December 14, 2000 9:58 PM
To: metastock@xxxxxxxxxxxxx
Subject: Need a little help


I am trying to figure out a way to plot a horizontal line that will be
placed at the lowest low of the chart since a period of time, say 6 months.
I have tried plotting the various low indicators but they do not seem to
work. The idea is to plot a straight horizontal resistance line.

Is there any way to do this? I need some indicator expert help.

thanks, neo