I was working on an anti-martingale based grid system which in the end doesn't look so good on long term. Recently I applied a new variation. Backtest result was sound enough to convince me to try this on live. I am live for two days now (Just to test it on live feed) and here I am!
Purpose of this thread:
* Share the idea with you, get your comments on possible refining.
* See if we can get Steve/George/Mike or any other coder interested.
Round Numbers
Numbers like xx00 every 100 pips, Example on EU = 1.2800, 1.2900, 1.3000 etc.
The Trap
* Price touch a round number
* Place a buy stop and a sell stop order 10 pips away from the round number with same lot size, Take profit and Stop loss is 20 pips.
* If any of them gets triggered, delete the other one, place another with double the lot size.
* Keep doing this until Take profit hit, after that, delete the remaining pending order.
The Logic
Round numbers are very important, in my personal opinion, they are more important than pivots! A lot of actions happen around those numbers. Not just retail traders, Banks, Funds place their order/stops/profit target around these levels. So these round numbers become very strong support and resistance. When PA reach them, it will either get bounced or pass through it (well most of the time). I am willing to bet on the fact that, Price will not range keeping these level in the middle for a very long time, and the possibility for at least a 30 pip move on any side is very very high.
Money Management
If 1 pip = 10 cent, then the trading account must have at least 300 Dollars to stand up to level 7. I am yet to see a level 7 but we must prepare for the unseen.
Trading Time
The system is good for 24/7. But no matter which system, I don't like trading between London close and Tokyo open. And it will be best not to trade this one before NFP and on Bank holidays (when market is expected to be awfully slow).
Pairs
Seems good on EU and AU. Other pairs are yet to be tested.
Live Test result
I'll post my results as a reply to this post, while I am writing this, I am in another trade (PA crossed EU at 1.2800), I'll wait for this to complete.
Note for the Coder
* Margin check
* Adding the TP and SL after PO gets triggered, because of the slippage.
* User defined TP, SL and lot multiplier
* Option to trade mid 50 levels (1.2850, 1.2950) just to check on backtest.
Thats it guys, all inputs are welcome (I know the martingale haters will starts cursing me sooner or later).
Thank you for your time