PureBytes Links
Trading Reference Links
|
Graham, thanks, but unfortunately that's not a solution for my
dilemma. I'm running the exploration against ~~~Equity after having
run the Backtest where one would insert the code that you suggested.
So, I'm trying to find out if there's any variable set, similar to
~~~Equity, as a result of the Backtest, to which I can then refer to
determine the Initial Equity used in that Backtest.
Thanks,
David
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> try using something like this
> IE = 100000;
> SetOption( "initialequity", IE );
>
> On 8/5/05, dweilmuenster95125 <dweilmuenster95125@xxxx> wrote:
> > I'm running an Exploration against ~~~Equity after a Backtest and need
> > to have available the Initial Equity as specified for that backtest.
> >
> > Is there any way to do this?
> >
> > Just looking at the Close for ~~~Equity on the first bar doesn't do it
> > because interest accumulates on the first bar causing it to be
> > slightly different from Initial Equity.
> >
> > Thanks,
> > David
> >
> >
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://e-wire.net.au/~eb_kavan/ab_write.htm
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h9guvsr/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1123261163/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|