Experts: 3MACross EA

 

3MACross EA:

An Expert Advisor based on indicators "MA Cross 3MACross Alert WarnSig" and "Price Channel"

3MACross EA USDJPY, H1

Author: Vladimir Karputov

 

This EA looks good. But it does not stay on platform. It downloads alright but disappears from platform when you "ok" it.


Kindly assist

 
Ageorgia :

This EA looks good. But it does not stay on platform. It downloads alright but disappears from platform when you "ok" it.


Kindly assist

Attach to the message two log files: from the "Experts" tab and from the "Journal" tab.

 

Hmm... i can download the ea but will not run on the tester.


1

 
Juergen Frank :

Hmm... i can download the ea but will not run on the tester.


Well, here's the answer: Your mistake - you've incorrectly set the parameters!

 
EA
 

Forum on trading, automated trading systems and testing trading strategies

Experts: 3MACross EA

Vladimir Karputov, 2018.02.21 11:45

Well, here's the answer: Your mistake - you've incorrectly set the parameters!


 
Vladimir Karputov:

Realy? Even if the EA is free it would be very helpful for users if the EA would be set right at the first use so that no messages come.
The first impression counts, but if someone has to be searched at the beginning, that is unfortunate solved.

J-

 
Juergen Frank :

Realy? Even if the EA is free it would be very helpful for users if the EA would be set right at the first use so that no messages come.
The first impression counts, but if someone has to be searched at the beginning, that is unfortunate solved.

J-

The default settings provide startup. To run with the default settings:


And please read the description: https://www.mql5.com/en/code/19525

3MACross EA
3MACross EA
  • votes: 15
  • 2018.01.22
  • Vladimir Karputov
  • www.mql5.com
The following three options are available for setting stop loss and take profit: Trailing Stop is greater than zero. In this case a usual trailing stop function will be applied to positions; Auto SL/TP is set to 'true'. In this case the TP and SL levels are determined based on the "Price Channel" indicator; BreakEven is greater than zero: if a...
 
Vladimir Karputov:

Attach to the message two log files: from the "Experts" tab and from the "Journal" tab.

Journal

2018.02.21 09:14:44.159 Experts expert 3MACross EA (USDJPY,H1) loaded successfully

2018.02.21 09:14:52.147 Experts initializing of 3MACross EA (USDJPY,H1) failed

2018.02.21 09:14:52.153 Experts expert 3MACross EA (USDJPY,H1) removed

Expert

2018.02.21 09:14:52.147 3MACross EA (USDJPY,H1) Failed to create handle of the iCustom indicator for the symbol USDJPY/PERIOD_H1, error code 4802
2018.02.21 09:15:15.996 3MACross EA (USDJPY,H1) cannot load custom indicator 'MA Cross 3MACross Alert WarnSig' [4802]
2018.02.21 09:15:15.996 3MACross EA (USDJPY,H1) Failed to create handle of the iCustom indicator for the symbol USDJPY/PERIOD_H1, error code 4802

 
Ageorgia :

Journal

2018.02.21 09:14:44.159 Experts expert 3MACross EA (USDJPY,H1) loaded successfully

2018.02.21 09:14:52.147 Experts initializing of 3MACross EA (USDJPY,H1) failed

2018.02.21 09:14:52.153 Experts expert 3MACross EA (USDJPY,H1) removed

Expert

2018.02.21 09:14:52.147 3MACross EA (USDJPY,H1) Failed to create handle of the iCustom indicator for the symbol USDJPY/PERIOD_H1, error code 4802
2018.02.21 09:15:15.996 3MACross EA (USDJPY,H1) cannot load custom indicator 'MA Cross 3MACross Alert WarnSig' [4802]
2018.02.21 09:15:15.996 3MACross EA (USDJPY,H1) Failed to create handle of the iCustom indicator for the symbol USDJPY/PERIOD_H1, error code 4802

Have you read the description carefully?

...

The EA uses two indicators: MA Cross 3MACross Alert WarnSig and Price Channel.

...

Did you download the indicators to the [data folder]5\MQL5\Indicators\? Did you compile these indicators?