A huge thank you to Steve and all the other contributors here at the House of Hopwood, the positive and constructive contributions here are fabulous I am sure ForexFactory has seen a large drop in page views this month
Here's an idea I wanted to share with y'all and see if it makes sense to anyone and then perhaps Steve might be kind enough to code it for us to test.
Type: Renko (part martingale)
Pairs: EURUSD for starters (lower volitility pairs preferrable)
Lot Size: 0.1 initially, and then 0.1 increments thereafter
Renko Block Size: 10 pips (we're looking for block sizes which typically trend 2 blocks or more in one direction)
TakeProfit: 10 pips (1 renko block)
StopLoss: 20 pips (2 renko blocks)
Renko Setup: 10 pip blocks. EURUSD. I have attached the Renko EA to help make an offline chart.
Strategy:
1. After placing the EA on the chart and the close of the first candle open a 0.1 lot trade in that direction (eg. market moves up from open, place 0.1 long trade)
2. At the closing of each block (while the trend stays the same) open another trade in the same direction
3. At the close of every block close the current trade (this is the 10 pip TakeProfit). It might be smarter instead to implement a trailing TakeProfit to avoid the cost of the spread here.
4. A reversal will be at the close of a down candle. At this point we will close the losing trade and open a trade in the opposite direction at double the previous lot size to recover, eg. 0.2 lots (twice the lot size of the previous trade).
5. After this trade has recovered the loss of previous losing trade close 0.1 lot on that order and continue with 0.1 as per before.
Where there is a very tight ranging it is possible that the recovery lot doubling may occur a few times, however it is unusual for a significant period of consolidation on a renko chart.
That's it... I am sure others will be able to improve on this method, and I'm sure something similar has been many times before, so if anyone has seen something similar I'd love to see it...
Many thanks