Forex
Google

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum FAQ Members List Calendar Mark Forums Read


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

 
 
LinkBack Thread Tools
 
Old 03-08-2006, 06:56 PM
hosein9f hosein9f is offline
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, 243 views)
Attached Files
File Type: zip StrategyTester1.zip (84.6 KB, 253 views)
File Type: mq4 Renko Trader V-5.mq4 (4.4 KB, 297 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-08-2006, 07:03 PM
haubentaucher haubentaucher is offline
Senior Member
 
Join Date: Jan 2006
Posts: 247
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!
 
Old 03-08-2006, 07:35 PM
cardio cardio is offline
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!
 
Old 03-08-2006, 07:38 PM
cardio cardio is offline
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!
 
Old 03-08-2006, 07:46 PM
cardio cardio is offline
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!
 
Old 03-08-2006, 07:53 PM
image3022's Avatar
image3022 image3022 is offline
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, 205 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-08-2006, 07:59 PM
cardio cardio is offline
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!
 
Old 03-09-2006, 01:48 AM
forextrend's Avatar
forextrend forextrend is offline
Senior Member
 
Join Date: Nov 2005
Posts: 114
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, 186 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-09-2006, 02:13 AM
Foreverold's Avatar
Foreverold Foreverold is offline
Senior Member
 
Join Date: Oct 2005
Posts: 255
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, 364 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-09-2006, 10:17 AM
hosein9f hosein9f is offline
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!
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB 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
Documents Bureau-crazy in live account opening mpforex Metatrader brokers 4 04-12-2007 09: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 11:10 AM.