Thread: Martingale EA
View Single Post
  #390 (permalink)  
Old 02-09-2008, 05:19 PM
ElectricSavant's Avatar
ElectricSavant ElectricSavant is offline
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
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.
Reply With Quote