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
  #1 (permalink)  
Old 03-08-2006, 07:56 PM
Junior Member
 
Join Date: Feb 2006
Posts: 19
hosein9f is on a distinguished road
Cool Crazy Expert

Hi all freind

a few days ago I found An expert based Renko chart . . Renko trader V5 .

I test it with strategy tester and I am confused . . I am ok ?? I don't realy know . .

It 's great and wonderful . . 10K change to about 55K in 2 months . . wow

then I look at its code . . I saw this expet use one indicator called DyImpuls.ex4 that I do'nt have it . . but expert work !!!

I search yahoo group and anywhere till I found Dayimplus indicator and then I run expert again . . what's happend ?? it do'nt work well . . then I remove Dayimplus indicator and run expert again . . wow . . It's great . .

I do'nt konow real what's happend ??

I knew that there are wise freind to help me . .
maybe this expert work well without its' indicator . .

I put this expert and result here . . let me know your advises

Best regards
Attached Images
File Type: gif TesterGraph.gif (6.1 KB, 298 views)
Attached Files
File Type: zip StrategyTester1.zip (84.6 KB, 270 views)
File Type: mq4 Renko Trader V-5.mq4 (4.4 KB, 325 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
  #2 (permalink)  
Old 03-08-2006, 08:03 PM
Senior Member
 
Join Date: Jan 2006
Posts: 272
haubentaucher is on a distinguished road
Quote:
Originally Posted by hosein9f
Hi all freind

a few days ago I found An expert based Renko chart . . Renko trader V5 .

I test it with strategy tester and I am confused . . I am ok ?? I don't realy know . .

It 's great and wonderful . . 10K change to about 55K in 2 months . . wow

then I look at its code . . I saw this expet use one indicator called DyImpuls.ex4 that I do'nt have it . . but expert work !!!

I search yahoo group and anywhere till I found Dayimplus indicator and then I run expert again . . what's happend ?? it do'nt work well . . then I remove Dayimplus indicator and run expert again . . wow . . It's great . .

I do'nt konow real what's happend ??

I knew that there are wise freind to help me . .
maybe this expert work well without its' indicator . .

I put this expert and result here . . let me know your advises

Best regards

Hello!

Did you see that the modelling quality is only 54,00%? Too bad to say it`s a good expert. Too much experts in the past had this wonderful performanc. and forward testetthey have been a desaster. perhaps somebody can help you to test the expert with a better quality..

But thank you for sharing and evevtuaelly it is a good expert!
So test it live and post your results.

all the best

haubentaucher
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
  #3 (permalink)  
Old 03-08-2006, 08:35 PM
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Please post DayImplus

Hi

Please post DayImplus indicator and then we can look at what is going on.

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
  #4 (permalink)  
Old 03-08-2006, 08:38 PM
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Double default

It might be seeing

double diCustom2=iCustom(NULL, 0, "DayImplus",per,d,0,0);

as 0 or the default double value I am not sure what that is but will find out tonight.
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
  #5 (permalink)  
Old 03-08-2006, 08:46 PM
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
It is getting some default value

When I run the following script..

Code:
//+------------------------------------------------------------------+
//|                                                      double1.mq4 |
//|                      Copyright © 2006, MetaQuotes Software Corp. |
//|                                        http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2006, MetaQuotes Software Corp."
#property link      "http://www.metaquotes.net"

//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
int start()
  {
//----
   double diCustom2=iCustom(NULL, 0, "DayImplus",30,1,0,0);
   Print("double2 : ",diCustom2);
   
   
//----
   return(0);
  }
//+--------------------------
I get the value 2147483647, even though I don't have dayimpulse - so there is your problem. Or your solution.

please still post the indicator
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
  #6 (permalink)  
Old 03-08-2006, 08:53 PM
image3022's Avatar
Member
 
Join Date: Dec 2005
Posts: 56
image3022 is on a distinguished road
Day impulse

Hi Cardio

Indicator attached
Attached Files
File Type: mq4 DayImpuls.mq4 (2.3 KB, 237 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
  #7 (permalink)  
Old 03-08-2006, 08:59 PM
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Thanks

Now all I need is
'Renko_v1' indicator

If someone could supply this then we can start modifying this EA.

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
  #8 (permalink)  
Old 03-09-2006, 02:48 AM
forextrend's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 120
forextrend is an unknown quantity at this point
Thumbs up

Quote:
Originally Posted by cardio
Now all I need is
'Renko_v1' indicator

If someone could supply this then we can start modifying this EA.

Thanks

Here you go.
Attached Files
File Type: mq4 Renko_v1.mq4 (2.7 KB, 210 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
  #9 (permalink)  
Old 03-09-2006, 03:13 AM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 274
Foreverold is on a distinguished road
Just to let you know I orginally made this expert to be a scalper.
After I saw igorad's indicator on a chart I was taken back, as price bounced between the steps during the Asian session and would break out during the Eur and US sessions.

the problem was being able to control trading during the Asian session (staying between the steps) and trading during the Eur, and US sessions , both have promise.

the next problem (big bug) is it will open multiple orders, I was going to recode it without the Gordaro software, but keep getting new projects and have not had the time.

Attached is a chart, 1 is metatrader m5 the other is tradestation m5, notice price on the Stoch. (metatrader) with the renko, and price in the tradestation with the modified MACD, on an average night great for an easy 10 pips and walk away
Attached Images
File Type: jpg Renko.jpg (216.0 KB, 424 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
  #10 (permalink)  
Old 03-09-2006, 11:17 AM
Junior Member
 
Join Date: Feb 2006
Posts: 19
hosein9f is on a distinguished road
thanks all for notice . .
I want to test renko expert without its indicator on monday and end of the next week I post my result here .

but I notice that this expert order one dirction fore example buy or sell and I do'nt see buy and sell toghether . . notice at my backtest in above post #1 . . it order only buy !!! why ???

any way . . I test it and after it I post my result . .

best regards
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


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
Documents Bureau-crazy in live account opening mpforex Metatrader brokers 4 04-12-2007 10:10 AM
Expert Question and Expert mj10 Expert Advisors - Metatrader 4 24 03-27-2006 01:31 PM


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



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