General - page 839

Hi All, I try to find solutions for my below problem. In the case I would like to define type in a different situation. Like you see we have 2 voids and one function int. Diff type arrays are pass to func. I know it is not working for string arr now but I just wondering how can I fix that not...
I have a message sent to one of my contacts that was not sent by me, it happened on the on the previous weekend Can anyone help me with how to proceed in this case? Kind regards.
Hi, I´m needing help to found a MT5 function that connect to server. I mean, connect using mq5 code. I want to write a DLL that: Connect with a crypto trading platform by websocket, Permit us to add symbols on Market watch panel, like pairs: BTC/USD, BCH/BTC then open charts and trade with them;...
Hello Forum, good afternoon. I have a signal registered in MQL5. I want to share this signal for free with just a few people, not with everyone, but with specific people. Could someone please give me directions on how to carry out this action? from now many thanks to all for reading my topic.
  Warning  (3)
Hello. I have a warning in signal. Do you know when will dissapear it? Or do you know what i need to do to have that dissapeared?  The warning is: 80% of trades performed within 6 days. This comprises 16% of days out of the 37 days of the signal's entire lifetime.
  OnTick function  (5)
Hello, Could anyone explain what a single Tick really means on a chart (the event for which the OnTick function is called upon) ? For me, it is every time the server sends a new price data on the chart. But, how often does the server do this data transfer? Is it for every specific time interval,...
Been coding in MT4 for years, as in like 15.  Today either OrderSelect or OrderType no longer works. I can't get trades closed. I get error messages I don't even recognise.  2018.12.20 21:03:26.914 multi-order EA AUDJPY,M15:  Trying to close...44108 2018.12.20 21:03:26.914 multi-order EA AUDJPY,M15:...
Relating to the topic and title. Can I use private message or email ? Because the products that I have selected -- I am believe it would be useful for them in 2019. I found the topic that similar with my question at https://www.mql5.com/en/forum/289957 but he asked for a VPS, not a product that I...
  I'm only asking for 1 good EA  (21   1 2 3)
Is there 1 good EA out there ? one that makes regular profit and loose from time to time. There's enought guys out there trying EA's that I'm sure there's 1 of you that has one EA hidden in their back pocket that makes around 500$ a month on a regular basis. I'm not asking for much. I have found...
Does anyone know how to enter buy or exit sell at the exact price that you want to buy or sell at. I want to enter to buy at say $10.00 straight after a bullish candle that becomes a set of 4 bullish candles as it is going as price is going up , but the platform enters me at a higher rate which
Guys am using renko live chart v 4.13 with an ea. The back test results are quite promising but forward testing results are frustrating. My strategy works best on renko charts. Can some one please suggest how to solve this problem? Do I have to change the renko chart indicator or all renko chart...
Demo account price/trade data is different to live account price/trade data. Can an EA be coded to mimic trades on a live account? Merry Christmas.
When I look at a Trading Signal on this site, what part of the page would tell me if they have any positions that have been open for a long time? Since that is usually one of those things that makes a system appear better than it actually is, when they hang onto trades for a long time. So It's the...
Hi there I would like to pass to a class constructor a series of Arrays[]& and be able to store its address in my class. Something like this.... class CandleInfo {    private:        datetime* _time[];        double*   _open[];        double*   _high[];        double*   _low[];        double*...
  Messaging system  (2)
Is it just me or are other members having issues sending messages?  I'm not sure if it is a browser bug or MQL5 bug .
Dear All, It has been 3-4 weeks since I started coding in mq4.  I have developed an EA which creates buy/sell orders. I used slippage = 3, but, since I used to get error 138 reqoute  most of the time I came up with below idea for both ordersend and orderclose as attached:  I would like an expert to...
Hi, I have a job under arbitration from 2018-11-21, (when I requested) but hear nothing from customer and arbitrator as well! We can no more use service desk. so, what should we do for arbitration requests and track it to finish/cancel/close a job?
Just wondering if anyone knows how to add a score or tracker to keep track of how many shooting stars or hammers have appeared. I tried the following in the FOR LOOP but none seems to work. 1) counter=counter+1 2)counter=counter+oneinterger 3)counter=counter++ for(int i=1;i<limit;i++)...
Why i cant take any jobs ??
i bought mql5 product(Ea or indicator) whenever it has new update  in order to get new update to newer version(of already activated Ea/indicator) do i have active it again ?
Hello, yesterday my vps suddenly showed these messages in the log: 2018.12.19 16:56:41.011 RAM: 382 Mb reserved, 320 Mb committed 2018.12.19 17:25:25.303 System to be shutdown, request for close MetaTrader 4 2018.12.19 17:25:25.428 main process shutdown 2018.12.19 17:25:26.975 MetaTrader 4 build...
Hello everyone, Does anyone know how to select the last order in the trading history. I've tried it in all the ways I know through OrderSelect and it did not work. Very grateful for the attention.
I was not using currency strength indicators to their fullest as in my view the graph of currency strength indicators aare uncertain and may show a reversal or continuation at any point where as those of any currency pairs are predictable. Inspired by many youtube videos i gave a try to lite forex...
Does anyone have an idea under what circumstances this might happen or get detected? 2013.08.28 10:37:31 HistoryBase 'EURJPY' 2 invalid bars removed 2013.08.28 10:37:27 HistoryBase 'EURJPY' 2 invalid bars removed
  countdown candle  (6)
Hello, I would like to know how to display the time of the candle; in my trades, I want to know when the candle in court this close! Thank you!
Compiler error. Bild 1961, 64 bit. template < typename T> class A { }; A< void *> a; // '<' - cannot to apply function
HI  where can I get sufficient 5min data on indexes to backtest properly also data without the daylight savings changes thanks in advance 
Hello, I have different accounts on different companies, i made a signal for one of my account and checked " This is my personal signal, not available to public. I can open/close public access to it anytime." on. is there any possiblity to share this signal between my accounts? If it is ok, then i
I think that it is another bug: After run a backtest, if you only thange the symbol and play again, the backtest symbol changes automatically to previous value. How to replicate: - Open any EA on metaeditor - Click on backtest on history data - Stop the backtest execution before the test finish. -...
Hi All, I am a python developer that is looking to start building on the MQL4 platform. However, I do have the following question and would be greatly appreciated if you could could shed some slight on it; Is it possible to build a algorithm by using multiple pairs. By this I mean can you import...