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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

AshFX Daily 2,650 replies

AshFX Daily (EA - MTaboneWeb) 250 replies

A system that works for a part time trader with minimum screen time 16 replies

SteveHopwood EAs 4 replies

If it works, it works... 3 replies

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 33
Attachments: AshFX V2. SteveHopwood's latest trading robot - it works this time
Exit Attachments
Tags: AshFX V2. SteveHopwood's latest trading robot - it works this time
Cancel

AshFX V2. SteveHopwood's latest trading robot - it works this time

  • Last Post
  •  
  • 1 891011Page 12 13
  • 1 1011Page 12 13
  •  
  • Post #221
  • Quote
  • Jan 27, 2010 12:28pm Jan 27, 2010 12:28pm
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
Quoting macman
Disliked
Is it hard to change the EA code to use coloured rectangles instead of coloured lines? Is this is possible, then the EA would have automatic S/R recognition.

Cheers
Ignored
Nope. I have put the indi on a chart and the rectangles can be accessed in exactly the same way as horizontal lines. My indi has umpteen rectangles on it; yours has few. Would you post your set file for this indi?

Cheers

 
 
  • Post #222
  • Quote
  • Jan 27, 2010 12:56pm Jan 27, 2010 12:56pm
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting SteveHopwood
Disliked
Nope. I have put the indi on a chart and the rectangles can be accessed in exactly the same way as horizontal lines. My indi has umpteen rectangles on it; yours has few. Would you post your set file for this indi?

Cheers

Ignored
Steve

Attached is set file for the indi to show 28 day S/R bands all in the same colour. It goes into directory ..... > experts > files and is called from the indi by putting 001 as shown.

Change the name of the attached set file to ' Presets---Recent SR.001 ' by removing the .txt on the end - needed to add this otherwise website will reject it as an unknown file type.

Best of luck
Attached Image
Attached File(s)
File Type: txt Presets---Recent SR.001.txt   < 1 KB | 249 downloads
 
 
  • Post #223
  • Quote
  • Jan 27, 2010 2:09pm Jan 27, 2010 2:09pm
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
That's great macman. I have a clearer picture and will play with all this.

 
 
  • Post #224
  • Quote
  • Jan 27, 2010 2:49pm Jan 27, 2010 2:49pm
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting SteveHopwood
Disliked
That's great macman. I have a clearer picture and will play with all this.

Ignored
No problem Steve - appreciate all you do.

Just for anyone else viewing, the idea here is that the SR indi is scriptable, so for instance it would be possible to customise the length of time & 'strength' of SR you wanted to use & the EA would automatically use the levels. It would also be possible to use different SR scripts for different currency pairs etc.
 
 
  • Post #225
  • Quote
  • Edited 4:41pm Jan 28, 2010 11:03am | Edited 4:41pm
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Managed to change Steve's code and get Ash to work with the scriptable Recent SR indi. The EA now automatically recognises the lines created by the indi.

It is essential to read and understand about this indi here http://www.forexfactory.com/showthread.php?t=204276 before going much further.

At the same time added the code to use the OrderReliable_V1_1_0.mqh include file. This helps with sending & modifying orders when your broker is playing silly b's

To use this new version of the EA you need to add the Recent SR indi into your >indicators directory & OrderReliable_V1_1_0.mqh into your >experts>include directory.

Attached is a template which should get you going. It is set to show S/R over the last 28 day period. The EA works by recognising the colour (Indigo) of the lines created by the indi, so don't change this in the EA unless you also change it in the indi.

Best of luck
Attached File(s)
File Type: mq4 AshFX V2 auto-trading robot auto SR.mq4   67 KB | 716 downloads
File Type: tpl ash auto sr.tpl   15 KB | 562 downloads
File Type: mqh OrderReliable_V1_1_0.mqh   46 KB | 584 downloads
File Type: ex4 Recent SR.ex4   43 KB | 623 downloads
 
 
  • Post #226
  • Quote
  • Jan 28, 2010 8:17pm Jan 28, 2010 8:17pm
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
Cheers macman - great contribution.

I intend incorporating calls to the SR indi in addition to the horizontal line sr already in the robot. Confirmed sr spotters are going to want to keep the flexibility of being able to add their own sr points.

In the meantime, folks, try this out and see how useful you find the new function. The extra time spent learning about the SR indi will be time worth spending.

Thanks again, macman.

 
 
  • Post #227
  • Quote
  • Jan 29, 2010 3:09am Jan 29, 2010 3:09am
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting SteveHopwood
Disliked
Cheers macman - great contribution.

I intend incorporating calls to the SR indi in addition to the horizontal line sr already in the robot. Confirmed sr spotters are going to want to keep the flexibility of being able to add their own sr points.

In the meantime, folks, try this out and see how useful you find the new function. The extra time spent learning about the SR indi will be time worth spending.

Thanks again, macman.

Ignored
In the meantime, anyone wanting to add their own SR area needs to draw a rectangle and colour it Indigo. This will then get picked up by the EA
 
 
  • Post #228
  • Quote
  • Jan 31, 2010 5:45am Jan 31, 2010 5:45am
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting macman
Disliked
In the meantime, anyone wanting to add their own SR area needs to draw a rectangle and colour it Indigo. This will then get picked up by the EA
Ignored
Realised my earlier post is not very clear.

If you add a rectangle to show S/R area, you need to name it RecentSR # - increment # each time, like this:
Attached Image
 
 
  • Post #229
  • Quote
  • Jan 31, 2010 1:53pm Jan 31, 2010 1:53pm
  •  Meister81
  • | Joined Sep 2009 | Status: Member | 129 Posts
Quoting macman
Disliked
Managed to change Steve's code and get Ash to work with the scriptable Recent SR indi. The EA now automatically recognises the lines created by the indi.

It is essential to read and understand about this indi here http://www.forexfactory.com/showthread.php?t=204276 before going much further.

At the same time added the code to use the OrderReliable_V1_1_0.mqh include file. This helps with sending & modifying orders when your broker is playing silly b's

To use this new version of the EA you need to add the Recent SR indi into your >indicators...
Ignored
Hi macman,
at first thank you for sharing your stuff! Some questions: Do you use default settings for your testing? Can you recommend some special pairs so far?
Thank you!
Best regards!
 
 
  • Post #230
  • Quote
  • Feb 2, 2010 9:05am Feb 2, 2010 9:05am
  •  Meister81
  • | Joined Sep 2009 | Status: Member | 129 Posts
One more question: Is somebody using the EA on Alpari UK? I have running it on 9 pairs on 4 h chart since yesterday but there are no trades so far... (I use macmans newest edition)
Best regards!
 
 
  • Post #231
  • Quote
  • Feb 2, 2010 11:12am Feb 2, 2010 11:12am
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting Meister81
Disliked
One more question: Is somebody using the EA on Alpari UK? I have running it on 9 pairs on 4 h chart since yesterday but there are no trades so far... (I use macmans newest edition)
Best regards!
Ignored
In the Terminal the Experts tab will list the actions taken by the EA so far, as well as any errors.
 
 
  • Post #232
  • Quote
  • Feb 16, 2010 12:42pm Feb 16, 2010 12:42pm
  •  vinesh
  • | Joined Jun 2008 | Status: Member | 625 Posts
Macman,
Have you removed your version? I cannot download it. Will you give me a copy?
 
 
  • Post #233
  • Quote
  • Feb 16, 2010 4:21pm Feb 16, 2010 4:21pm
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting vinesh
Disliked
Macman,
Have you removed your version? I cannot download it. Will you give me a copy?
Ignored
Download works fine, so I guess it is something your end ...
 
 
  • Post #234
  • Quote
  • Feb 19, 2010 3:04pm Feb 19, 2010 3:04pm
  •  thomasmore
  • | Joined May 2009 | Status: Veni, Vidi, Pipsi | 91 Posts
Hello all,
Once again, a big thank you to all the great minds who put this threads together and more important, keep them alive. I am running the V2 etc. on some 15 pairs for some days now. As discussed in previous posts, i set the wicklenght parameters to 100%, in order to avoid too many oppotunities beeing killed. However, the EA ignores this settings. Attached are two screendumps: although the onscreen text shows clearly that the candle is "tradeble", a popup tells me the contrary. If there is a solution/workaround , that would be appreciated. Best regards and have a nice weekend.
Ludo
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: ScreenHunter_02 Feb. 19 20.52.jpg
Size: 153 KB
Click to Enlarge

Name: ScreenHunter_01 Feb. 18 20.19.jpg
Size: 22 KB
Click to Enlarge

Name: ScreenHunter_01 Feb. 18 20.19.gif
Size: 4 KB
 
 
  • Post #235
  • Quote
  • Feb 19, 2010 5:28pm Feb 19, 2010 5:28pm
  •  SteveHopwood
  • | Commercial Member | Joined Apr 2007 | 8,331 Posts
'tis ok, Ludo. The alert is talking about the candle length, not the length of the wick. These are two separate issues.

If the candle is too long, the trade does not happen. Confusing candle length with candle wick length is easy; they are separate issues.

Users of this robot and this system need to be aware of this: the chances of a trade actually making it through the filter process are remote. Trades will be few and far between.

All is explained in the user guide and in the thread the link within it leads to; this is Ash's own thread and is ignored at your peril. I wrote the guide with more than my customary care. Even so, it is easy to mis-understand, so take things slowly and read all the available information with care, especially if English is not your first language. Take nothing for granted, but re-read and double check. Everything you need to know is available if you take the time to access it.

 
 
  • Post #236
  • Quote
  • Feb 26, 2010 12:42pm Feb 26, 2010 12:42pm
  •  xicecube
  • | Joined Apr 2009 | Status: Member | 46 Posts
Quoting Meister81
Disliked
One more question: Is somebody using the EA on Alpari UK? I have running it on 9 pairs on 4 h chart since yesterday but there are no trades so far... (I use macmans newest edition)
Best regards!
Ignored
I am running it on Alpari for 6 days on all 12 available pairs. No a single trade yet. As Steve pointed out numerous times, you need to be patient with this one
 
 
  • Post #237
  • Quote
  • Mar 2, 2010 9:59pm Mar 2, 2010 9:59pm
  •  astral77
  • | Joined Nov 2009 | Status: Member | 1,196 Posts
Quoting macman
Disliked
...Am using Ash on the 4H TF, with encouraging results...Cheers
Ignored
Hi Macman

Are you still using 4H TF? If yes are the results satisfactory. As you know idiotic traders (like me) are in a hurry to lose money very fast and trading daily charts is a big no, no. Few and far between trades. Are you using Steve`s original or your version?

Kind Regards
 
 
  • Post #238
  • Quote
  • Mar 4, 2010 10:17am Mar 4, 2010 10:17am
  •  macman
  • Joined Jan 2009 | Status: Member | 844 Posts
Quoting astral77
Disliked
Hi Macman

Are you still using 4H TF? If yes are the results satisfactory. As you know idiotic traders (like me) are in a hurry to lose money very fast and trading daily charts is a big no, no. Few and far between trades. Are you using Steve`s original or your version?

Kind Regards
Ignored
Hi,
I was primarily using the 4H TF for testing, but the testing suggests that the 4H TF is probably not profitable - rock & rolls around BE.

I am now running a forward demo test on the daily TF, which is basically leaving it running in a corner of the VPS. I am using my version with automated S/R areas.
 
 
  • Post #239
  • Quote
  • Mar 5, 2010 2:00pm Mar 5, 2010 2:00pm
  •  octomanoak
  • | Joined Feb 2009 | Status: Member | 348 Posts
Hey group,

I'm just starting to get familiar with this bot. I am testing on demo H4 charts, multiple pairs.

I am getting numerous errors including "partial close failed with error" alerts for the same attempted partial close and it is still not closed.

A search of the thread showed a posting about this issue back in November, but I would assume if this was a bug it would be fixed by now.

Any ideas what might be causing this error?
 
 
  • Post #240
  • Quote
  • Mar 8, 2010 3:16pm Mar 8, 2010 3:16pm
  •  thomasmore
  • | Joined May 2009 | Status: Veni, Vidi, Pipsi | 91 Posts
I think it has to do with your lotsize: if the robot closes half at some point, your initial lotsize should be at least the double of the min. lotsize required by your dealer. Regards,
Ludo

Quoting octomanoak
Disliked
Hey group,

I'm just starting to get familiar with this bot. I am testing on demo H4 charts, multiple pairs.

I am getting numerous errors including "partial close failed with error" alerts for the same attempted partial close and it is still not closed.

A search of the thread showed a posting about this issue back in November, but I would assume if this was a bug it would be fixed by now.

Any ideas what might be causing this error?
Ignored
 
 
  • Commercial Content
  • /
  • AshFX V2. SteveHopwood's latest trading robot - it works this time
  • Reply to Thread
    • 1 891011Page 12 13
    • 1 1011Page 12 13
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