Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging


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 (20) Thread Tools Display Modes
  #381 (permalink)  
Old 02-09-2008, 07:16 AM
Junior Member
 
Join Date: Dec 2007
Posts: 8
Spanar is on a distinguished road
Quote:
Originally Posted by wolfe View Post
Which version do you have, and what external settings are you using?
Sorry for late in reply, i'm using Mt4 Build 211. i think.

My Expert jurnal show :this error, 2008.02.09 15:16:30 Cannot open file 'C:\Program Files\IBFX\experts\TFX v1_5.ex4' on the GBPJPYm,M15.

i already diffrent TF. but the same error still bugging me. i check the .DLL and Allow Externel Import. No solve it yet, already place the mqh in the include folder, still not work. any Idea Mr. Wolfe and Friend....
(bad english )

Spanar.

Last edited by Spanar; 02-09-2008 at 07:20 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #382 (permalink)  
Old 02-09-2008, 12:30 PM
Senior Member
 
Join Date: May 2006
Posts: 147
waltini is on a distinguished road
Me too

Hi Spanar,

I had the same problem with ibfx. I never worked out why but I went back to post one and re downloaded the two files over the originals and eventually it worked.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #383 (permalink)  
Old 02-09-2008, 12:37 PM
stace's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 522
stace is an unknown quantity at this point
EA is not plotting on chart

It write me TFX_Include.mqh needed where can I find this file

Quote:
Originally Posted by bluesky View Post
Hi Wolfe,

Here's a version where I added a perceptron function to see if it would make any difference. It has the four variables where are numbers which range from 1 to 200 on each variable. I looked at the code from another EA and put it into this one to see if it would make any difference in the way the EA responds to the condition. Here a picture of the TFXv1_1_AI version from 1/8/2008 to 2/8/2008 on the daily frame.

Thanks,
David

Have a great weekend.
__________________
Wife's website
russian trader
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #384 (permalink)  
Old 02-09-2008, 01:22 PM
Junior Member
 
Join Date: Dec 2007
Posts: 8
Spanar is on a distinguished road
Thumbs up Problem Solve!!!

Quote:
Originally Posted by waltini View Post
Hi Spanar,



I had the same problem with ibfx. I never worked out why but I went back to post one and re downloaded the two files over the originals and eventually it worked.
THANK YOU!!!! U ARE GREAT!!! IT WORK NOW.. I think Mr. Wolfe should put the file onto the Zip folder. Maybe, the mislead of data went download couse it.

THANKS WALTINI. u GREAT!!!

Last edited by Spanar; 02-09-2008 at 01:26 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #385 (permalink)  
Old 02-09-2008, 01:25 PM
Junior Member
 
Join Date: Dec 2007
Posts: 8
Spanar is on a distinguished road
Talking The Request MQH File

Quote:
Originally Posted by wolfe View Post
I have re-arranged the code to try and fix your problem. This may or may not fix the problem. Try v1_1.





Don't forget to save the Include.mqh file in your include folder

Here Your Go Stace..

[click the link above...]

NAhhh!!! here u are. it post in the Post #3/4.. remember it after reading the thread.

Cheers



P/s: i'm sorry if the include file not work.. maybe u can try Bluesky about that file.

Last edited by Spanar; 02-09-2008 at 01:38 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #386 (permalink)  
Old 02-09-2008, 05:34 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
I cannot open the file...I have the include file installed from the opening post...

ES


Quote:
Originally Posted by bluesky View Post
Hi Wolfe,

Here's a version where I added a perceptron function to see if it would make any difference. It has the four variables where are numbers which range from 1 to 200 on each variable. I looked at the code from another EA and put it into this one to see if it would make any difference in the way the EA responds to the condition. Here a picture of the TFXv1_1_AI version from 1/8/2008 to 2/8/2008 on the daily frame.

Thanks,
David

Have a great weekend.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #387 (permalink)  
Old 02-09-2008, 06:04 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
Why do some EA's need an include file? Just curious? Is there an organizational efficiency introduced by using the include file?

ES

Last edited by ElectricSavant; 02-09-2008 at 06:06 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #388 (permalink)  
Old 02-09-2008, 06:09 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
I cannot open the file...I have the include file installed from the opening post...

ES
Find this in your code:
PHP Code:
#include <TFX_Include.mqh> 
Replace with this:
PHP Code:
#include <TFX_Include_v1_4.mqh> 
The code you are looking for is toward the top, after the variables are defined. This should fix your problem.

Anyone doing this WILL NEED the posted include file if you don't already have it.
Attached Files
File Type: mqh TFX_Include_v1_4.mqh (2.5 KB, 16 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #389 (permalink)  
Old 02-09-2008, 06:13 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 719
wolfe is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
Why do some EA's need an include file? Just curious? Is there an organizational efficiency introduced by using the include file?

ES
To confuse you my friend!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #390 (permalink)  
Old 02-09-2008, 06:19 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,010
ElectricSavant is on a distinguished road
I clicked on the link you provided and saved it...was this the one I should use with those modifications...Do I go into the code and do those mod's myself or did you? Caution: if you turn me loose on the metaeditor...you cannot believe what I can do!

The TFXAI still does not load...

I am really confused now

ES

Quote:
Originally Posted by wolfe View Post
Find this in your code:
PHP Code:
#include <TFX_Include.mqh> 
Replace with this:
PHP Code:
#include <TFX_Include_v1_4.mqh> 
The code you are looking for is toward the top, after the variables are defined. This should fix your problem.

Anyone doing this WILL NEED the posted include file if you don't already have it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
martingale, martingale ea, martingale EA, martingale ea download

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/martingale-average-cost-hedging/11734-martingale-ea.html
Posted By For Type Date
ea - learn to trade forex swicki - powered by eurekster This thread Refback 06-05-2008 06:34 PM
[intraday]martingale strategy dan variasinya - Page 6 - Forexindo Forum This thread Refback 04-04-2008 03:15 AM
TFX v1.5 Expert Adviser - The Money Guru Forum - Money Making Discussions This thread Refback 03-31-2008 05:36 PM
Download 10points3 Ea - Type Your Search Here This thread Refback 03-12-2008 01:38 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-08-2008 08:36 PM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-07-2008 07:27 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-07-2008 03:27 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-05-2008 01:56 AM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-29-2008 01:05 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 09:59 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 05:07 PM
Martingale Baggio Method - Page 11 This thread Refback 02-27-2008 05:04 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 06:50 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 06:07 PM
Martingale Baggio Method - Page 10 This thread Refback 02-25-2008 06:05 PM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-23-2008 07:38 PM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-04-2008 06:15 AM
Bright Idea's :: View topic - TFX Public EA Thread (work in progress) This thread Refback 02-03-2008 05:01 AM
Bright Ideas™ » TFX (an amazing EA) This thread Refback 01-15-2008 06:26 PM
World of Forex Trading » Martingale EA This thread Pingback 01-11-2008 02:33 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Martingale Trend EA criss73 Expert Advisors - Metatrader 4 8 11-20-2008 02:56 AM
Reversed martingale mrv Expert Advisors - Metatrader 4 6 07-26-2007 01:28 AM
Leverage for martingale frantacech Expert Advisors - Metatrader 4 0 05-22-2007 02:17 PM
Martingale EAs? icepeak Expert Advisors - Metatrader 4 5 01-18-2007 03:21 AM
Martingale EA newdigital Expert Advisors - Metatrader 3 2 05-23-2006 03:42 PM


All times are GMT. The time now is 08:35 PM.



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