PureBytes Links
Trading Reference Links
|
Check the devlog or knowledge base on the amibroker site. There was
an article about this just a little while ago. I think it was here...
http://www.amibroker.com/kb/2006/09/29/how-to-set-individual-trading-rules-for-symbols-in-the-same-backtest/
In this case he uses if statements. I assume you could also build an
excel file, save it as a csv and read the values dynamicly from that
file if you had a long list.
--- In amibroker@xxxxxxxxxxxxxxx, "dralexchambers"
<dralexchambers@xxx> wrote:
>
> I have several symbols I wish to backtest on:
>
> GOOG
> GBPUSD
> etc...
>
> Is it possible to change the AFL settings in code according to the
> symbol being tested, eg:-
>
> If Symbol = GOOG then:
> PointValue = 0.01
>
> If Symbol = GBPUSD then:
> PointValue = 0.0001
>
>
> - Also, how do I change the interest rates for FX in AFL?
>
> Thanks - alex
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.12/655 - Release Date: 1/28/2007 1:12 PM
|