PureBytes Links
Trading Reference Links
|
Philip
1. Cum(C)=LastValue(Cum(1)) might never be true
as the first part of the equation cums Close prices and the second returns
the last bar's number.
I mean that
cum(C) might and probably never will be equal to Cum(1)
therefore the rest of the code will not be executed.
2. If that's the only line you have written, then you have not told MS to
plot anything.
You have to write 2 lines like this:
Stop:= myPrice;
Stop
or just one line like this:
myPrice
Spyros
-----Original Message-----
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
Sent: Sunday, March 16, 2003 10:27 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Digest Number 335
Message: 15
Date: Sun, 16 Mar 2003 15:28:34 +0800
From: "Philip" <snooky2@xxxxxxxxxxxx>
Subject: 2 x ATR
Dear Help group,
I am trying to plot the 2 X ATR stop loss using the following formula in
Indicator builder. The line does not plot when dragged onto the chart of
the security.
Stop:=ValueWhen(1,Cum(C)=LastValue(Cum(1)),CLOSE-(2*ATR(10)))
I am using Meta stock ver 6.52
Can anyone assist
Regards,
Philip. Snook.
________________________________________________________________________
________________________________________________________________________
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|