• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 2:13pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:13pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Another Day, Another Chair, Another Day in the Office 173 replies

Another Simple London Breakout System (with a twist) 46 replies

bo7a method... method for GBP/JPY 205 replies

Bodger Breakout Method 53 replies

Simple Breakout Method 31 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 12
Attachments: Another London Breakout method
Exit Attachments
Tags: Another London Breakout method
Cancel

Another London Breakout method

  • Last Post
  •  
  • 1 Page 2 3
  • 1 Page 2 3
  •  
  • Post #21
  • Quote
  • Jul 26, 2010 4:42am Jul 26, 2010 4:42am
  •  Alberto_Jazz
  • Joined Jun 2008 | Status: Member | 574 Posts
Quoting profitmonit
Disliked
What is "zero divide" mistake? 'm using 4 dec broker
Ignored
Just addaded to the first post new 4 and 5 digits zip files.
Choose what you prefer.
 
 
  • Post #22
  • Quote
  • Jul 26, 2010 5:45am Jul 26, 2010 5:45am
  •  mikok730
  • | Joined Jan 2010 | Status: Member | 209 Posts
hi,how ccome there is no single trade is taken while iam performing backtest from 1/1/10 until today?
 
 
  • Post #23
  • Quote
  • Jul 26, 2010 6:50am Jul 26, 2010 6:50am
  •  Alberto_Jazz
  • Joined Jun 2008 | Status: Member | 574 Posts
Quoting mikok730
Disliked
hi,how ccome there is no single trade is taken while iam performing backtest from 1/1/10 until today?
Ignored
Are you using the correct dgits expert?

4 digits.zip on 4 digits platforms
5 digits.zip on 5 digits platforms
 
 
  • Post #24
  • Quote
  • Jul 26, 2010 7:07am Jul 26, 2010 7:07am
  •  profitmonit
  • | Joined May 2010 | Status: Member | 104 Posts
Dear sir now i'm trying 4digits but nothing -- again "zero divide"
Aut cum scuto, aut in scuto
 
 
  • Post #25
  • Quote
  • Edited 8:04am Jul 26, 2010 7:53am | Edited 8:04am
  •  SkyzerFX
  • | Commercial Member | Joined Jul 2009 | 5,375 Posts
Quoting Alberto_Jazz
Disliked
Are you using a 4 digits platform?
Ignored
5 digits IBFX mini. Maybe you should check first if orders does exist, before

doing a loop?

total = OrdersTotal(); ????????????????????
Num_Order_Long = 0;
Num_Order_Short = 0;


IF (total > 0) { <====================== Is there any orders open???!!!!

for(cnt=0;cnt<=total;cnt++)
{
OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES);
if (OrderSymbol()==Symbol() && OrderMagicNumber()==3)
{ // Controlla il cross e l'expert che ha aperto la posizione
if (OrderType()==OP_BUY)
{
Num_Order_Long++;
}
if (OrderType()==OP_SELL)
{
Num_Order_Short++;
}
}
}
Viewer Discretion Advised: Shall we shag now or should we shag later? :-)
 
 
  • Post #26
  • Quote
  • Jul 28, 2010 5:52pm Jul 28, 2010 5:52pm
  •  zhangsolo
  • | Joined May 2010 | Status: Junior Member | 3 Posts
Am I wrong? the method can not work in range period(EU) starting from Jul 23.
 
 
  • Post #27
  • Quote
  • Aug 1, 2010 8:33am Aug 1, 2010 8:33am
  •  sensei
  • | Commercial Member | Joined Aug 2008 | 56 Posts
Hi Alberto,

Like tpat I would prefer to trade this manually. Is this possible? I simply dont like EA's and mistrust them completely. I know you and others feel differently and respect that, but I like being on control of my trades.

thanks!

Sensei.
 
 
  • Post #28
  • Quote
  • Aug 6, 2010 3:48am Aug 6, 2010 3:48am
  •  Freddyfx
  • Joined Jul 2007 | Status: Member | 1,222 Posts
Alberto.

Interesting setup.

Will check it out.
 
 
  • Post #29
  • Quote
  • Edited 4:29am Aug 6, 2010 4:11am | Edited 4:29am
  •  fxtrader2k7
  • | Joined Feb 2008 | Status: Member | 126 Posts
Big Dog EA requires Punto.mqh to be in the included folder. The new Punto files are now named Punto_4.mqh and Punto_5.mqh. You must rename whichever Punto file (_4 or _5) you want to use back to Punto.mqh and have that file in the included folder.
 
 
  • Post #30
  • Quote
  • Aug 6, 2010 4:19am Aug 6, 2010 4:19am
  •  Freddyfx
  • Joined Jul 2007 | Status: Member | 1,222 Posts
Isn't that already taken care of in the attachments on post 1?
 
 
  • Post #31
  • Quote
  • Aug 6, 2010 4:25am Aug 6, 2010 4:25am
  •  fxtrader2k7
  • | Joined Feb 2008 | Status: Member | 126 Posts
Quoting Freddyfx
Disliked
Isn't that already taken care of in the attachments on post 1?
Ignored
No, if you look at the code of the EA, it calls for #include <Punto.mqh>
so you must rename the Punto_4/_5 files in the zip to Punto.mqh
 
 
  • Post #32
  • Quote
  • Aug 15, 2010 8:27pm Aug 15, 2010 8:27pm
  •  omba
  • | Joined Nov 2009 | Status: Junior Member | 1 Post
dont you have a template for download?
 
 
  • Post #33
  • Quote
  • Aug 17, 2010 2:48pm Aug 17, 2010 2:48pm
  •  CraigFX
  • | Joined Jul 2008 | Status: Member | 49 Posts
What do you mean by "you must complile the Big_Dog.mq4 in the editor"? How do you do this?
May the pips be with you!
 
 
  • Post #34
  • Quote
  • Aug 31, 2010 12:45am Aug 31, 2010 12:45am
  •  jimnz
  • | Joined Sep 2008 | Status: Member | 64 Posts
thnx for the system. i think there alot to be said for the london BO, but im yet to find success.

has anyone done backtesting either with the ea or manual. Say every day this year. just to give a win rate.

thnx
 
 
  • Post #35
  • Quote
  • Aug 31, 2010 6:12am Aug 31, 2010 6:12am
  •  malo
  • | Joined Jan 2010 | Status: Member | 3 Posts
Hi Alberto,

You have specified the entry time in terms of GMT.

Is this fixed, or should it be adjusted during non DST periods to maintain the same relationship between the entry bar and the London and European opens?

All the best,
malo
 
 
  • Post #36
  • Quote
  • Sep 2, 2010 2:45am Sep 2, 2010 2:45am
  •  afidy2
  • | Joined Apr 2010 | Status: Junior Member | 1 Post
hi alberto,

I got the same problem "zero divide". I'm using ibfx mini 5 digits.

look forward the solution for this interesting methods,

happy trading
 
 
  • Post #37
  • Quote
  • Sep 2, 2010 4:02am Sep 2, 2010 4:02am
  •  fxpilot
  • | Joined Aug 2008 | Status: Surf The Waves | 177 Posts
It would be great to focus on the actual trading system as opposed to the EA. Its a simple breakout system. Draw the horizontal lines on your charts from the high and low of the periods mentioned in the first post and place entry orders 2 to 5 pips from the high/low of the range.
 
 
  • Post #38
  • Quote
  • Sep 3, 2010 2:03pm Sep 3, 2010 2:03pm
  •  Jessica00
  • | Additional Username | Joined Aug 2010 | 5 Posts
Quoting malo
Disliked
Hi Alberto,

You have specified the entry time in terms of GMT.

Is this fixed, or should it be adjusted during non DST periods to maintain the same relationship between the entry bar and the London and European opens?

All the best,
malo
Ignored
How can you make the progress of learning this faster?
 
 
  • Post #39
  • Quote
  • Jan 14, 2011 1:00am Jan 14, 2011 1:00am
  •  bsm888
  • | Commercial Member | Joined Feb 2010 | 25 Posts
hi,

i have downloaded the 4 files and added the EA to my 1hr eurusd. however i dont see the box and my back test does now work.

....
 
 
  • Post #40
  • Quote
  • Apr 21, 2011 9:40am Apr 21, 2011 9:40am
  •  jicssbr
  • | Joined Nov 2008 | Status: Member | 153 Posts
I've been looking at the recommended breakout time frame of 3-6 GMT and it looks to me like a better breakout window might be the candles from 1-3 GMT. A breakout of the highs and lows of this time frame looks like it may produce more pips. Anyway, just an observation...=>)

Thanks.
 
 
  • Trading Systems
  • /
  • Another London Breakout method
  • Reply to Thread
    • 1 Page 2 3
    • 1 Page 2 3
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023