Forex
Google
New signals service!

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
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 12-24-2005, 07:24 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,320
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by forexpipmaster
Igorad: I put the stdlib & the Tracert.mgh in the "Include" folder, and the StepMaExpert_v1 in the experts folder, but it wont compile, there is an error.

Can you check to see whats wrong please, and can you briefly describe how this EA works. I am not a programmer and cant really tell by looking at the code.
I compiled without any problem.
Please check everything, may be you did not re-named the file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 12-27-2005, 07:57 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,320
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Igor,

What is the best timeframe and settings for this EA?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 12-27-2005, 08:20 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 814
igorad is on a distinguished road
Hi Newdigital,

Now I work above improvement of a code and expansion of EA opportunities. Should work at all pairs and the timeframes, but for this purpose it is necessary to make optimization.
The code does not contain any iCustom, therefore it is easy to execute optimization of input parameters.

Igor
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 01-02-2006, 06:22 PM
Member
 
Join Date: Nov 2005
Posts: 83
ykimyego is on a distinguished road
Step_MA

Igorad,
Which of your Step_MA's is this one based on v1, v2, or v3? Which other filters have you tried apart from the EMA 50?
TIA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 01-02-2006, 07:37 PM
Member
 
Join Date: Nov 2005
Posts: 83
ykimyego is on a distinguished road
Step_MA

Igor,
I just saw the answer to my question in another post, I did not know that you had synchronised everything and now there is only one Mega Step_MA.
You are one of the most brilliant programmers in Metatrader I have to confess.
Could you please post your optimization results here. I trade Euro and Cable.
I like Triangular_ Movingaverage as a filter with a period of 17. But as you said it is easier to optimize an EA without custom inds.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 01-03-2006, 11:32 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 814
igorad is on a distinguished road
Thumbs up

Hi to ALL,

New year has come and to achieve new successes we should use new tools and generate new ideas.
Now I wish to present the new build of expert which should satisfy each of you and except for it to become a basis for the further improvements.

What new?
The architecture of the expert is seriously changed, new options are added.
The code of the expert can serve as a pattern for other trading systems.

Especially I wish to explain following input parameters:

TrailingStop = false; Trailing Stop Switch
SwingTrade = false; Swing Trade Switch
FirstStop=false; First Stop Switch
PendingOrder=false; PendingOrder/InstantExecution Switch
PendOrdGap=10; Gap from High/Low for Pending Orders
ZeroLossLevel=0; Zero Loss Level in points

'TrailingStop' switch your trade from 'trailing stop' mode(true) to 'without trailing stop' mode (false). Formula for trailing stops is:
for long TS = StepMA - Kv*StepSize
for short TS = StepMA + Kv*StepSize

'SwingTrade' switch trade from 'Swing' mode (true) to 'No swing' mode(false).
It means, that if you have chosen a mode 'true' after BUY there will be SELL and on the contrary. At ' false ' this sequence will not be observed.

'FirstStop' switches protective stop at opening the order.
If you use 'TrailingStop' on 'true' this parameter switch on 'true' automatically.
Parameter Ks varies value of protective stop according formulas:
for long FS = Low[1]-Ks*StepSize
for short FS = High[1]+Ks*StepSize

'PendingOrder' on 'true' enables you to trade with the Pending Orders.

'PendOrdGap' defines distance from High/Low to BuyStop/Sellstop levels for the Pending Orders and usually equal 10..15 points.

'ZeroLossLevel' defines breakeven level in points. This parameter works as follows:
for instance ZeroLossLevel=30
if your profit reaches 30 pips, expert moves Stoploss at OpenPrice +/-1 point
for Buy/Sell Orders, if profit = 60 then Stoploss = OpenPrice +/- 31 point and so on.

Who have questions, don't hesitate please.

Your,

Igor
Attached Files
File Type: mq4 StepMAExpert_v1.1.mq4 (9.3 KB, 533 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 01-05-2006, 01:06 PM
Member
 
Join Date: Nov 2005
Posts: 65
forexpipmaster is on a distinguished road
StepMAExpert

Igorad: It looks nice, but what parameters do you use , and what time frame, would be a big help??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 01-06-2006, 02:57 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,320
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Igor,

Can you tell the timeframe and the settings?
People (incl me) want to test your EA but confused with the settings and timeframes.

Just preliminary. Very preliminary to start the testing. During the testing we may change the settings and timeframe if necessary.

But just to start.

May be, H1 or M30 with default settings?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 01-07-2006, 09:38 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 814
igorad is on a distinguished road
Hi,

I constantly work on perfection of the expert. In the near future I shall show you the new version.
One of these days I have read through at Bruce Babcock very interesting idea on how to achieve good entries.

For GBP 1H use please my settings which you can find in attachment.
History data from MetaQuotes Server.

Igor
Attached Images
File Type: gif StepMAExpert1.1.gif (5.7 KB, 647 views)
Attached Files
File Type: rar stepmaex1.1.rar (543 Bytes, 435 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 01-07-2006, 09:52 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,320
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by igorad
Hi,

I constantly work on perfection of the expert. In the near future I shall show you the new version.
One of these days I have read through at Bruce Babcock very interesting idea on how to achieve good entries.

For GBP 1H use please my settings which you can find in attachment.
History data from MetaQuotes Server.

Igor
Thanks a lot.
But I think this EA with your settings may be tested on all 4 major pairs. Just to see.

Merry Christmas! Today is the Christmas, isn't it?

Last edited by newdigital; 01-07-2006 at 09:59 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
StepMAExpert

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


All times are GMT. The time now is 01:31 AM.



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