Elo
Added topic Push Notifications failed on MT5
Hello, When I try to send notification from desktop MT5 to android mobile MT5, I get the following error: "2020.04.27 16:45:56.411 Notifications send request failed (TLS - handshake validation failed)" The platforms I have: Linux Desktop MT5-FXOpen
Elo
Added topic ERRORS result 0 and "cannot load expert [532]" on MT5 Tester
Dear developers, I get two errors on the following scenarios during test of cci_ma_ea_corrected.mq5 (attached) : Platform: PC: OS Windows 8.1 MT5: MT 5.0 Build 1966 1)Using Local agents: During the test the results are zeros and the journal has
Elo
Added topic ChartWindowFind() returns -1 for indicator in mql5
Hi Guys, I tried to migrate code from mql4 to mql5 using info in https://www.mql5.com/en/articles/81. I replaced "int WindowFind(string name)" with "int WindowFindMQL4(string name)" . int WindowFindMQL4( string name)   {    int
Elo
Elo
Strategy Tester fails to run with standard Moving Average.ex5 EA

I use : Meta Trader 5 v.5.00 build 1919 (25.10.2018)

***
Strategy Tester did not work . It has has disabled options. (screenshot attached)
Strategy Tester fails to run with standard Moving Average.ex5 EA.

The errors from the log when press button "Start":
***
2018.10.26 09:42:53.105 Core 1 cannot load indicator 'Moving Average' [4805]

2018.10.26 09:42:53.105 Core 1 tester stopped because OnInit returns non-zero code
***
Full log is following:

KP 0 09:42:52.808 Startup MetaTester 5 x64 build 1919 (25 Oct 2018)
CD 0 09:42:52.814 Server MetaTester 5 started on 127.0.0.1:3000
KO 0 09:42:52.814 Startup initialization finished
JM 0 09:42:53.044 127.0.0.1 login (build 1919)
FD 0 09:42:53.050 Network 1482 bytes of tester parameters loaded
ES 0 09:42:53.050 Network 2236 bytes of input parameters loaded
CG 1 09:42:53.050 Tester math calculations test mode means no history and no symbol info for EURUSD
PI 0 09:42:53.050 Tester expert file added: Experts\Examples\Moving Average\Moving Average.ex5. 59032 bytes loaded
LH 0 09:42:53.050 Tester successfully initialized
QJ 0 09:42:53.051 Network 57 Kb of total initialization data received
QF 0 09:42:53.051 Tester Intel Core i7-4510U @ 2.00GHz, 16304 MB
ON 0 09:42:53.066 Tester math calculations test of Experts\Examples\Moving Average\Moving Average.ex5 started with inputs:
IH 0 09:42:53.066 Tester MaximumRisk=0.02
NN 0 09:42:53.066 Tester DecreaseFactor=3
FG 0 09:42:53.066 Tester MovingPeriod=12
RS 0 09:42:53.066 Tester MovingShift=6
DS 0 09:42:53.089 Symbols EURUSD: symbol to be synchronized
QG 2 09:42:53.089 Moving Average (EURUSD,M15) cannot load indicator 'Moving Average' [4805]
HK 0 09:42:53.089 Moving Average (EURUSD,M15) Error creating MA indicator
HL 2 09:42:53.090 Tester tester stopped because OnInit returns non-zero code
RI 0 09:42:53.090 Tester log file "C:\Users\Johan\AppData\Roaming\MetaQuotes\Tester\D0E8209F77C8CF37AD8BF550E51FF075\Agent-127.0.0.1-3000\logs\20181026.log" written
DL 3 09:42:53.108 127.0.0.1 MetaTester 5 forced to stop
Elo
Added topic How to get the values from DEMA_RSI ?
Hi All, I have issue when try to get the values from DEMA_RSI indicator. Iknow Tha I have to use iCustor() function but I actually miss something. I use this code: DEMA_RSI[1] = iCustom(NULL,PERIOD_H1,"DEMA_RSI",30,30,4,0,70,30,false,4000,0,1);
Elo
Added topic Nedd Help - ERROR I don't have OrderReliable_V1_0_0.mqh file
Hi All, I have row #include in CGI_RSI Expert adviser, but after compile I receive error - "OrderReliable_V1_0_0.mqh - can not open program file" . Where can I find out this file ? Thanks for help in advance
Elo
Added topic I get error in code for Alert
Hi Guys, I try to create Alert when Bid price cross the trend line . First I would like to position the trend line and then get only one time alert after cross: 1) When the price cross from above to below; 2) When the price cross from below to above;
Elo
Added topic Error: I get EMPTY_VALUE from indicator. How to fix it
Hi Guys, When I try to create Bar indicator based on other indicator I can not get the value for the first not completed Bar. I have got EMPTY_VALUE. In order to skip that I decided to use the value of the first completed bar of the based indicator
Elo
Added topic Not correct rounds the floating point value to the given precision
Hi guys, I have this code in my indicator and I would like to get rounds the floating point values to the six digits for example -0.000092 as it is the value of the MACD indicator. The issue is that I get -0.0001. Could you help me how to fix this
Elo
Added topic I have to re-run the indicator at start up
Hi Guys, when I stopped my MT4 application and lunched it on the next day it downloaded all history data till the moment. I noticed that my indicator showed only one value /in red ellipse /, so i had to re-run it in order to re-calculate all received
Elo
Added topic Help to get lower price
Hi Guys, I want to get the lower bar price value for the period from any time the function is called to the previous 3 /for example/ higher TF bars. What I have missed in the code? This function is in cycle, and gets the lowerTF bar number in iValue
Elo
Added topic Mt4 platform is "Not Responding"
Hi Guys, Mt4 platform is "Not Responding" when I try to use forex custom indicator for GOLD on M5 time frame. In the indicator I have other indicators for higher timeframe. This is the first indicator that I try to attach to the chart. The
Elo
Added topic MTF MACD do not refresh automatically
Hi Guys, I have faced with an issue - MTF MACD indicator (for H1 period) on M5 period chart do not refresh its values automatically when new bar has closed. It draw different values for every lower TF bar. The value of the high level bar has to be
Elo
Added topic Need help for iCustom function
Hi, I would like to use iCustom function inside custom indicator but can not get the correct values from MACD indicator. I need the MACD values for H4 time frame but my custom indicator to be attached to M5 chart. The part of the code is below. In