Experts: CandelsHighOpen

 

CandelsHighOpen:

CandelsHighOpen Expert Advisor is based on the Candels High Open indicator trading signals module. The EA features trading market and pending orders, as well as trailing stop based on Parabolic SAR.

CandelsHighOpen True

Author: Vladimir Karputov

 
Automated-Trading:

CandelsHighOpen:

Author: Vladimir Karputov

The Expert Advisor compiled successfully, but it fails initialisation

Files:
_Fail.png  53 kb
 
Natasha2017:

The Expert Advisor compiled successfully, but it fails initialisation

  1. It is confusing why the name of the Expert Advisor is in small letters. The name should be "CandelsHighOpen".
  2. What is the exact name of the indicator and its location on your PC?
  3. What is the exact name of the signals module and its location on your PC?
  4. A piece of code from the signal module, this one:

    //--- setting parameters of Candels High Open indicator
       MqlParam parameters[2];
    //---
       parameters[0].type=TYPE_STRING;
       parameters[0].string_value="Candels High Open.ex5";
       parameters[1].type=TYPE_INT;
       parameters[1].integer_value=m_reverse_signals;  // reverse
    //--- object initialisation

  5. A piece of code from the Expert Advisor:

    //+------------------------------------------------------------------+
    //| Include|
    //+------------------------------------------------------------------+
    #include <Expert\Expert.mqh>
    //--- available signals
    #include <Expert\MySig\SignalCandelsHighOpen.mqh>
    //--- available trailing
    #include <Expert\Trailing\TrailingParabolicSAR.mqh>
    //--- available money management
    #include <Expert\Money\MoneyFixedRisk.mqh>
    //+------------------------------------------------------------------+
    //| Inputs

 

I've checked everything.

Everything compiles OK.

But the Initialisation error is also Failed

I tried to change the Indicator name and paths to SandelsHighOpen, it didn't help.

Files:
 
Natasha2017:

I've checked everything.

Everything compiles OK.

But the Initialisation error is also Failed

I tried to change the Indicator name and paths to SandelsHighOpen, it didn't help.

Please, specify the build of the terminal and operating system data: after the terminal restart - the first three lines from the "Log" tab of the terminal.

Added: there is a suspicion that your build is lower than 1464.

Added: search for the phrase "initializing of" throughout the MQL5 folder did not yield any results. We need very much data on your build and operating system.

 
Natasha2017:

I've checked everything.

Everything compiles OK.

But the Initialisation error is also Failed

I tried to change the Indicator name and paths to SandelsHighOpen, but it didn't help.

Unfortunately Kodobase renamed all files. Please check all names: indicator Candels High Open.mq5, indicator signal module SignalCandelsHighOpen.mqh, Expert Advisor based on the signal module - CandelsHighOpen.mq5.
 

Vladik looked at the Build, it's old 1455.

Unfortunately Kodobase renamed all files. Please check all names: indicator Candels High Open.mq5, indicator signal module SignalCandelsHighOpen.mqh, Expert Advisor based on signal module - CandelsHighOpen.mq5.

Is it possible to zip everything in KodoBase?

 
Natasha2017:

***

Is it possible to zip everything in KodoBase?

Please make a request to ServiceDesk to fix forced renaming of files inside KodoBase.