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

RE: [amibroker] Autoexplore



PureBytes Links

Trading Reference Links

You can do this with only two extra lines of code IF you standardize your
variable names.

You would have to ensure that each variable in the exploration is defined in
each program by prefixing an #include file that defines the whole list of
variables names you may use (you can define many more names than you use in
your code under test) and by appending a second #include file with
exploration code for all the variables defined in the first #include.

1) All variables would defined and set to -1e10 (display Empty) by your
first #include.
2) Variables used in your code to test would redefined by this code.
3) All variables would be displayed by the code of your second #include,
variables not used in your code to test would show as Empty spaces.

Empty columns would be something you have to live with. Remember you can
drag columns to rearrange the order.

Best regards,
Herman.

> -----Original Message-----
> From: doedau [mailto:doed@x...]
> Sent: 26 October, 2002 2:04 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Autoexplore
>
>
> Hi,
> I work on a large number of formula.
> Because my formula writing is not great they often dont do what I
> expect initially so need to write exploration every time to see whats
> going on. Usually many variables need to be checked so takes a lot of
> time to write expoloration.
>
> Would it be possible to have an autoexplore option which by default
> would show every variable in the formula in sequence (plus ticker,
> Date, OHLCV).
>
> This would save a lot of time writing explorations.
> Maybe there is a way to do this now which someone could show me?
>
> Many thanks in advance.
>
>
>
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/