Reply

QuantAnalyzer Risk Account % and Portfolio Split or for each?

0 replies

Gin

Subscriber, bbp_participant, 95 replies.

Visit profile

3 years ago #267464

into each strategy I put 10%

or split 10% by number of strategies in portfolio?

 

//+——————————————————————+
// Money Management variables
//+——————————————————————+
extern string smm = “———– Money Management – Risk Fixed % Of Account ———–“;
extern double mmRiskPercent = 10.0;
extern int mmDecimals = 2;
extern int mmStopLossPips = 999999999999999999999999999999999999999999999999;
extern double mmLotsIfNoMM = 1.0;
extern double mmMaxLots = 95.0;

 

0