General - page 207

So my problem is that i cannot make any order on a metatrader. I've made an account few hours ago and depositet the minimum amount but still cannot make any trade. The "New order" button is grey
Hi, I compiled a dll in C# to import into my metatrader 5 EA but I get the following error. Parameter conversion not allowed. Here's the code: #import "C:\Program Files\MetaTrader 5\MQL5\Experts\Advisors\bin\Debug\Analytical.dll" bool Interphase(int argc, string &args[]); #import and here's where I...
Is there any chance to get MT5 window colors as dark colors. We can do this by high contrast mode in windows, but other than that, nothing works for a dark theme. Even windows 10 and windows 11 have dark explorer themes, but that's too, not affecting for MT5. If someone did this anyways, please
Hi, I just curious that is it prohibit to promote an MQL signal somewhere on the internet
Hello, This is my first Post so lets hope it works out!!!! So, I am copying a Signal Service, The Person i am subscribed to has two open Trades! One has a Lot (Volume) size of 0.01 and the other trade is 0.02. BUT on my MT4 account it shows BOTH Trades as 0.01!!? Why is one of them not 0.02?...
[Deleted]
I have deleted my newly created account not knowing the email can't be reused. I need that email back as my paypal is linked to that email so fund transfer won't work. Please help me
Can anyone subscribe to a signal using mobile MT5/MT5 apps
hi guys, just wondering if anyone lese has the same issue as im having which is getting incredibly frustrating... first, this is the spec of my computer i am performing the tests on: - MSI z490 carbon gaming WiFi motherboard - NZXT kraken x63 CPU COOLER RGB - Corsair vengeance RGB PRO RAM 32g -
I don't know if you have the same issue, but everytime that I opened a request to MQL5 service desk, they never respond. I was banned from "freelance" and I would like to know if some moderator could help me. I would like to know if is there anything that I can do to fix it
Hello, I believe that in the 2 functions CustomRatesUpdate and CustomRatesReplace , there is a bug on the return value. Even if no bars are added or changed, they always return the value of the number of items passed to them. So if you pass an array with 10 elements, they return 10 elements
How can do an ea to self optimise every 3 days or whaterver period is there any existing method to use
[Deleted]
i am logged in but it still asks and show some chinese server name, Am i hacked
Hi, It's been a few years since I last used the mql5 website. In the past I could easily find a list of developers to choose from; there job count, profiles and reviews. I no longer see that on the site. Can somebody perhaps send me a link to the list of developers. Thanks:)
hi everyone, i have a problem with this iBarShift function. As soon as I look for a candle before midnight on the server, it returns error -1 as if it has no data history but the history is there. void OnTick () { Data = TimeCurrent (); Mezzanotte = Data - (Data % 86400 ); // 86400 == 1
Am I doing something wrong ? I have top up my MQL5 account for renting VPS for me and my clients that use my EA my clients acknowledge that they can not have my EA file. So The only one that can migrate EA to VPS on MQL5 is me. I also only top up with my only Card and I only use only MQL5 account to
Hi there; I have problem with this warning. I wrote a function( double UnderPrice( char variable)) that takes a " char " parameter and gives a double one. but when i call it and compile it say a warning (possible loss of data due to type conversion) for " char " variables that add with a positive
Indicator windows minimizes panel. I have a custom panel and when i put Indicator windows on a bottom of my chart it forces it to become minimized when changing charts (It happens with all panels so its not my code). Without Indicator windows it stays open alway
Hello All, If for example a signal provider in mql5 has a real standard account with 10.000 USD balance, and let s me as a follower, my cent account is $10000 cent ( therefore 100 USD balance), IF the signal provider opens a 1 LOT position in his standard account, will it open also 1 lot cent in my
hi every one and hi mladen especially i have the mq5 file of waddah attar def rsi but it seems like there are problems in it so is there any one who can compile it for me or fix it ? thanks in advance
Hi there, I have an idea! As we know in MQL market there are sellers who sells their products. Most of times I see good products with very weak advertising and/or weak presentation!!! This is the point I have an idea to develop and work on! Nevertheless, there are people who are very good at
Hi everyone. I don't know how to express my problem. I managed to get the value of the last candle called LastCandleNb. if it is >0 then bullish candle. if <0 then bearish candle. I can do it live. if (LastCandleNb> 0 ) Comment ( "Buy Candle" ); else Comment ( "Sell Candle" ); But I
Hi there! I was playing around programming some EAs that work with swing highs/lows. The way i detect swing highs/lows is (obviously) through the iHighest function. Now: I want to implement a user input lookback period, for example 20 bars, so that the EA finds the highest from the last 20 bars
I am experimenting with installing “MQL5 Strategy Tester Agents” on various PC’s (3 physical and 2 virtual). On 4 of them, I was able to successfully install, activate and associate to my MQL5 Community account for selling! But on one of them, a very minimal VPS sporting only 1 CPU (single threaded)...
Please guys, this function is a vital part of my ea code but everytime I add it to my ea code, my ea fails to initialize though the code compiles with no errors. Thanks void GeetRightIndex(sNews &vNews[], sRight &conP[], sRight &conB[], int &fancy[]) { string p_c,b_c; int bpc= ArraySize
I'm trying to use the the MetaTester 5 Agents Manager on a server for local use, however, I have several local and virtual network adapters on this server, including two VPNs. The Agents Manager is binding the agents to the IP address of one of the VPNs instead of binding it to the actual local...
My MT5 has multiple accounts and I would like to control them simultaneously with my Python/MetaTrade5 program. In order to do so, "Algo Trading" option must be enabled. However, it is automatically disabled whenever account is switched in my Python program. How to enable it automatically? Thanks
How does mql5 know whether a signal is trading by using EA or manually
Hello guys This is a Tradestation easylanguage indicator that creates and update ascii data file in real time as new data appears on the Tradestation chart. Dynamic trader charting software then reads and charts these ascii file real time. Can someone help me translate this to mt5 indicator Thanks
Hello, I just subscribed to a signal provider and provider actually traded twice so far. However even we have like same equity, proviers trades are 0.16 Volume and mines are 0.01. I use 95% of my equity and have same amount of equity with the provider. I also use same leverage with the provider
[Deleted]
iHigh ( NULL , 0 , 0 ); iHigh ( _Symbol , _Period , 0 ); iHigh ( Symbol (), Period (),0);