That is true . . with a bigger bank roll one can survive the DD
but the more smooth climbing graph line creates less gray hair lol
but the more smooth climbing graph line creates less gray hair lol
A Simple London Breakout V.2 1,490 replies
SIMPLE EA for a simple method needed!! 2 replies
Another Simple London Breakout System (with a twist) 46 replies
QuoteDislikedOF course the drawdown of that, is if you need 50k to fund your martingale method, the profit gained on your little .01 lot trades is pretty miniscual.So your ROI is pretty low i'd assume.
QuoteDislikedi love the break-out method,
at the beginning of this week, i will deposit 1000usd for your simple london break out robot !
//| Steve Hopwood's London session breakout multi-pair.mq4 |
...
//Calculate the high and low
bhighest = iHigh(symbol, PERIOD_M15,
iHighest(symbol, PERIOD_M15, PRICE_HIGH, [color=Red]StartShift - EndShift, EndShift[/color]));
blowest = iLow(symbol, PERIOD_M15,
iLowest(symbol, PERIOD_M15, PRICE_LOW, [color=Red]StartShift - EndShift, EndShift[/color])); double boxHigh = High[iHighest(NULL,0,MODE_HIGH,[color=Red](StartShift-EndShift+1),EndShift[/color])]; double boxLow = Low[iLowest(NULL,0,MODE_LOW,[color=Red](StartShift-EndShift+1),EndShift[/color])];