PureBytes Links
Trading Reference Links
|
Thanks Richard,
This is what I expected. I'm surprised that MetaStock developers
have not improved the way parameters are optimized at this late date.
Since the advent of low priced computing, the field of Operations
Research has produced many algorythms to speed up the process of
finding global optimum solutions. Single stepping through all
possible combinations is low tech, at best!
--Jim Fox
p.s. My remarks refer to experience with MS 7.22.
--- In Metastockusers@xxxxxxxxxxxxxxx, "Richard Dale" <richard@xxxx>
wrote:
> Quick answer is "no".
>
> The way that the DLL-developed indicators work is that they work on
all the
> input data first (ie all the price/vol/oi info plus any variables
you pass
> into them). When you work out what to return you basically create
a loop
> which returns a value for each day passed into the indicator.
>
> You only get the chance to set each result "once".
>
> Unless you can work around the optimisation capabilities of the
system
> tester then you won't get much additional use out of the MDK,
although it
> allows you to do some fairly creative things that the Metastock
language
> can't do without serious workarounds.
>
> Cheers,
> Richard Dale.
> Norgate Investor Services
> - Premium Quality Stock and Futures Data for
> Australian, Asian, European & US Markets -
> <http://www.premiumdata.net/> www.premiumdata.net
>
> _____
>
> From: Jim Fox [mailto:elnanalo@x...]
> Sent: Tuesday, 20 January 2004 4:48 PM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: [Metastockusers] MetaStock Developer's Kit
>
>
> Does the Developer's Kit interface library contain the necessary
> hooks to grab control of the sequencing of variables? In normal
> usage, you specify a start, end, and step value for each parameter
in
> a system test optimization. I want to be able to choose my own
order
> of substitution of variables(optx). My guess is that the answer to
> my question is NO, that the DLL's created with the kit can only act
> on input price data streams, and pass back results of calculations
on
> this data - but it sure would be nice if it IS possible!
> --Jim
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|