Forum

Signal curve and statistics are updated wrong!!!!, how to solve?

Hi, I have a number of signals and today I noticed that MQL5 updated the signal curves and statistics with wrong calculations. Is there a way to contact MQL5 customer service for that? I attached an example for one of my signals. 1- April P/L % wrong , 2- withdrawal dates are wrong, finally 3- total

bool User defined function, help

Hi, I am very newbie with mql5 and I wrote a function to return bool value. It seems I am missing some parenthesis but I don't bool isSlBuyNear () { bool slBuyNear = true ; double slBuyDis = calSLBuyDist(); double validSlDist = updateSlDist; if ( slBuyDis < validSlDist) slBuyNear = true ; else

User defined function, help

Hi, My EA is opening a grid of sell orders when the price goes down, and a grid of buy orders when the price goes up. I need to calculate the last ( current) order so that if pair goes to an input price, the whole cycle will achieve break even. I wrote a function for that but it seems not working

Expert advisor pricing on MQL5 market, Question?

Hi, I have a product that I offered the first days after launching for free. Now, I added a pricing plan for this product. My question is: Are the downloaders of the free version will be affected if I upload a new paid version? Will they still be able to download the new version especially it is not

API EA that connects multiple EAs, Best way to do it?

Hi, First, I am an algo trader not a programmer. Saying that, I am using multiple EAs to execute multiple strategies. I called API EA because it is the best definition to my knowledge that describe what I want to achieve from this EA so forgive me if my definition is not accurate :) Saying that, I

Register from MT4 error?

Hello, I have installed MT4 on my VPS ( not the mql5 VPS) and tried to login to mql5 community. Although my credentials were correct, It fails and gave me this message 2020.05.08 Signal: '230701219': failed get list of signals, connection error 2020.05.08 Signal: '230701219': failed get list of

Design map for newbie in mql4

Hi, I am trying to code a user defined function in which I would like to calculate the required lot size of the last martingale order in a cycle to achieve breakeven on certain price , upon reversal. For example, Buy orders 0, 1,2, and 3 were already opened while the price going down. Now, I want to

Magic Number Identifier EA

Hi, I am a newbie in mql4 programming . I was trying to code a simple EA to identify the magic numbers of open orders. Why this code is not working? On compiling, it didn't give any errors but I can not see the comment on chart. //+------------------------------------------------------------------+

How to get/store specific candle info?

Hi, i have a question regarding getting/storing the candle info on which a specific event happened. let me explain, suppose i am looking for the candle that has the following condition: Low > EMA(2) && Low > EMA(10) then, i would like to store the HIGH value data of this specific candle (say

Opening new buystop after killing the previous, solution?

Hi, i am trying here to build a martingale sequence by using buy stops for the buy cycle. Basically, if price goes down, i open buy stops so when price goes up , the pending will be market. However, i need only one buy stop to be active. My logic is as follows, if signal is valid and there is no