I had encounter error message of the new EA that I purchased and successfully installed in my MT4 platform. Anyone please help. error message : YOLO Diamond hands XAUUSD ,M15: global initialization failed Looking forward for the error to resolve. Thanks
Hey guys I'm new to the mql5 programming and I want to modify my open positions. But if i run the EA in a Backtest, I always get the "Error: Invalid Stops". Can anyone help me with this? //+------------------------------------------------------------------+//| Modify an open...
Hi guys, I don't know if I can write in Italian, however I have a problem with the code of one of my experts, can I post it to you and maybe you tell me where did I go wrong that I've been hitting my head for days
I purchased an the trade assistant ea but when I go to place an order through the app, it says ' trading by symbol disabled by trading server'. What does this mean and how do I change it's setting
Hi guys, I am building EA strategy and I have some troubles with obtaining data. The strategy needs to send M30 OHLC data 1000 bars backwards to my R client, so I have written this: MqlRates rates[]; ArraySetAsSeries (rates, true ); int copied = 0 ; int count = 1000 ; copied = CopyRates ( Symbol ()
Hello, I am looking for a utility which is slightly a modified version of normal trailing stop loss. I think most of the experts here may already be using this but I am relatively new to trading and I am trying to find a tool for doing the same. We should be able to set Stop Loss, Take profit
Hi, anyone an Idea? There is no additional information from MT5 and the project compiles without any errors or warnings in strict-mode. This buggy platform is really starting to annoy me, every day I find something new. Another one is: "Pure virtual function call", this I get in the MT4 version...
A simple math functionlike this brings a totally wrong result, and this served me a bug in an EA which I was searching for months!!! MT5 Build 2085, but I am very sure this is the same in earlier versions, cause this is also the same with C# ... unbelievable but true. void SimpleMath() {...
Dear readers. I hope I can write it down so you guys can understand. My question is next. I bought a EA with 5 activations. I watch the: So, if I use this one, I will pay for VPS and lose 1 activation. But, I plan to use the same EA at other account from my existing broker (like other one for higher
Hi all, does any one know what formula is used in creating the mql5 standard deviation channels object OBJ_STDDEVCHANNEL and how this formula can be coded from first principles in mql5 to derive the channel values. I think this could be a freelance opportunity for some one with this knowledge
[Deleted]
Hi MT5 comes with an EA named MAMA, this EA has only trailing SL and no initial SL, and if a fixed SL of say 100pips is manually or using another script added, then the EA start changing it even though it's supposed to start trailing once it goes into profit region. How may I change the code to add
I can't see any output messages when they are printed from some tester events. Do I have to do something special to be able to see them? I have MT5 Build 2981 (21 Jun 2021). Thank you so much!! //+------------------------------------------------------------------+ void OnTesterInit () //--> never {
hi....i purchased one Ea ...now im shifting to new broker ,ea writer saying, u have to purchase again, can i install this ea with new broker?, how to to find license keys in it
I am trying to import a complete class from a DLL. But I have some errors while compiling. Error 1 - #import was not closed Error 2 - Sum - Member function was no defined. 1 - I compiled the dll using C++ and 64 bits 2 - I put the DLL inside of this Path
I have a problem. I am trying to send a data structure from an MQL5 program to a C ++ program. And I have noticed that the same structure is smaller in MQL5 than in C++. This is the struct: struct MyStruct { int a; double b; }; this is the C++ code: int main() { cout << sizeof (MyStruct)
Hello folks, can someone help with william percent EA for MT5?, one that can execute trades at a defined level of the indicator. Thank you Also if you have or can make that of stochastics, ill highly appreciate that aswell cheers
Hi, I created an indicator calling another internally indicator. They are called using the iCustom function. If I call with the visual mode enabled, the "OnCalculate" function of the outermost indicator is called first. If I call with the visual mode disabled, the order is reversed. To explain
I want to store a structure which contains enums in the DB and later retrieve the same. How are enums mapped to and from the built in DB types
Why it is not listed in mql5 ranking list? <...>
I have an idea for a martingale hedging EA, unfortunately I can't code and I don't have any money. For anyone interested- the idea I had was a semi-automated EA that hedges at a price e.g. you enter long at 4500.00 if price returns to that price the ea hedges with a short order, if price crosses
Hi All, I have the option to buy an EA of a signal though the EA is actually quite expensive compared to the signal subscription. Is there any benefit on having an EA over the signal? Is there better execution of trades or any other benefit on results? I dont plan on modifying the EA and I run my
I am a newbie to coding as newbie as they come I have played around with one EA which I have done so far and I am hooked in bettering my knowledge and master the art. I would love to learn more and eventually be able to code an EA on my own. I am more than willing to put in extra work and do
I need to send an int via socket, but the casts I'm using doesn't works. How to do it in MQL? I'm trying it like this. int buffer; SocketSend (socket, ( uchar *)&buffer, sizeof ( int )); Thank you so much
What is the string default value? I want to use a if statement on a string array default value. It's not EMPTY_VALUE, 0, ""(Empty String). Then What It Is? example string Array[]; ArrayResize (Array, 10 ); for ( int i= 0 ; i< ArraySize (Array); i++) { if ( Array[i]==( default value(I don't know
The difference between the order ticket number on the real hedging account and demo hedging account MT5
(25 1 2 3)
Hi There, I am tracking orders via ticket for the Hedging MT5 account. I noticed that the ticket that I was tracking was different from the ticket on the order for real accounts . Meanwhile for demo accounts, the ticket tracking is the same as the order ticket. Can anyone help explain why
Hi, can someone please clarify the name convention for bars in an array of type Open, Close, High, Low. If bar[0] is the current open bar on the chart, then how can it have a close price, since it's not closed yet? Or is bar[0] the last closed bar before the current open bar?
I've been trying to solve this problem for days and days but I can't. I'm on the verge of a nervous breakdown! I run the Script 'A.py' and every time the mt5. copy_rates_range function, with diffrent arguments, it always gives me the error -2 'Invalid arguments'. The beauty is that, these same
Cannot get Calendar new for some countries
I have been using ea before but now when am putting its giving error its not expert and cant excute trade *** Can anyone pls rectify it Thanks
hi guys
i'm a long term mt4 backtester from 2009 year (check siolibros.net if interested)
i only use 99% quality backtest with tick data precision, using the well know dukascopy source (throught tickstory)
to speed up multiple backtest on a single pc, i strongly suggest to use a ramdisk tool...

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.