| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi Minime. Seeing as you've opened an 'Improved Martingaling' thread, let me add my 0.00002 pesos.
I'm pretty sure that anyone who can program and has attempted to crack the martingaling-nut will have tried what you have suggested. But how about looking at it from another angle - most probably realise that probably 98% of every 'series' of trades a martingaler opens will close profitably (it's the other 2% that blow your account), meaning that the vast majority of trade 'series' that are opened are made up of just a few trades (2-3) - so why not try and use this to your advantage! (from my experience, it is far from easy...) How? well, instead of trading 'virtually' at the start, trade for real, and if things don't pan-out, switch to "virtual-mode" - the opposite to what you suggest - then try and figure out when to switch back to real-trading! As an example, it might be best to switch to virtual-mode if a news event causes your currency-pair to rocket away, rather than continue opening orders in the 'hope' (dirty word that) that you catch a reversal... Another thing I discovered almost by accident is how crucial lot-size calculation is (yes, back to boring MM) when martingaling - most EA's let you set an initial lot-size that you think will make you gobs of money, then the EA code blindly martingales this size, ultimately to oblivion - in other words, there is no account taken for slippage, down-time etc. btw, after lot and lots of backtesting different pairs, I think there is no question that USDJPY is best where martingaling is concerned. |
|
||||
|
Hi omelette,
Thanks for the suggestion, your opinion is valid and we have tried it on the 5thelement expert, which is to limit the number or open trades, but it didn't work well " from my side ", as the 2 or 3 time the price move more than 200 pips - last year we saw 400 pips- on a 6 level limitation the account was blown, the draw down took all the profit made in two months, and a margin call was the last exit I have seen. You are right, most of the profit comes from moving between the first 4 levels and the loss will happen at the stages I am suggesting to trade at, therefore if we apply what I am suggesting the expert will trade less, and we will have less money. but personally I prefer less trades with less draw down than more profit with big draw down. another attempt was hedging but it didn't work out as well , as the trades stays open for god knows how long. I have an expert that does what I am suggesting but not virtual trades, instead it count the last 3 bars and if the move was x number of pips it open a trade, more or less like what I am suggesting but I am not using any martingle, I having about 1-2 trades on GBPUSD each week and the winning ratio is more than 80%, with small acceptable loss. as you said it goes down to MM, and it all depend on the trader, and how he wants to handle his account. Regards, Alan Quote:
__________________
“Risk comes from not knowing what you're doing” “Be fearful when others are greedy and greedy when others are fearful” Warren Buffett |
|
||||
|
I tried coding an expert with this similar idea a while back.
Statistically speaking, eventually in a martingale progression the current trade will win. The question now becomes this - Statistically how many losing trades can happen in a row, before your current trade will win? It does add the odds more in your favor to have these "virtual" trades. What I coded kept track of the "virtual" trades, it would wait until there were X number of losing "virtual" trades before entering the a live trade into the progression. This way trades less, and stacks the odds more in your favor, but still seems to get into trouble that 2% of the time. It's a great idea, but it always seems to be the same old story with martingale EA's. There is always that one time that loses 20 times in a row! |
|
||||
|
Thanks wolfe, for sharing your experience, there is a lot to learn, unfortunately learning is a costly process, I had an expert that does what I have suggested, it’s not martingale.
This is an example of an ongoing trade; the concept is the same, notice I have skipped about 150 pips, before the entry. The winning rate is good, however I am not sure how to determine the stoploss, so far I am doing it as a percent of the account and sometimes using trend lines
__________________
“Risk comes from not knowing what you're doing” “Be fearful when others are greedy and greedy when others are fearful” Warren Buffett |
|
||||
|
so while the expert took a short trade on EURUSD, I took a long trade GBPUSD, funny but this trading, on the expert I made some rules and I apply my own rules for manual trading
__________________
“Risk comes from not knowing what you're doing” “Be fearful when others are greedy and greedy when others are fearful” Warren Buffett |
|
|||
|
More Martingales
MiniMe,
thanks for the thread, many times I have tried and walked away bruised, and if I had a dollar for every Martingale variant I have tried I probably could have retired rich by now. Currently I am testing an ea i wrote after reading a thread at the factory. It is more an average down type ea but I use the daily range as my pip space and only if an indicator shows a signal. I am increasing lots but each trade has a take profit so that any gain is banked and works toward the profit goal. Of course I am paying for spread each time but hey, I am prepared to try anything. I will attach it for your interest. I have a separate ea for long and short. By using a large pip space I am hoping I can set up ea's in the opposing direction to offset drawdown. |
|
|||
|
Quote:
@waltini - I think I know the FF thread you are referring to - it's basically a 'helper' EA that you use when manual trading, that will semi-martingale your next trade if your last was a loser. I also coded this idea. However when I sat down and thought about the idea, I decided it wasn't for me! PS: - I have just re-read your description. Not the same thread... |
|
|||
|
Hi mini, hi all
Besides some other stuff, I'm constantly working on 10points and 5th element EAs too. For example one of the 10p3 with modified trailing stops gave me a meager 18%profit in eurusd for the last 2 months. But the expert survived the huge moves at least. And what really worked out well for both of them is going with the trend only, instead of countertrend trading or putting them blindly in the market. But to the topic above,if we pick up omelettes proposal and instead of "virtual trading" the upper levels (which is the same as -let losses run- as far as I understand it) the EA could freeze them, by hedging the sum of all open lots in the opposite direction. ( No real further martingale trades would be opened from now on )This requires not more lots than they would be needed for the next step of the original martingale. ( next martingale-step lotsize minus the initial lotsize we have started with : 0.1 + 0.2 + 0.4 + 0.8 = 1.5 = 1.6 - 0.1 ) By this the account equity dosn't move a single millimeter. And when the sea calms down and our pair is going to move in our favorite direction, the EA closes the hedgetrade. This should be repeated one level above if we are on the wrong side again. I think the spread would probably eat up the profits and maybe we would get out with some (small) losses, but after that we still have an existing account. What do you think? Or do I have overlooked something? hbud |
|
|||
|
The main problem (as Minime suggested) with hedging is that you can end up having trades upen for an inordinate amount of time. I have also tried hedging and couldn't get it to work. The problem I found is that you are already experiencing d/d when you open the hedge, your d/d is compounded (most likely) when you decide to close the hedge, and you still have zero guarantee that price will not just turn around and dig you a deeper hole! Not dismissing the hedging idea, just relaying my experiences with it...
btw, the infamous Aleccoh and his imaginary "trading Team" traded my account with a martingaler that hedged the primary pair EURUSD with the correlated USDCHF pair - with a 1-step-up, 3-steps-down final result... PS. Mistake. The martingaler didn't hedge, it was another EA that hedged. Still lost money though... Last edited by omelette; 05-20-2008 at 05:06 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Virtual Dealer Plug-In: what is your broker up to? | mercilus | Metatrader brokers | 101 | 08-28-2008 11:24 AM |
| Winning Solution 9.3 | winning-solution.net | Commercial Trading Systems and indicators | 28 | 07-24-2008 02:32 PM |
| Virtual StopLoss | Flytox | Metatrader 4 | 1 | 05-17-2007 01:43 AM |
| Question about WINING SOLUTION... | audi4_20 | Indicators - Metatrader 4 | 8 | 10-22-2006 06:36 PM |
| simplicity ,the best solution | randomlight | Expert Advisors - Metatrader 4 | 4 | 05-22-2006 09:36 PM |