Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 10-29-2006, 06:04 PM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
Quote:
Originally Posted by mrtools
Very good Dave been trying to figure out how to slow this thing down some,adding bulls and bears to the main buy and sell very easy fix.May make this a very good expert.


mrtools
Back testing takes forever and a day though.



edit. with the right time frame and indicaters set to the right settings I think it could ba good.

for right now I am testing with sar and macD taken out. Tests slightly improved on speed. Plus I don't like macD or sar. MacD gives too many false signals and I don't really understand sar much.

I think there's enough indicaters in it with out those 2. Just need good indicater settings.

Last edited by xxDavidxSxx; 10-29-2006 at 06:32 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
  #12 (permalink)  
Old 10-29-2006, 06:33 PM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
what are all the pivots doing? I read the code but cann't put it together in my head. Can you simplify for me?
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
  #13 (permalink)  
Old 10-29-2006, 10:17 PM
Senior Member
 
Join Date: Dec 2005
Posts: 509
mrtools is on a distinguished road
Robot

I copied the code from an expert I found at yahoo,but will try to explain the best I understand.It gets the pivots each period back say if you are on 4 hr. chart it goes back 4,8,12, 16, etc.hrs. back and if the per. before is less than or greater than the per. before that, it is a buy and sell.I have been thinking off doing this: avg=TYP0+TYP1+TYP2 etc./6 and then Open(0)(or close(0))>avg = buy and <avg = sell. You could even go avg.+5 for buy, -5 for sell ,I think that would move the trade opening after the price moved 5 pips either way.The avg. idea is kinda the same as the six period idea but not really. Hopefully I didn't confuse you by my explaination.



mrtools
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
  #14 (permalink)  
Old 10-29-2006, 10:45 PM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
I got ya.
I think using the average can give little bit better picture and little bit better entry too. And could make it better when ran on 1 hr chart.
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
  #15 (permalink)  
Old 11-11-2006, 01:42 AM
Senior Member
 
Join Date: Dec 2005
Posts: 509
mrtools is on a distinguished road
Another Robot backtest good but needs help!

Attached is another version of Robot trader with better results still using bull & bears but it needs some kind of break (maybe timebreak) between orders,that could really make this a killer E.A.Added dynamic zone RSI & tried incorporating bulls and bears into the main sub-routine but the expert wouldn't trade, so left it as is.Havn't tried on live account yet, so please only use this on demo first.


Regards
mrtools
Attached Files
File Type: zip Robot.zip (139.3 KB, 349 views)
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
  #16 (permalink)  
Old 11-11-2006, 11:54 AM
jacoba's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 119
jacoba is on a distinguished road
micro acc

Quote:
Originally Posted by mrtools
Attached is another version of Robot trader with better results still using bull & bears but it needs some kind of break (maybe timebreak) between orders,that could really make this a killer E.A.Added dynamic zone RSI & tried incorporating bulls and bears into the main sub-routine but the expert wouldn't trade, so left it as is.Havn't tried on live account yet, so please only use this on demo first.


Regards
mrtools
I like to test it in a micro acc ( 0.01 lot), can you please help me to change the EA with MM to micro lot ? Thank U
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
  #17 (permalink)  
Old 11-11-2006, 12:37 PM
babarmughal's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 315
babarmughal is on a distinguished road
Thumbs up

Quote:
Originally Posted by xxDavidxSxx
ok i fixed the always in thing.
May I know how did u do that ??? I mean what code did u use...

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
  #18 (permalink)  
Old 11-11-2006, 02:51 PM
Senior Member
 
Join Date: Dec 2005
Posts: 509
mrtools is on a distinguished road
working on micro and always in thing

Hi Jacoba and Babarmughal

Will try to change MM to micro account. The always in thing, Davidxx fixed by moving the bulls and bears <> 0 to the main buy and sell routine, which I tried and this E.A. wouldn't trade, so what I am trying to do or if anybody knows how to put a maybe 60 min break between orders, or put the trader to sleep for a certain amount of time between orders, when backtesting it seems to always enter that last trade to late in the trend.


mrtools
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
  #19 (permalink)  
Old 11-15-2006, 12:47 PM
hexadecimal's Avatar
Member
 
Join Date: Apr 2006
Posts: 61
hexadecimal is on a distinguished road
Quote:
Originally Posted by mrtools
Attached is another version of Robot trader with better results still using bull & bears but it needs some kind of break (maybe timebreak) between orders,that could really make this a killer E.A.Added dynamic zone RSI & tried incorporating bulls and bears into the main sub-routine but the expert wouldn't trade, so left it as is.Havn't tried on live account yet, so please only use this on demo first.


Regards
mrtools
Hi mrtools could you post your forward test of dynamic robot EA.
__________________
My Martingale Expert Advisor !
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
  #20 (permalink)  
Old 11-17-2006, 02:27 AM
Senior Member
 
Join Date: Dec 2005
Posts: 509
mrtools is on a distinguished road
Turbo Bot

Hi Hexadecimal,

Forward tested previous version and so far it has pretty much been a looser,seems to sometimes after loosing a trade to immediately enter another trade in the same direction and again loosing, tried the time delay would delay the trade and then it would again enter in the same loosing direction, anyway am currently trying this version using Blutos turbo JMA, bulls and bears, and other goodies, the backtests enclosed are for this year.Hope you can open the backtest files for some reason they seem to be compiling when I put them on my desktop.Test (fwd. & back) done on H1 timeframe. JMA slow at 7 and JMA fast at 40,and MM set to 1, 25 stop loss, everything else default.It seems to set its own take profit.Hope this is for real!

mrtools
Attached Files
File Type: zip Turbo.zip (161.2 KB, 304 views)
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
ROBOT, robot power EA, power ea, stoch power ea, robotpower EA, sixper robot, EA robot


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Metastock to MT4 gody6000 Indicators - Metatrader 4 37 10-25-2009 10:35 AM
Bulls Power Bears Power and Accelerator saslam Suggestions for Trading Systems 9 06-16-2009 06:20 PM
Robot Scalper BrunoFX Post and compare Trades 5 10-22-2008 05:05 AM
Robot Scalper jdun Expert Advisors - Metatrader 3 9 08-18-2008 06:31 PM


All times are GMT. The time now is 09:58 AM.



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