PureBytes Links
Trading Reference Links
|
Rudolf ... No the approach I suggested (using the system indicator to build
and display your system graphically) is totally separate from anything the
Metastock system tester does. However because of this it gives you the
freedom to do whatever you want. It just means that you have to hardcode
your requirements.
You can use the System Tester by referencing variables in the indicator. eg
if you have coded a variable named "long" that is 1 when long and 0 when
short in a system indicator call "burp", you can access that variable from
within the system tester.
enter long fmlvar("burp","long")=1
exit long fmlvar("burp","long")<>1
Regards ... Martin
rudolf stricker wrote:
> Martin,
>
> On Mon, 03 Aug 1998 12:08:51 +0930, you wrote:
>
> >In response to both Tim Kruzel and Rudolf Stricker I suggest the use of
> >the indicator builder to implement your "system" and display your
> >cumulative profit (equity line) as part of that indicator.
>
> Do you see any chance to integrate such an indicator-based trading
> mechanism (with constant investment per trade) into a system test (to
> use MS's system test control capabilities)? - Seems to be a problem,
> because system test works only with price fields (OHLCVI) and not with
> indices. - Any hint?
>
> mfg rudolf stricker
> | Disclaimer: The views of this user are strictly his own.
|