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 11-07-2005, 01:43 AM
Senior Member
 
Join Date: Nov 2005
Posts: 119
jdun is on a distinguished road
Quote:
Originally Posted by sadaloma
Ksrobot_1_5_h1_v1 had 1 trade todayon Alpari platform)

buy usd/jpy at 116.95. Ended up making +12 pips.

Sada
Take 12 pips any day. As long as it is making money constantly then it is a good EA. Do a live feed demo and post result here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-08-2005, 12:50 AM
Senior Member
 
Join Date: Nov 2005
Posts: 119
jdun is on a distinguished road
Today was my first day testing this expert. Overall it was a good day. Won 2 out of three times with profits.

I will continual forward testing this EA.
Attached Images
File Type: jpg KSRobot11-07-05.jpg (164.6 KB, 598 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-08-2005, 03:26 AM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
jdun, I had the same GBP short today (but oddly I didn't have the EUR short ).
Anyway, I like this EA too because it trades fairly infrequently but is very conservative and does not seem to lose often.

I noticed you took a loss on the JPY trade. Just keep in mind that this EA was not designed for that pair--but newdigital did tweak the settings to work on the JPY 1 Hour chart (it is attached earlier in this thread if you are inclined to switch)

I am testing this EA on EUR and GBP 30min and newdigital's settings on JPY 1hr.
Attached Images
File Type: gif ksrobot11.07.05.gif (70.8 KB, 442 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 11-08-2005, 04:24 AM
Senior Member
 
Join Date: Nov 2005
Posts: 119
jdun is on a distinguished road
Thanks for letting me know about the USD/JPY problem. I will forward test this for one week. I too don't mind the lack of trades as long as there is profits to be made.

Maybe some of you might be able to help me. Newdigtal mentioned that it needs to be in GMT zone. Right now I am using InterbankFx demo account for testing which use GMT on their servers. My live account won't be in GMT so where and how do I make the change in order to match up with the GTM requirements.

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 11-08-2005, 04:01 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
The author said to run the EA from 5am to 5 pm GMT. So you have to change the settings in the code to correspond with your broker's server time.

When you right click on the EA to modify it, go to this piece of the code and change the times. I had to change the times to 6 and 18 to maintain the 5-5GMT because FIBO is on GMT+1.

int daystart = 6; /* 5AM GMT */
int dayend = 18;/* 5PM GMT */

(Remember to 'save' and 'compile' after you make any changes in the code)

Last edited by Eric; 11-08-2005 at 04:03 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 11-08-2005, 07:14 PM
Senior Member
 
Join Date: Nov 2005
Posts: 119
jdun is on a distinguished road
Thanks Eric that's what I was looking for.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 11-08-2005, 08:21 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
No problem, glad it helped,

Also, if anyone is interested, I did make a slight modification to the code to adjust the 'Comments' that display on the charts. I changed it from this:

if ( ( Hour() < daystart || Hour() > dayend-1 ) ){
Comment("\nTrading halted. (will start again at ", daystart, " AM )\n");
} else {
Comment("\nExpert is active. (will halt at ", dayend, " PM )\n");
Comment("\nTS = ", TrailingStop, " BE = ", BreakEven, " SL = ", StopLoss, " MAfilter = ", MAfilter,"\n");

to this:

if ( ( Hour() < daystart || Hour() > dayend-1 ) ){
Comment("\nExpert is INACTIVE. Will resume at ", daystart, ":00a.m. (server time) \n");
} else {
Comment("\nExpert is ACTIVE. Will halt at ", dayend, ":00p.m. (server time) ",
"\n",
"\n","TS = ", TrailingStop, " BE = ", BreakEven, " SL = ", StopLoss, " MAfilter = ", MAfilter,"\n");

This doesn't affect the trading in any way. It just makes the comments easier to read, especially when the EA is active--you can see both lines, the ACTIVE line and the settings line.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 11-10-2005, 01:06 AM
Junior Member
 
Join Date: Oct 2005
Posts: 7
forexgom is on a distinguished road
I have noticed when i backtest this expert very often duplicates trades which skew the results, anyone know some technique in MT4 to avoid this to happen ??

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 11-10-2005, 04:45 AM
Senior Member
 
Join Date: Nov 2005
Posts: 119
jdun is on a distinguished road
Quote:
Originally Posted by forexgom
I have noticed when i backtest this expert very often duplicates trades which skew the results, anyone know some technique in MT4 to avoid this to happen ??

Regards
You can't that I know off. I never trusted backtesting results. You have to do the hard way and forward test it. Look at this way if forward tested for a month and look great you know that the EA can be counted on for real money.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 11-15-2005, 09:20 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
After working with this EA for a while and watching how it operates, I have found that it has good streaks and bad streaks. Overall I was slightly up when forward testing this EA for a few weeks on an account that I accidentally deleted. I started a new demo account for it and it is now not doing well.

There are things I like about this EA and things I don't like about it.

I like:
1) That it uses price as an indicator (enters when price breaks kijun-sen line) Price is the purest indicator with no lag.
2) I like the kijun-sen line too. It is almost like a floating pivot line. There is potential with this type of setup.

I don't like:
1) That it uses buy stop and sell stop orders. When price crosses the kijun-sen line, it waits for the price to retrace to cover the spread. But if price is moving strongly, it will not retrace even that 2 or 3 pips and you will miss out on the trade completely--and those strong moving breaks are the most profitable ones. Why try to save a few pips when it causes you to miss the good moves?
2) I also don't think the moving average is the proper filter. The moving average is a directional indicator. This EA does not need a directional filter--the direction is already determined by the price breaking through the kijun-sen line. A better filter would be a volume or volatility filter, ie., only enter when price breaks through kijun-sen line AND volume or volatility is good. Maybe something like the ADX is rising and above 20 or maybe an indicator like the Juice indicator which measures volatility. This would make a better filter than the MA filter that the EA currently has. Also, you wouldn't have to turn the EA off for half the day either. The proper filter would automatically keep you out of trades when the market is dead.

These are just my thoughts about this EA. I'm not a programmer so I can't really modify it like this. Maybe a future project if I can learn the language a bit better. But for now, I am considering shelving this EA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ichimoku EA Oba_Ire Expert Advisors - Metatrader 4 23 05-17-2008 12:01 PM
Ichimoku newdigital General Discussion 254 04-28-2008 05:06 AM
Ichimoku newdigital Manual trading systems 25 03-18-2008 02:48 PM
Ichimoku EA GoatT Expert Advisors - Metatrader 4 0 06-25-2006 03:27 AM
Ichimoku newdigital Documentation 6 12-16-2005 08:07 PM


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



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