Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #51 (permalink)  
Old 12-22-2006, 07:17 PM
Senior Member
 
Join Date: Sep 2006
Posts: 189
tomstaufer is on a distinguished road
I have the same problem.
Will redownload and restart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #52 (permalink)  
Old 12-22-2006, 07:38 PM
Junior Member
 
Join Date: Nov 2006
Posts: 11
bikerhead is on a distinguished road
Quote:
Originally Posted by bluto
Something is funky with your install. Please download the zip file from the first post and reload.
Hi bluto,

I have downloaded and reload anything again. The sell order problem is solved. However, I notice that there is problem with buy order this time. EA wouldn't open the second order after the set Longpips already passed. I have set the Longpips to 8, but after drops over 25 pips, there is still no another buy order.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #53 (permalink)  
Old 12-22-2006, 08:36 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by bikerhead
Hi bluto,

I have downloaded and reload anything again. The sell order problem is solved. However, I notice that there is problem with buy order this time. EA wouldn't open the second order after the set Longpips already passed. I have set the Longpips to 8, but after drops over 25 pips, there is still no another buy order.
Ok...let me look at the code...there's probably a bug somewhere. I haven't seen this behavior on my end. This EA is very busy inside.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #54 (permalink)  
Old 12-22-2006, 08:49 PM
Junior Member
 
Join Date: Dec 2006
Posts: 12
blintzecure is on a distinguished road
bikerhead

bikerhead

i would make sure to use a unique number for both the buy and sell magic numbers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #55 (permalink)  
Old 12-22-2006, 08:56 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by blintzecure
bikerhead

i would make sure to use a unique number for both the buy and sell magic numbers.
Magic Number generation is built into the EA as an automatic feature, both for the buy and sell cycles...you don't have to fiddle with that setting anymore.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #56 (permalink)  
Old 12-22-2006, 09:33 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by bikerhead
Hi bluto,

I have downloaded and reload anything again. The sell order problem is solved. However, I notice that there is problem with buy order this time. EA wouldn't open the second order after the set Longpips already passed. I have set the Longpips to 8, but after drops over 25 pips, there is still no another buy order.
I think I found and fixed the bug with this. Download the updated zip from the first post and reinstall the included EA.

** Tweak **

I added a new true/false setting called "UseConservativeRSX_Signals" that is true by default. It enforces the 30/70 rule for RSX upturns/downturns if true.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #57 (permalink)  
Old 12-22-2006, 11:05 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,215
matrixebiz is on a distinguished road
Can you post Goblin II now so we can test both?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #58 (permalink)  
Old 12-22-2006, 11:12 PM
Junior Member
 
Join Date: Dec 2006
Posts: 12
blintzecure is on a distinguished road
blue

blue

i would strongly suggest that you use a random number generator for the magic number.

http://docs.mql4.com/math/MathRand
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #59 (permalink)  
Old 12-22-2006, 11:20 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,215
matrixebiz is on a distinguished road
Quote:
Originally Posted by blintzecure
blue

i would strongly suggest that you use a random number generator for the magic number.

http://docs.mql4.com/math/MathRand
but Bluto said it already does that;
"Magic Number generation is built into the EA as an automatic feature, both for the buy and sell cycles...you don't have to fiddle with that setting anymore. "
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #60 (permalink)  
Old 12-22-2006, 11:25 PM
Junior Member
 
Join Date: Dec 2006
Posts: 12
blintzecure is on a distinguished road
i know what bluto said

but magic numbers are static for each pair inside the code. the random number gen would provide a dynamic num each time the script is run preventing what are all too common magic num problems. and eliminate a big chunk of redundant code.

Last edited by blintzecure; 12-22-2006 at 11:28 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
expert goblin, goblin, goblin bipolar, goblin bipolar ea, Goblin Bipolar Edition, goblin expert advisor, Turbo_JMA

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
dose it posible to creat any function of "mql code" posting in this forum? phoenix Metatrader Programming 23 09-23-2009 04:10 PM
Here's the new "Goblin" ea...little brother to Predator bluto Expert Advisors - Metatrader 4 984 12-31-2008 10:03 PM
How to "teach" and to use the AI ("neuron") EA? danil Suggestions for Trading Systems 5 07-15-2008 05:26 PM
Goblin Bipolar mod H autofx Expert Advisors - Metatrader 4 182 05-22-2007 04:53 AM


All times are GMT. The time now is 01:47 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.