Quote:
Originally Posted by ElectricSavant
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.