- Search Metals Mine
- xmph replied Sep 12, 2010
Johnny, you are too aggressive for me. Instead of passing through the door I just opened, you slammed it and make your point that this is actually your home. So be it. I'm no more willing to keep this conversation with you. A wise man would have ...
A Simple London Breakout V.2
- xmph replied Sep 12, 2010
I am totally with you Johnny as per confirming entry point with a S/R retracement @ minor level (second-order) S/R confirmation after major level (first-order) S/R testing. I would not change the box size, but would simply enter earlier. This is ...
A Simple London Breakout V.2
- xmph replied Sep 7, 2010
FXMajors, I think you are over-positionned @8lots for a 50k account. I would suggest no more than (50000/2500)*0.01 = 0.2lots to be on the safe side while playing with a Mart component. Also SL is a good idea

A Simple London Breakout V.2
- xmph replied Sep 6, 2010
Auto GMT — Dear all, the Auto-GMT code I provided in a previous post had a bug that would have cause some damages in october this year (not before). Please replace the complete code in with the following: #import "kernel32.dll" int ...
A Simple London Breakout V.2
- xmph replied Sep 6, 2010
SQ, here is a variation, I simply played a little with the SL for order2. In my yearly 2004-now backtest, this maintains the DD at a max of 45%, not too bad for a martingale system. double HalfLvl2; if ( OrderType() == OP_SELL ) { HalfLvl2 = ...
A Simple London Breakout V.2
- xmph replied Sep 5, 2010
Orders and Take profit fix — Squalou, I modified void MoveSLwhenProfit(int profit_pips_target, int pips_to_lock) as currently, there was the Order3 issue not moving to BE+ and, I realized that if I trade on M30 instead of M15, it does not ...
A Simple London Breakout V.2
- xmph replied Sep 4, 2010
You have yourself some nice volatility indicator if you consider each time one of these histogram bar intersect with your blue average ;-) Is it repainting ? I've been looking for something like this for my grid strategy. X. PS: OK, I was not ...
A Simple London Breakout V.2
- xmph replied Sep 3, 2010
TP2/TP3 quick fix — Squalou, Here is the "fix" I use live. At the beginning of the Start{} loop, simply look if there is one order less than in the previous run of Start{} at tick-1. If so, check History for Open (you don't to move TP2 and 3 ...
A Simple London Breakout V.2
- xmph replied Sep 3, 2010
Here is yesterday and today's chart (I do use this Live). I use the original LBO set-up but the modded EA code I posted in this thread. 4 Wins yesterday on 4 entries and 5 today on 3 entries. (it's been like this since I started Live few weeks ...
A Simple London Breakout V.2
- xmph replied Sep 3, 2010
Panthere, You can go here and extract the code for auto GMT/DST adjustment I provided for the EA and insert it in the indi. You'll see, it's quite straigthforward.
A Simple London Breakout V.2
- xmph replied Sep 2, 2010
I will follow you in a different thread Johnny. You seem to think I'm against your method where I'm saying what you propose does not fit nor work with the current strategy. No-one is slamming door. Beside saying it does not work for the current ...
A Simple London Breakout V.2
- xmph replied Sep 2, 2010
Keeping different strategies in different threads because FF is no Gangbang — I'm done. Yes, I did see how many indicators you have on your chart. Why don't you use your 100% accurate indi instead. As per coming prepared, I'm sorry to post ...
A Simple London Breakout V.2
- xmph replied Sep 2, 2010
To me this is a new strategy: different times, different box .... and it does not even encompass price action. I'm not saying this is wrong, I'm saying you should start a new thread for this. I would follow BTW, but we have to keep this thread ...
A Simple London Breakout V.2
- xmph replied Sep 2, 2010
Dear all, I took out the childish spirit and provide constructive information. I believe this answer is worth reading. I will not further comment on the 5pips 1Hour30min box placed at S/R levels without StopLoss suggested by Johnny after this. Check ...
A Simple London Breakout V.2
- xmph replied Sep 1, 2010
Please read my previous as per putting the box at SR .... bad idea. for the 100% accurate that shows probability of success .... if it shows anything else than 100%, then you have a bug
Come on Johnny, did you succeed in modeling human emotions ...A Simple London Breakout V.2
- xmph replied Sep 1, 2010
Here is my comments on the following two points, I believe this is the worst place for the box. It will keep bouncing, thus potentially exponentially increasing false signals. I believe the more you go in this direction, the further away from the ...
A Simple London Breakout V.2
- xmph replied Aug 30, 2010
Dear All, I've been out, concentrating on another project for the last few weeks. Sad to realize no one keeps on posting in this thread as there is great potential. I hope to come back here in about a week or two. I will keep demonstrating how a ...
100% Win Math Grid Ea
- xmph replied Aug 27, 2010
Mer, That's internet. You don't know no one out there. Without looking for appreciation, I'm looking for a little bit of your experience with regards to what I proposed as a coherent slight add-on to your strategy, without parting with your core ...
A Simple London Breakout V.2
- xmph replied Aug 27, 2010
Squalou, I believe the issue lies exactly in what you said, which I just got from the code: if (iClose(NULL,PERIOD_M15,1) <= BuyEntry && Ask >= BuyEntry && Ask < (BuyEntry+BuyTP1)/2) { This met exactly the conditions I went in today .... which is ...
A Simple London Breakout V.2
- xmph replied Aug 27, 2010
it sucks I didn't had the time to do this earlier ... now market is closed and my broker blocked a 8 pip spread which screw bakctesting but anyways .. for illustration purposes: MAX DD = about 30% as a worst scenario .. not bad for martingaling with ...
A Simple London Breakout V.2