PureBytes Links
Trading Reference Links
|
I use the following..
Settings : $ per trade = 0; Margin requirement = 2; Futures Mode = True; Tick Size =
0.0001 ( 0.01 for yen crosses); Round lot size= 1
And add these lines of code to your AFL code:
Equity(1);
PositionSize = MarginDeposit = 1;
PointValue = 10000;
----- Original Message -----
From: "Andrew Semryck" <andrewsemryck@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, March 29, 2005 10:52 PM
Subject: [trading] [amibroker] Backtesing Currencies
>
> I am trying to trade the Forex market and trying
> to understand how to
> backtest the currencies. I know exactly how to
> backtest regular stocks
> but I'm having trouble backtesting the Forex
> market. I have already
> read your
> http://www.amibroker.com/guide/h_backtest.html
>
> http://www.amibroker.com/guide/h_futbacktest.html
> http://www.amibroker.com/guide/h_pyramid.html
>
> Sites but it still didn't seem to work.. I'm
> tradeing the Forex with a
> 20:1 leverage at 10,000 units per lot. I put the
> point value of 1, the
> margin deposit at $500($500 per 10,000 units is
> 20:1 leverage), round
> lot size at 10,000, tick size as 0, check marked
> futures mode.
>
> Am I missing something, or doing something wrong?
>
>
>
> Also when I run a scan it shows the price at which
> it bought and sold it
> for but its only 2 decimal places, is there a way
> to change those
> decimal places.
>
>
> Thanks
>
> Andrew Semryck
>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - You care about security. So do we.
> http://promotions.yahoo.com/new_mail
>
>
>
> 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
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/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/
|