PureBytes Links
Trading Reference Links
|
If all you want to be able to do is run an exploration as of a date
other than the most recent bar (date) that can be done at the
Exploration itself by using the Options button at the bottom of the
Exploration Edit window. You can then choose a date.
Ron
Bijan Khezri wrote:
>The idea that I was trying to glean from the code is to be able to set a
>variable to a date in the past, then from that variable find the level of
>some indicators, to be able to explore for divergences and other goodies.
>Can be done in Quotes Plus, but it does not have all the indicators, custom
>and not, that are possible in Metastock.
>
>Bijan
>
>-----Original Message-----
>From: owner-metastock@xxxxxxxxxxxxx
>[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Jay Knepper
>Sent: Tuesday, June 04, 2002 07:06 AM
>To: metastock@xxxxxxxxxxxxx
>Subject: RE: code
>
>
>I haven't looked at your code, but, in general, there is no way to reproduce
>a "Do Loop" in Metastock. The best you can do to hard code the loop's
>actions. This is OK if 1) You don't intend to change the loop index limits,
>and 2) The loop is small enough to stay within Metastock's limits on code
>length.
>
>Jay Knepper
>
>
>
>
|