General - page 257

Hi, am I doing something wrong? To know where the calls of OnTradeTransaction() belong to I would like to use the magic number. The only (why only?) type that provides the magic number is request - BUT in OnTradeTransaction() request.magic is always 0? Beside this even the comment is empty?? Beside
Does anyone know how to properly install MT5 to Dropbox so indicators, etc, can synced across multiple computers? Most of the info online relates to MT4. Or is there another way to sync MT5 between different computers? Thanks
  very important  (1)
Why does my signal not appear in the list of signs? to subscribe
Happy holidays Just saw an ea that had received reviews while it was free retain its reviews and their text after it became paid . Did the system change again ? Cheers
Good morning, I got an error while running my EA and thus I tried to debug the error. The error "division by zero" makes sense since one variable which is used as the divider is 0. However, for the defined variables "total_PI", "trend_PI" and "Runtime_Days" and others the debugger shows "Unknown
Can someone help me get an idea of this Trade History? What is the meaning of the "Balance" and "Daily Commission" of someone's trade history
Hi MQL5 Team, i'm unable to withdraw my earned money, help please
How to you sort Experts at the MQL5 Market by reviews, price and so on. For Signals its possible to sort them by different parameters
Hi everybody as a developer I want to know if I allowed to share a link of myfxbook account to a customer before starting of the job. I want to know is that considered as a contact sharing before start of job or not? thanks
It is one of the most important thing you need to know for successful forex trading
Hi, only a short basic question. I create a struct. In the array i only store 1 row (1 element each), how i can access them. struct my_data_struct { double field1; int field2; int field3; }; my_data_struct my_data[]; I can access with my_data_struct[ 0 ].field1 Is it
Dear members, how can i copy everything (most importantly accounts) from one MT5 installation to another? Thank you very much
Sometimes (often) you have descriptions for variable in the input Dialog for your EA, Indicator, Script that are not entirely visible. It would be great to have a tooltip when you hover over them to display the entire description / coment
I would like to request an arbitration due to my developer doesn't online since 23/12/2022 and the work does not finish at all. So that I think he can't and won't accept the request, what can I do for the mandatory arbitration
Hi, i try to understand the basic things in mql5 So at the moment i want to define a array, for that i do this double my_double_array[]={ "0" , "0" , "0" }; now i want to store and return some different kinds of datas in the first element should a integer value my_double_array[0]=0; //only number
Hello friends, is it possible to view and use the indicators purchased from the market in Metatrader "web version"
Hello all, I'm new to the site and thought I'd get started by downloading an indicator. Its the VPS indicator but I'm not having success downloading it to my mt4. Once I'm asked a question about mt4, it opens it and nothing happens. What am I doing wrong
I have already verified my identity with the proper documentation. My account is still locked, please advise? And unlock my account asap please
Dear Sir, COPY TRRADE FEE When i selling my trades using copy trade for $100 per moth. How much do i receive from the $100 > Do MQL5 deduct a fee ? Thank you Regards KC
  Cancel indicator  (4)
hi dear friends, an indicator i bought for 125$ does not work as desired, can it be cancelled by mql5 , if yes than how
Hi guys, I want to set up a Local Network Farm for EA optimization. I've downloaded and installed the Strategy Tester Agent on 2 machines- 1) AMD A10-7850K with 16GB of RAM, Windows 7 x64 2) AMD Ryzen 3 2200G with 16GB of RAM, Windows 10 x64 Both of the above CPUs have 4 cores, However- When
Hey guys, How would NDA work on MQL5 website if the person can be from any country in the world? Some might not even care about it. Lets say a developer develops a system for me and starts selling the same thing and lets say am from EU and developer is from Asia or Africa whats then? Who's gonna
I am attempting to place a trade, and it wont let me saying ' please verify operation parameters and try again later" . What does that mean?? Can i place a trade or not
Throughout the day my MT5 has no data updates
my account is only showing forex i need nasdq looked all over internet cant find how to do it
Suggest a broker which offers Demo account which the trader can deposit and withdraw to/from
How can we check utility tools in backtest ? If their is any then plz suggest
Greetings community, I am copying signal and i was wondering when calculating the volume, does broker bonus like 100% etc is also considered the actual "balance" in lot calculationwhen MT copies the trades ? e.g 1100 usd = 2200 usd my problem is that, the provider has low balance of 560 usd, and
Dear, In python, using import MetaTrader5, I found that market_book_get returns a tuple from BookInfo featuring Market Depth entries for the specified symbol. See https://www.mql5.com/en/docs/integration/python_metatrader5/mt5marketbookget_py However, seems the default dimension of market_book_get
Hi i am trying to write some code to allow me to copy files from my mql profile area into anywhere like say local pc or pc on local network. I have tried some code with diffrent results. //this does nothing but returns success static bool mfs_CopyFolder( string in_srcPath, string in_tgtPath)