General - page 7

Hello guys, i purchased a MT5 EA by testing it on strategy tester and when used it on Real it was not working ( not taking automatic trades ) do not understand what to do , has the Author scammed me. If anyone has solution please help me
Good morning everyone, I am a newbie to the MT5 platform and would like to buy an EA to start trading. I have one doubt though! How can I be sure that an EA for sale in the marketplace is actually serious and coded in good faith and not is a scam? Regardless of whether it is profitable or not I am
hello Recently, when I take a backtest, I see the following error in the journal section: tester process creation error [C:\Program Files\MetaTrader 5\metatester64.exe][1455]; please check if it is blocked by antivirus software No special antivirus is installed and I am doing backtesting on vps I
  Martingale EAs  (1)
One of the most difficult and controversial topics to address regarding Forex EAs has always been the validity and actual risk of the numerous Martingale EAs that have long been present in the market. I believe I have reviewed several dozen, but to this day, I have deliberately never used one on my
Is there a desktop version of the MT5 app? I couldn't find any information about this app in the market database. I intend to use it to trade futures, and I would appreciate any information anyone has to help me out
Hi, I as wondering if it's possible to use a mql5 vps on a mt4 demo account , because on my side it doesn't allowed it
There is a significant delay in the execution of the "Stop if Equity is less than" feature in MetaTrader 5 when using the signals service (Version: 5.00, Build 4424, 27 June 2024). In multiple cases, the time taken to close trades is over 10 times longer than the ping to the trade server, with some
I am trying to run EA on 2 trading accounts, will it require to sign up the VPS on both accounts (same broker)? or one VPS can use for both accounts
Hi, Sorry if there a similar post like this. I have an EA but it doesnt have a way to manage the daily drawdown. Is there a free EA to add this feature? I meant while running my EA additional EA can look after the dradown. Thanks
The major update has brought two important changes significantly enhancing the MetaTrader 5 experience. The new section of advanced trading statistics can help improve results, while the built-in payment service can simplify account top-up. In addition, we have laid the foundation for additional
Hi, In the doc copy_rates_from - Python Integration - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5 , it says all data received from metatrader is UTC: When creating the 'datetime' object, Python uses the local time zone, while MetaTrader 5 stores tick and bar
On my trading account, I tried to use the otp security key that can be set on the mobile app. But it doesn't work, anyone with my data can access my account and the account To which I have associated OTP, it is not requested either when I log in with the credentials to the account or when I open or
I bought EA trade assistant after my money was deducted from my account it shows error. the EA still not yet bought what do I do now
I want to downgrade my metatrader 5 terminal because i have an expert advisor that only works on earlier build. The thing is when i replace the terminal64.exe and try to start it nothing happens. It works fine on my laptop and the terminal starts as i should but on my station and my vps its not
I can't get into my MQL5 is there anyone who can help
I have three computers, A, B, and C. I am running backtests on B and C from A through Local Network Farm, but the memory consumption on B and C is strange. B and C have spare physical memory, but the HDD or virtual memory is being used. The folder used by B and C is the "Tester" folder in the
Withdrawal unavailable: We need to perform additional verification of your account. This is a standard procedure meant to ensure the security of all MQL5.community members. Please contact Service Desk for further details how to proceed
hello everyone I want to get the time to open a closed trade. I took help from artificial intelligence and it suggested this program line. datetime openTime = HistoryDealGetInteger(lastDealTicket, DEAL_ENTRY_TIME); But DEAL_ENTRY_TIME does not exist in mql5. You may help. thank you
Hello, I’m not sure if I’m posting in the correct category, but I need some help. I’m new to copying trading signals and I have a few questions about the process. I found a trader who uses an EA for scalping on XAUUSD. We have the same broker, but on different servers (I’m on ICMarketsSC-MT5-4 / and
Hi I tested many of the robots that offers free MT4 forum and other types of blogs and doing backtesting and in a demo account all work great , but when I put the EA to a funding account tells me all the time that "trading is disabled" ( having the robot with the smiley face ) . I can't find a way
looking for a way to include fundamental data like interest rates in MQL5. Please advise if there is a good practice to do this
Hello I moved my subscription of an active MT4 signal to another MT4 account but its not transferred. Please advise
To improve the convenience of our services, we have added tips on the most frequent Customer issues in the Freelance. We collected feedback and comments from trading robot and technical indicator Developers in a special forum topic, and prepared short tips with images based on these comments. All...
I established a new MQL5 profile, and had multiple issue trying to log into the community from my desktop. I tried adding the webpage as 3rd party cookies and issue still was not resolved. I was only allowed to access community profile from my iphone. Now I have purchased an indicator. I tried to
Hi , I sent a paypal cash to the wrong email . ( Dormant) Am i able to reverse this if so How
  Gap indicator  (14   1 2)
Hello everybody I am searching for GAP indicator which show gaps in prices..it will be best if i can get it multi time frame which i can use it in all the times frams from 5m to day time frame..i wish if i can see gaps that are happening in all the time frams while i am stick with one time fram..for...
For example, if I have two prop firm accounts or two brokerage accounts and I want to trade with them at the same time. It seems quite complicated now or I haven't figured out how to do it efficiently
it was meant to spend on an EA that isn't available anymore and now I got the money returned to my account here. However, I want those $10 to return to my debit card. I am not about to withdraw them through that portal method. What can I do here? I just got $10 sitting in the mql5 account
if (isBuySignal && macdBuySignal && !LastTradeWasBuy) { double sl = ask - SLPoints * _Point ; double tp = ask + TPPoints * _Point ; Print ("Attempting Buy Order: ", " Lots: ", Lots, " Symbol : ", Symbol (), " Ask: ", ask, " SL: ", sl, " TP: ", tp); if (trade.Buy(Lots, Symbol ()
  Errors, bugs, questions  (31894   1 2 3 4 5 ... 3189 3190)
Error after the CopyClose command #include <Trade\Trade.mqh> double Arr1[],Arr2[]; int OnInit () { ArraySetAsSeries (Arr1,true); ArraySetAsSeries (Arr2,true); return ( 0 ); } void OnTick () { CopyClose ( "EURUSD" , PERIOD_CURRENT , 0 , 50 , Arr1); //CopyClose("GBPUSD",PERIOD_CURRENT