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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Hanover replies to PMs 1,424 replies

Trading profitably using Recent Strength 58 replies

Hanover - can you help me with MT4 qs please? 4 replies

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 69
Attachments: Hanover: an auto-trader using Recent Strength
Exit Attachments
Tags: Hanover: an auto-trader using Recent Strength
Cancel

Hanover: an auto-trader using Recent Strength

  • Last Post
  •  
  • 1 67Page 8910 17
  • 1 7Page 89 17
  •  
  • Post #141
  • Quote
  • Oct 26, 2011 6:02am Oct 26, 2011 6:02am
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
Quoting Rascacio
Disliked
I've made a small loss so far but with the MPTM settings it's clawing them back as I type, however if H placed sell and buy arrows on screen it would really help to get a more visual understanding of how some of these pairs move and maybe apply different MPTM settings depending on the pair.

Do you think this a possibility in the near future ?

Cheers.
Ignored
No. H is chart-independent, so placing arrows would not help. I know of no way of placing arrows on charts other that the one hosting the EA.

 
 
  • Post #142
  • Quote
  • Oct 26, 2011 6:33am Oct 26, 2011 6:33am
  •  Rascacio
  • | Joined Feb 2010 | Status: Member | 241 Posts
Quoting SteveHopwood
Disliked
No. H is chart-independent, so placing arrows would not help. I know of no way of placing arrows on charts other that the one hosting the EA.

Ignored
Thanks Steve that's fair enough.
 
 
  • Post #143
  • Quote
  • Oct 26, 2011 6:35am Oct 26, 2011 6:35am
  •  JulesvH
  • | Joined Aug 2010 | Status: The Forex Farmer | 175 Posts
Quoting SteveHopwood
Disliked
I know of no way of placing arrows on charts other that the one hosting the EA.
Ignored
@Rascacio/Steve.

It can be done manually by checking the "history" tab (the one with the closed trades) Click and drag a closed trade to the graph screen and "release" it there. It is better to drag the closed pair to the same pairs graph, otherwise you can mess things up a bit because the active graph changes to the graph of the pair you dragged onto it.
 
 
  • Post #144
  • Quote
  • Oct 26, 2011 6:43am Oct 26, 2011 6:43am
  •  Rascacio
  • | Joined Feb 2010 | Status: Member | 241 Posts
Quoting JulesvH
Disliked
@Rascacio/Steve.

It can be done manually by checking the "history" tab (the one with the closed trades) Click and drag a closed trade to the graph screen and "release" it there. It is better to drag the closed pair to the same pairs graph, otherwise you can mess things up a bit because the active graph changes to the graph of the pair you dragged onto it.
Ignored
Top stuff Jules. I have each active chart open during the duration of the trade so quite simple to drag the closed trade over straight away.

Thank's a lot for that.
 
 
  • Post #145
  • Quote
  • Edited 11:47am Oct 26, 2011 6:58am | Edited 11:47am
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
Attached is a working model.

 

  1. EA spots a cross of a slow moving average by a quick one. You choose your ma's using the inputs. Make sure these are the same as those you place on your screen.
  2. When the ea spots a cross it consults the Hanover filter:

    1. Cross long: buys if the first currency in the pair is strong and the second weak.
    2. Cross short: sells if the first currency in the pair is weak and the second strong.

  3. You can have the bot consult multiple timeframes. They all have to line up to trigger the trade.
  4. If your SlopeConfirmationCandles > 0, the bot consults the slope over multiple timeframes.
  5. StrongThreshold and WeakThreshold are like RSI/Stochastic overbought/sold levels. If these are > 0, the bot will only trade when the strong currency is >= StrongThresholdand the weak <= WeakThreshold.

This is the 'Hanover module' that can go into every bot we develop from now on, and added to existing ones. There is quite a combination of filters:

 

  1. time frames alone
  2. time frames + slope
  3. time frames + slope + thresholds
  4. time frames + thresholds

The quickest way to see this bot up-and-running is to put it on an M1 chart with period 1 and period 2 moving averages; this will generate a trade quite quickly - mine is an an EJ right now.

Remember this is not an attempt at developing a serious trading EA using the MA cross. It is the Hanover filter development that is important. Having said that, if we take Lawgirl's maxim of trade timeframes that have a ratio of 1:4 to 1:6 (for example, the M15 chart is our MA cross trigger and the H1 is the RS strength we are using as our Hanover filter) who knows? We all know that chop is the enemy of the MA cross, but maybe all we need is to trade the cross in the direction of the prevailing strength/weakness of the currencies that comprise the pair.

Remember also that you can run umpteen instances of umpteen bots using the Hanover filter (and there will be umpteen such bots in the future) on your platform. All you need is to have your OutputFile consistently set to the same name.

Ok guys. It is playtime.

Attached File(s)
File Type: mq4 Moving Average cross with Hanover auto trading robot by Steve Hopwood.mq4   47 KB | 525 downloads
 
 
  • Post #146
  • Quote
  • Oct 26, 2011 7:10am Oct 26, 2011 7:10am
  •  Eamonn
  • | Joined Feb 2008 | Status: Member | 130 Posts
Brilliant Stuff !!!
 
 
  • Post #147
  • Quote
  • Oct 26, 2011 7:22am Oct 26, 2011 7:22am
  •  alex_forex
  • | Joined Oct 2011 | Status: Member | 28 Posts
Let's have it a run on demo

Regards
Alex

Quoting SteveHopwood
Disliked
Attached is a working model.
[list=1][*]EA spots a cross of a slow moving average by a quick one. You choose your ma's using the inputs. Make sure these are the same as those you place on your screen.[*]When the ea spots a cross it consults the Hanover filter:

  1. Cross long: buys if the first currency in the pair is strong and the second weak.
  2. Cross short: sells if the first currency in the pair is weak and the second strong.

[*]You can have the bot consult multiple timeframes. They all have to line up to trigger...

Ignored
 
 
  • Post #148
  • Quote
  • Oct 26, 2011 7:23am Oct 26, 2011 7:23am
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting SteveHopwood
Disliked
Attached is a working model.
[list=1][*]EA spots a cross of a slow moving average by a quick one. You choose your ma's using the inputs. Make sure these are the same as those you place on your screen.[*]When the ea spots a cross it consults the Hanover filter:

  1. Cross long: buys if the first currency in the pair is strong and the second weak.
  2. Cross short: sells if the first currency in the pair is weak and the second strong.

[*]You can have the bot consult multiple timeframes. They all have to line up to trigger the trade.[*]If...

Ignored
Nice one Steve - thanks
 
 
  • Post #149
  • Quote
  • Oct 26, 2011 7:30am Oct 26, 2011 7:30am
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
As soon as I set up the MA demo on my always-on trading machine, I realised that we do need the indi running on a chart on the platform.

I had forgotten about the severely limited file capabilities of the Utter Crap MT4 platform.

It will read/write to files in one location only - the 'files' folder. EA's etc cannot access these files from a different platform.

Anybody got a utility that automatically copies files from one selected location to another, having detected that the file has changed?

 
 
  • Post #150
  • Quote
  • Oct 26, 2011 8:19am Oct 26, 2011 8:19am
  •  alex_forex
  • | Joined Oct 2011 | Status: Member | 28 Posts
I think to Robocopy.

I will have a look to the parameters of it to see if it can do the job.

Regards
Alex

Quoting SteveHopwood
Disliked
As soon as I set up the MA demo on my always-on trading machine, I realised that we do need the indi running on a chart on the platform.

I had forgotten about the severely limited file capabilities of the Utter Crap MT4 platform.

It will read/write to files in one location only - the 'files' folder. EA's etc cannot access these files from a different platform.

Anybody got a utility that automatically copies files from one selected location to another, having detected that the file has changed?

Ignored
 
 
  • Post #151
  • Quote
  • Oct 26, 2011 8:25am Oct 26, 2011 8:25am
  •  alex_forex
  • | Joined Oct 2011 | Status: Member | 28 Posts
Steve,

Robocopy webpage :
http://ss64.com/nt/robocopy.html

About the automation needed :

Repeated Copy Options
/MON:n : MONitor source; run again when more than n changes seen.
/MOT:m : MOnitor source; run again in m minutes Time, if changed.


Regards
Alex
 
 
  • Post #152
  • Quote
  • Oct 26, 2011 8:41am Oct 26, 2011 8:41am
  •  alex_forex
  • | Joined Oct 2011 | Status: Member | 28 Posts
Example :

ROBOCOPY C:\Program Files\MetaTrader - Alpari UK 1\experts\files C:\Program Files\MetaTrader - Alpari UK 2\experts\files [Output---Recent Strength.csv] /MON:1

Regards
Alex
 
 
  • Post #153
  • Quote
  • Oct 26, 2011 9:15am Oct 26, 2011 9:15am
  •  JulesvH
  • | Joined Aug 2010 | Status: The Forex Farmer | 175 Posts
Thanks Steve, wonderfull.

I've set it on demo with "Nanningbob MA settings"
The settings:
Fast: 2 Smoothed MA, Median Price, shift 2 (Daily TF)
Slow: 8 Smoothed MA, Median Price, shift 2 (Daily TF)
Hanover module on a weekly tf, with all the other H options left at 0 (for now)
 
 
  • Post #154
  • Quote
  • Edited 12:32pm Oct 26, 2011 10:15am | Edited 12:32pm
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
Quoting alex_forex
Disliked
Example :

ROBOCOPY Crogram FilesMetaTrader - Alpari UK 1expertsfiles Crogram FilesMetaTrader - Alpari UK 2expertsfiles [Output---Recent Strength.csv] /MON:1

Regards
Alex
Ignored
Fabulous Alex. Thanks.

Here is a request to any real programmers. Could one of you code a utility either that uses robocopy, or any other method for that matter, that allow us to:

 

  1. specify the location of the output file
  2. specify multiple locations to send copies of the output file when the utility detects a change

That way, we could run multiple platforms but only have David's indi running on one of them.

 
 
  • Post #155
  • Quote
  • Oct 26, 2011 10:52am Oct 26, 2011 10:52am
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
I have isolated the Hanover module code into a separate EA and attached it to post 1. Coders, feel free to pinch it and use it in your own work. We can add fixes to any bugs that surface as we go along.

I may not necessarily have coded this in the optimum way but it appears to work. If more professional coders can see ways of speeding up processes, cutting out redundant code, or improving anything else, please do us all a huge favour by making the edits and posting the module here.

I have Hanover the EA running on the M5 tf, mptm JS 25 (+5) and the MA Crossover on the M15 chart using the D1 tf for its strength values.

These timeframes amount to EA abuse. To my utter blank astonishment, they are both profitable at the mo.

 
 
  • Post #156
  • Quote
  • Oct 26, 2011 11:42am Oct 26, 2011 11:42am
  •  kibed83
  • | Joined Aug 2010 | Status: Member | 79 Posts
Quoting SteveHopwood
Disliked
Fabulous Alex. Thanks.

Here is a request to any real programmers. Could one of you code a utility either that uses robocopy, or any other method for that matter, that allow us to:

 

  1. specify the location of the output file
  2. specify multiple locations to send copies of the output file when the utility detects a change

That way, we could run multiple platforms but only have David's indi running on of them.

Ignored
Steve,

Referring your above post, am sure you meant; David's indi running one of them.

I prefer to run RS on criminals with all possible 28 pair combos involving the major currencies (AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD). On post #59 see here David points out that the more currency pairs offered by the criminals, the more comprehensive the RS picture becomes. I have an attachment here which might describe this.

No doubt requested would be helpful.This utility will enable RS to run on criminals with all possible 28 pair combos & trades taken using preferred low spread criminals.

Benji
Don't tell me the sky is the limit when there are footprints on the moon.
 
 
  • Post #157
  • Quote
  • Oct 26, 2011 11:43am Oct 26, 2011 11:43am
  •  nubchai
  • | Joined Jan 2008 | Status: Member | 750 Posts
Here are my results after 2 days of running H on H4 only with a 50 pip TP. 3 Winners. I have it set to 24 hour trading but it seems to find trades in the evening or early morning. I've set up a second demo using mptm Jumping Stop +35. I may add a TS. I want to see if this will gain more pips compared to the fixed 50 TP.

Sandy
Attached Image (click to enlarge)
Click to Enlarge

Name: hanover_h4.jpg
Size: 159 KB
 
 
  • Post #158
  • Quote
  • Oct 26, 2011 12:49pm Oct 26, 2011 12:49pm
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
I have re-done post 1 folks.

 
 
  • Post #159
  • Quote
  • Oct 26, 2011 12:51pm Oct 26, 2011 12:51pm
  •  tex
  • | Joined Jan 2009 | Status: Member | 272 Posts
Hey guys,

here are my trades since 2011-10-20.

Timeframes : M5 / H1 / D1. Without slope detection.

10 winners, one BE, 3 Losers. R:R = 1, Have set the MPTM to BE=25 / BEP=2

All trades are live trades on alpari.uk micro.

A really good start for this EA, thanks Steve & Hanover.
Attached Image (click to enlarge)
Click to Enlarge

Name: 26-10-11.jpg
Size: 165 KB
 
 
  • Post #160
  • Quote
  • Oct 26, 2011 12:52pm Oct 26, 2011 12:52pm
  •  JulesvH
  • | Joined Aug 2010 | Status: The Forex Farmer | 175 Posts
Quoting nubchai
Disliked
Here are my results after 2 days of running H on H4 only with a 50 pip TP. 3 Winners.
Ignored
Sandy, what settings you use for the recent strength / hanover ea
Num points?
Base point?
Historical shift?
Smoothing SMA
 
 
  • Commercial Content
  • /
  • Hanover: an auto-trader using Recent Strength
  • Reply to Thread
    • 1 67Page 8910 17
    • 1 7Page 89 17
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