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

RE: code



PureBytes Links

Trading Reference Links

Thanks Ron, but that is not it.  You first have to find the past date, mark
it with the variable, and then you can run the exploration based on the
other parameters of that date.  From talking to Lynn at support I am
understanding that this probably not possible in Metastock itself, although
it can be achieved through  a dll that can be written with the developer
package, and then be called by Metastock.  If anyone has better ideas, I am
all ears.

Bijan

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Ron
Sent: Tuesday, June 04, 2002 06:38 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: code


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
>
>
>
>