[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Help please - Maximum equity risk per trade



PureBytes Links

Trading Reference Links

No, that’s not a correct assumption.  The SetPositionSize specifies the maximum amount of your equity that is used when a trade or position is opened.  Since GBPUSD is a highly leveraged instrument that uses a margin deposit, it can move in value significantly more than your initial position size.  You should be able to easily verify this for yourself, just look at the individual trades from the backtester and you’ll see whether or not losses go beyond 5%.

 

If you were buying stocks without margin, then your assumption would be true because you would pay the full cost of the stock and it can only fall to zero which would be 100% of the position size.

 

You’ll probably need to use ApplyStop to handle a 5% loss.

 

Regards,

 

David

 


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of dralexchambers
Sent: 03/11/2007 9:03 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Help please - Maximum equity risk per trade

 

Can someone verify this for me please:

Am I correct in assuming that if I set the risk at 5% using
SetPositionSize() on my GBPUSD backtest, if my initial buy is
triggered and then I am instantly stopped out, the maximum I will
lose will be 5% of my account:

SetPositionSize(5, spsPercentOfEquity );

I am setting my own Buy and Sell rules, eg:

Buy = Cross(PDI(8),MDI(8);

Sell = C < MA(C, 5);
SellPrice = O;

But I am not using ApplyStop(), as my Sell rule is defined above.

__._,_.___

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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___