PureBytes Links
Trading Reference Links
|
1. I just noticed that if I change the value of a parameter using
Parameters in AA and then run a back test, the new changed value is
indeed used as expected. However, this new value is not reflected in
the back test report. The Formula section shows the orginal default
value, and the Settings section doesn't show it at all. Perhaps
there could be an additional paragraph added to the settings section
to show the parameters as they really are for the particular back
test?
2. I placed the following code in my .afl file:
SetTradeDelays(1,0,1,0);
BuyPrice=Open;
SellPrice=Close;
But my Settings in AA are for all delays equal to 1 and all trades on
Open.
I then run a back test, I beleve that the code is over riding the
appropriate Setting in AA when I run back test. However, even though
the Settings section shows the proper over ridden values (1,0,1,0)
for the delays, it shows both the BuyPrice and SellPrices to be on
Open.
Any help on these two items would be appreciated.
BTW, I am using AB 4.74.6 and HTMLView 1.0.1.
-- Keith
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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/
|