Thread: Martingale EA
View Single Post
  #388 (permalink)  
Old 02-09-2008, 06:09 PM
wolfe's Avatar
wolfe wolfe is offline
Senior Member
 
Join Date: Jan 2006
Posts: 820
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, 21 views)
Reply With Quote