Money managment incresing lots
  #1 (permalink)  
Old 03-01-2007, 04:49 PM
Freshman
 
Join Date: Feb 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Boogie is on a distinguished road
Default Money managment incresing lots

Hi!
I look for code on money and lots managment for expert advisor.
and how to implement them to my expert advisor?

Thanks.

Best regards.

Boogie.
Reply With Quote
  #2 (permalink)  
Old 03-01-2007, 10:13 PM
jkancil's Avatar
Freshman
 
Join Date: Oct 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jkancil is on a distinguished road
Default

extern int RiskFactor = 2.0; //Percent
extern double Lots = 0.1; //Manual Lots if Risk Factor=0

double lot_size() {
double lots;
double LotSize = MarketInfo(Symbol(), MODE_LOTSIZE);
double MinLot = MarketInfo(Symbol(), MODE_MINLOT);
double LotStep = MarketInfo(Symbol(), MODE_LOTSTEP);
if (RiskFactor==0) return (Lots);
lots = (AccountFreeMargin()* AccountLeverage() / LotSize) * RiskFactor/100.0;
if (lots < MinLot) lots = MinLot;
lots /= LotStep;
lots = NormalizeDouble(lots, 0);
lots *= LotStep;
return(lots);
}

Last edited by jkancil : 03-01-2007 at 10:16 PM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Money Map Indicator metal trader Trading Systems 24 02-27-2008 07:40 PM
Online Money Making Cartoon Other Markets 32 09-26-2007 12:50 PM
Top Money Managers sheyne Classified Ads 2 04-24-2007 03:36 AM
Money Management Experiment gazuz General Trading Talk 4 11-28-2006 03:17 AM
InterbankFX lots gazuz Brokers/Platforms 1 11-03-2006 02:49 AM


All times are GMT. The time now is 09:40 PM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now