Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems


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
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 03-19-2006, 06:31 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
Quote:
Originally Posted by FX-Hedger
Hi guys!

Here is the expert! and Tresert file.
unzip the Tracert file Place it in the include folder which is located inside the Expert folder.

Then place the EA in the Expert folder. Open the Expert in Meta Editor and Press compile button. Then turn on your Metatreder and attach to chart.

Let me know how it goes.
Thanks FX-Hedger! I'll start working with it this week. Let's keep updating to this thread with our results, ideas, etc. Also, many thanks to Igor for coding and sharing!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-19-2006, 08:55 PM
FX-Hedger's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 186
FX-Hedger is on a distinguished road
Talking My best back test settings

Expert_Name="---- HedgExpert_v1 ----";
Magic=10000;
Slippage=6;
Trace=false;
Main_Parameters=" Trade Volume & Trade Method";
Lots=0.1;
OrdersMode=1;
Data=" Input Data ";
TimeFrame="M30";
NetProfit=300;
NetLoss=1000;
InitialStop=300;
TakeProfit=300;
FirstOrdGap=15;
NumberOrds=15;
StepSize=5;
MM_Parameters=" MoneyManagement by L.Williams ";
MM=false;
MMRisk=0.15; LossMax=2000;
Attached Images
File Type: gif StrategyTester.gif (5.8 KB, 230 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-19-2006, 11:27 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
So far it looks like the EA sets up the orders nicely. I am going to try it with OrdersMode=1 on one account and OrdersMode=2 on another account. You can see the difference from the images. One sets up a counter grid, the other sets up a traditional grid.

Also, if you leave the time period at D1, it will only set up the grid with pending orders once per day. If you set it to M1, it will set up the pending orders on the next minute bar.

It will be interesting to see how the NetProfit function works. I think that and the StepSize will be the keys to this EA.
Attached Images
File Type: gif hedgexpert(traditional).gif (39.4 KB, 223 views)
File Type: gif hedgexpert(counter).gif (44.5 KB, 203 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 03-19-2006, 11:57 PM
FX-Hedger's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 186
FX-Hedger is on a distinguished road
Exclamation

Quote:
Originally Posted by Eric
So far it looks like the EA sets up the orders nicely. I am going to try it with OrdersMode=1 on one account and OrdersMode=2 on another account. You can see the difference from the images. One sets up a counter grid, the other sets up a traditional grid.

Also, if you leave the time period at D1, it will only set up the grid with pending orders once per day. If you set it to M1, it will set up the pending orders on the next minute bar.

It will be interesting to see how the NetProfit function works. I think that and the StepSize will be the keys to this EA.
But this EA also has a Stop Loss and Take Profit. Function which I'm strugling with now!!! I cannot get rid of them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 03-20-2006, 01:19 AM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 256
Foreverold is on a distinguished road
maybe this is what you are looking for
Attached Files
File Type: mq4 grid maker12.mq4 (5.8 KB, 132 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 03-20-2006, 02:13 AM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
Quote:
Originally Posted by FX-Hedger
But this EA also has a Stop Loss and Take Profit. Function which I'm strugling with now!!! I cannot get rid of them.
For now, I am going to see how it does without a SL or TP by setting them to 999. I want to test it out for a while just by using the NetProfit and NetLoss.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 03-20-2006, 11:34 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 814
igorad is on a distinguished road
Hi,

I just finished new version of HedgExpert_v1.1.
Trailing Stop option is added.
NetProfit and NetLoss are calculated correctly (in pips).
Description of all input data is in the code.

Igor
Attached Files
File Type: mq4 HedgExpert_v1.1.mq4 (13.0 KB, 197 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory

Last edited by igorad; 03-20-2006 at 11:38 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 03-20-2006, 10:09 PM
FX-Hedger's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 186
FX-Hedger is on a distinguished road
Thumbs up Thanks

Quote:
Originally Posted by Foreverold
maybe this is what you are looking for
Thank you Foreverold,
can you tell us a little bit more about this EA and what the parameters do?

Thanks again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 03-20-2006, 10:11 PM
FX-Hedger's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 186
FX-Hedger is on a distinguished road
Thumbs up Thanks

Quote:
Originally Posted by igorad
Hi,

I just finished new version of HedgExpert_v1.1.
Trailing Stop option is added.
NetProfit and NetLoss are calculated correctly (in pips).
Description of all input data is in the code.

Igor
Thank you Igor,

I'm loking forward to test it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 03-20-2006, 10:36 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
Quote:
Originally Posted by FX-Hedger
Thank you Foreverold,
can you tell us a little bit more about this EA and what the parameters do?
The EA that Foreverold posted is an earlier version of the MakeGrid193 EA by huguesdb.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
MakeGrid193

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
Experimental Dynamic Moving Average juanchoc Indicators - Metatrader 4 18 01-22-2007 09:31 PM
Expert Question and Expert mj10 Expert Advisors - Metatrader 4 24 03-27-2006 01:31 PM


All times are GMT. The time now is 07:47 AM.



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