- Search Crypto Craft
-
squalou replied Aug 31, 2010Read post #433, it explains it all. Your "Market Watch" (time displayed in your charts) is your Broker time. Box default is 06:00-09:14 for GMT+2 charts. London time is currently GMT+1 (DST). SQ
A Simple London Breakout V.2
-
squalou replied Aug 30, 2010There are some pizzas in the freezer, beers in the fridge, so we should be able to reasonably behave ourselves here
... As for the house keeping... well, i don't have the cellar's keys, so i'll let you do that when you're back... Have a nice ...A Simple London Breakout V.2
-
squalou replied Aug 27, 2010ECN brokker perhaps ?... Try to set "BrokerIsECN" true; If it deosn't solve it, then give more details -- go to the Journal tab and copy/paste what is in there. Error 130 is because of ECN. SQ
A Simple London Breakout V.2
-
squalou replied Aug 27, 2010Why did the first trades series close before TP1 ? Did you close them manually ? The EA will look for opening opportunities when "today" trades are closed. It opens a new series if the previous M15 bar closed inside the box (as per Mer rules), and ...
A Simple London Breakout V.2
-
squalou replied Aug 27, 20100- "RTFM" (read the F@!$@ manual) first... it has most of the answers... 1- MagicNumber=0 means the EA will determine it for you, with different values for different pair/TF/"objPrefix" values. You can use 0 if you run the EA on different pairs, all ...
A Simple London Breakout V.2
-
squalou replied Aug 26, 2010That could be a good idea. An input to specify at what position (factor?) within Entry~TP1 to move to BE would do it ? Something like "MoveToBEAtTP1Factor" = 0.66 ? Default would be 1.0, so we move to BE at TP1(*1.0). ? That's my roadmap for the ...
A Simple London Breakout V.2
-
squalou replied Aug 26, 2010That was not my understanding of your explanation. Quoting you from post 469: Can you clarify ? SQ
A Simple London Breakout V.2
-
squalou replied Aug 26, 2010i do get the correct box when i set my box time to match yours... You are using the latest (v3.2a) version of the indi, as the previous one would not stick ANY box to the low side (the box next to your invalid one does stick to the low edge). The ...
A Simple London Breakout V.2
-
squalou replied Aug 26, 2010The box and levels are drawn by the EA with the same values as the ones used to trigger trades. I cannot see why the EA would draw the box and levels differently than the trades it triggers. Another pix with the correct color scheme and showing the ...
A Simple London Breakout V.2
-
squalou replied Aug 26, 2010I think i said the EA uses M15 data for re-entries which does not mean it needs to run on M15 chart. (quote me if i'm not remembering correctly) As long as the history data is correct, the EA should work fine on any timeframe charts (in "every tick" ...
A Simple London Breakout V.2
-
squalou replied Aug 26, 2010Pardy, please use a white chart background to display the colors properly (F8 to set the colors). So you can actually see what the EA prints in the Comment area (up-left corner); In particular it shows the buy/sell entry prices and TP1 levels; You ...
A Simple London Breakout V.2
-
squalou replied Aug 25, 2010EA Version 1.2b and Indi version v3.2a — I have updated post #485 with fixed versions. Please reload them from there. I haven't integrated the last changes from xmph on previous post yet, so there WILL be new updates to the EA soon. (sorry ...
A Simple London Breakout V.2
-
squalou replied Aug 25, 2010I had that in mind as another option. I wanted to avoid adding a new input, and the code changes where very limited(=quick!). I might just as well recode it that way... thx SQ
A Simple London Breakout V.2
-
squalou replied Aug 25, 2010EA and Indi for exploring JohnnyBSmart suggestion — ok, so, after JohnnyBSmart remarks in post 469, and my reply in post 476, i have modified the Indi and the EA to allow us to explore further into this direction. Attached are the modified ...
A Simple London Breakout V.2
-
squalou replied Aug 25, 2010Box Position in PRICE: a key factor — Hi Johnny, I'm sure you would have been banned from any of SteveHopwood's threads long ago with your previous posts...
I'm glad you are now getting to useful posts at last... This is an ...A Simple London Breakout V.2
-
squalou replied Aug 25, 2010run the EA with only 1 trade? — I have added that option for the coming release
You'll just need to set your TP3Factor to 0 to keep only Trade 1 with TP1 and remove trades 2&3. SQA Simple London Breakout V.2
-
squalou replied Aug 25, 2010"Trades 2&3 not being moved to BE+" reproduced in backtest — Hi Jules, This issue is not related to the ECN problem. I can reproduce it in backtest (Alpari data) on EURJPY on Aug.18: Backtest on EURJPY from aug.18 to aug.20, ...
A Simple London Breakout V.2
-
squalou replied Aug 23, 2010with ECN brokerz, there's NO choice: trades MUST be sent with NO SL and NO TP, and then must be modified to setup the SL+TP. This leaves open any sort of "manipulation" you could imagine between those two non-atomic operations... like a fictive ...
A Simple London Breakout V.2
-
squalou replied Aug 23, 2010ECN Quickfix explained in post 426: url SQ
A Simple London Breakout V.2
-
squalou replied Aug 20, 2010Mer's "manual" in post #1 is not up-to-date: he has changed the box settings to be 6:00-09:14 (GMT+2). That is confusing indeed... SQ
A Simple London Breakout V.2