An updated version exists of an EA I have purchased for MT4. The EA is Forex Trade Manager, and the new version is version 3.30. In the instructions on how to update an existing EA, it says to go to the Market tab/Purchased/ then click the Update button to update the EA. In my case, when I click on
Hello, How is the following situation possible? Ticket #4 has been bought at 1.15961 but the takeprofit of ticket # 2 at 1.15946 has not jumped. Thanks
I am try to create a function which can calculate UpperWick of any candlestick depending on whether it is bullish or bearish. The LongPosition() boolean works fine but the CalculateUpperWick() function has many errors which I can't seem to solve. Also don't know how to properly define the UpperWick
Hi all, After the new version of MT5 that changed the UI, when I tried to put the EA on the chart, this error appears invalid EX5 file (7), but it doesn't happen on all computers, I've tried it on several, some work and others not, usually this error happens when I try to load a .set in EA, if I
Dear all, an unusual problem occurred with an EA that I have been using for some time. This EA, linked to a EURUSD chart with 1 minute Timeframe, suddenly stopped performing its functions. The Expert was regularly hooked to the chart, but just didn't do anything anymore. The Log file normally
I have a problem with my EA because the spread of the currency that im trading is 5 , so, when the indicator give something ending with other number than 5 or 0, the error ocurrs
2016.10.22 13:29:38.787 2016.10.03 11:55:00 failed exchange sell 1.00 WINZ16 at 60739 sl: 60834 tp: 60584...
Hi all, Is it possible to input a variable from one EA-currency into another EA-currency in multiple currency backtesting? I mean my EA on EURUSD fill the variable x=10 during the backtest, then send it to my EA on GBPUSD. So the GBPUSD EA been feed by EURUSD EA. Is it possible? How? Could it be
Hello everyone, good day! I am starting making an EA and I just want to include the Volumes on every candles. I just wanna ask some help in making codes for a function that will return the Average Volume of the last 50 candlesticks so that it can add and refine the present strategies in opening...
Hello everyone, How do I write a code based on the example below. For example: If current price CLOSE is above EMA 5 HIGH take buy trade If current price CLOSE is below EMA 5 LOW take sell trade
hi I've wrote a simple expert that runs(buy and sell) correctly on EUR/USD backtest but in mt5 strategy tester when I change the symbol to Iranian stocks symbols it doesn't work and I can see in visual mode that the price and RSI and CCI go to buy or sell condition but it doesn't do the job! I've
Hello all, I usually load a new EA in *mq5-format into the data folder MQL5->Experts, re-start MT5 (Mac) and then an additional *ex5-file will be created and the EA is appearing. From one day to another this way does not work anymore. When I insert the *mq5-file nothing happens. It will not be
Is it possible to use property as string? #property version "2.21" When I make some changes in EA, then I want to be sure that new version is used in tester. So one way is to see its version number ("2.21") immediately on chart, so first I have to convert that property to string probably and
Hi All, as a newbie with mt5, I tried to write an ea an get error saying invalid stops, here is the code of my ea for opening position: void TryCreatePosition( ENUM_ORDER_TYPE type) { double pOpen = (type == ORDER_TYPE_BUY ? _Ask : _Bid); double sl = 0 , tp = 0 ; CalcSLTP(type, pOpen, sl
Hello At MQL5 What about making Expert working on another chart? for ex: running my expert at (EURUSD chart M5 timefram), and it must opening all positions at (EURCAD,EURAUD....,15M,H1 ....etc) Is this possible ? How can i do this on this code: // ----- > column_table < ---------- // $name = name
I'm running MetaTester and beside my agents is a PR number. What does this mean, and is there anywhere I can find this information
I want to upload my Expert Advisor in the market section, but it gives an error I also disabled all the expert advisor restrictions and set the trading lot to 0.01, but it gives error131 again, please help me Thank you
Hello. When I attempt to backtest using real ticks, I get several errors saying that there are tick mismatches and that ticks are being discarded. I tried downloading only data from last year, it still didn't work. I tried to import data into a custom symbol and I couldn't. Is there anyway I can
Hi, I’ve only just starting learning some of the very basics of MQL5 so please forgive me if I’m using the wrong terms to explain my problem, I’ll do my best to explain. I’m trying to create an EA with which includes the “ZigzagColor.mq5” indicator using “EA builder”,. I took a guess that when the
Hi everyone Do you know if it is possible to start a BackTesting of an Expert Adviser with code or any other way. The main goal here is to automatically BackTest an Expert Adviser multiple times by changing input values. Have a good day EDIT : I have missed the optimisation option. Maybe it is
We I get an EA built through the Freelance and pay for it, if it has errors and needs to be correctly because it isn't functioning properly do I need to go through freelance and pay to have any errors fixed? Or are the errors covered under the initial payment and will be fixed by the person who
Hello Community, Can someone help me to find the solution of my query. Query is - I should get alert when pending order or limit order gets executed or filled. Regards, Abhishek
Hi, Can somebody share a code to get profit value of a current symbol from multiple open position. (Example: I have 5 buy position on EURUSD and I want to know total loss of profit of all 5 position) Thanking you in advance
all my custom symbols are gone since I updated MT5 with latest version. is it normal ? I wonder what happened...do I have to just recreate the custom symbols ? or is there more to do thanks a lot Jeff
I am trying to do http post request for practicing. I am receiving http post on my node server. However, req.body returns undefined. How can I add MA value to the http post request in this case? //+------------------------------------------------------------------+ //|
I really think you guys have a fast answer to this. I've been searching for this problem in articles for hours but none especifically talks about this I made a routine that writes the trade result into a .csv file on the OnTester function. When I run the optimization using only the first core, all
I wonder if the execution of OnTesterPass() event is synchronized with respect to the execution of each OnTester() event. I mean if OnTester() runs on different threads simultaneously. When they are finished then OnTesterPass() are finshed is in the same sequence? Or they are disorderly? Thank you
I've spent a lot of time looking around at different options for writing expert advisors in C# and I can tell you with certainty that all of the available solutions are terrible. Wasting your time attempting to write expert advisors in any language besides MQL is a terrible idea. I know, you want to...
@page { size: 8.27in 11.69in; margin: 0.79in } p { margin-bottom: 0.1in; line-height: 100%; background: transparent } code { font-family: "Liberation Mono", monospace } Hello I know that this topic has been discussed many times and many great answers have been posted, but there is still something
In my ea, i need to color a specific candle should it meet certain criteria. I have basic understanding of mql5. I have written the following and feel like i'm either not understanding something here or making a mistake. In the OnTick() section... double close[]; ArraySetAsSeries (close, true );

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.