PureBytes Links
Trading Reference Links
|
here are a few
SetFormulaName("System 39");
SetTradeDelays( 1, 1, 1, 1 );
SetOption( "initialequity", 20000 );
PositionSize = 4000;
SetOption( "MaxOpenPositions", 10 );
SetOption( "PriceBoundChecking", 1 );
SetOption( "CommissionMode", 2 );
SetOption( "CommissionAmount", 32.95 );
PositionScore = 100/C;
you can get info frm Help-Tutorial-AFL
On 6/22/05, Steven Perrott <forex@xxxxxxxxxxxxxx> wrote:
> As I understand backtesting settings may be set directly in AFL formula.
> Could someone post an examples of code with such settings so I
> incorporate them in my system?
>
> Thanks for any help you can provide.
>
> Forex5x
>
>
>
>
>
>
> 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
http://e-wire.net.au/~eb_kavan/
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/
|