DAZAR1972 - Script and Indicator — A code example for calculating lots based on risk is here: [/URL] url [URL="http://cdn.forexfactory.com/attachment.php?attachmentid=389792&d=1263181271"]RiskLotCalculator.mq4 It displays two results - Lots ...
Posted a martingale EA you may like — I posted an EA (Source Code) that pretty much meets your spec. Thread "Bet on the Direction", EA named fxRoulette. url
Source code for this EA — I posted source code for a similar EA in 'Bet on the Direction', that I named fxRoulette. I'd be interested in seeing the source for this.
Check the Bet on Direction Post — Bluestrader - check the "Bet on the Direction" post. The fxRoullete EA is very similar to the description in your PDF.
Risk Calculation EA — The attachment is a EA that calculates lots to purchase based on Risk to equity. It's contribution is the double LotsToOpen(double riskLevel, double ticksToRisk) function. What I need to complete this is a way to ...
Need Help in Counter and timer EA code — Dori, is this what you are looking for? #define SLEEPTIME 15000 bool breakcondition = false; while (!breakcondition) { for(int i = 10; i>0; i--) { // do something; set break condition if ...