General - page 43

It's very easy to move the windows accidentally in MT5, but it is very hard to re-arrange them to a previous position, just look at this mess: I was just running the optimizer and tried to click one of the tabs, then the whole navigator, charts and symbol window went crazy and sunk to the bottom. I
  VPS question  (3)
I have a question regarding VPS, if the server location has changed by its self do I have to redo the setup for my EA installed in the chart or it will be automatically connected to the new location? because I've noticed that the location is changing many times everyday recently. thanks
Hello, I am currently having an issue with my VPS that I have connected to my trading account. I have used a VPS previously with the same charts and EA's and did not have an issue before. I am able to successfully sync my charts and EA's to the VPS, and it's journal log shows that everything has
Hello, Please I'm trying to make a prompt to the copilot but it is saying "you exceeded your current quota please check your plan and billing details". What should I do
I've been having this problem since last Friday. I've tried lots of things but nothing works. I only have this problem on PC. Thanks
Hello . I wrote an EA that trades on 3 symbols and for each of these symbols , I need 2 Time Frames for calculations. 3 * 2 = 6 If I want to Trade on All that 3 symbols , Do I need to attach that EA to all 6 charts ? thanks
Hi, need second opinion about message body as getting error 400 for response (Your client has issued a malformed or illegal request). Code sample makes first request to Binance API about exchange info with success and second request about history bars fails with error 400, there must be something
//+------------------------------------------------------------------+ //| RSITrend.mq5 | //| Copyright 2015, //| |
Since it downloads only the .ex5 file how do i obtain the .mq5 of this bot? so i study the source code
Is it possible to pay for MT4 signals with the trading account balance? Otherwise, what are the payment methods for signals purchased monthly? Can I deposit into my personal MQL5 account from my trading account balance? If so, can you tell me how? Thanks
Hello, I created a MLQ5 expert advisor code. I compile and it says no error. I created an alert about RSI crossing 50 alert. However I did not receive any alert. Can someone please help me. I created a code - //+------------------------------------------------------------------+ //|
I am based in Singapore and am not receiving the mobile phone confirmation code when I try to create a demo account in MT5. Please advise. I've verified with overseas friends that I am able to receive SMSes from foreign countries. Thank you
Hey, can somebody help me with the settings or what's the problem with MT4 Coy Signal Serivce.  I've opened a test BUY trade with 0.01 lot, and than hedge it with 0.02 Sell trade. But on My clients account copied trades are different. He sent me a screenshot where hedge trade should be 0.02 sell,...
Hi guys, i am trying to connect my accounts, but when i try to write an account name i am using its not showing up? i have many accounts it doesnt showing any broker names there, just empty
Does anyone have any experience of promoting his trading signals
I tried to buy VPS for this account but face this problem. Can anyone pls advise
Hi I want to test out a signal provider from MQL5 for 2 weeks on a demo and then move to live after 2 weeks. Is the possible to change accounts midway through a subscription please
hello, I am trying to set up an account to sell my signals, but I am not getting a text message from account verification. Has anyone had this issue? thanks
Is there an indicator that measures the vertical range of the current chart (in points) and shows the result in Data Window
Hi everyone, I'm trying to use Python for automatic trading (Demo account), but I found that MT5 Auto places a Buy order when I do nothing. And only one time when start Here is my code, only initialize, nothing else import MetaTrader5 as mt mt.initialize() symbol = 'XAUUSD' while True
Hi all, As tittle, im trying calculate rsi using python follow this code: # Calculate RSI window_rsi = 14 delta = df [ 'close' ]. diff () gain = ( delta . where ( delta > 0 , 0 )). rolling ( window = window_rsi ). mean () loss = ( - delta . where ( delta < 0 , 0 )). rolling ( window
I recovered an old indicator for MT4 published on tsd which provides statistics on the operations closed by each EA distinguished by magic number. It is useful when there are many EAs on the same account. Does anyone know an indicator with similar functions for MT5? I put the indicator for MT4
  mq5 tutorials  (3)
So pissed with the so called developers at MQL5 I have decided to do what I should have done in the beginning ... learn how to write code myself ... then I have only got myself to blame and save a lot of money So my question is what is the easiest way to learn ... what are your thoughts on eabuilder
  Left Hanging  (2)
What can you do when a "Developer" leaves you hanging ... Best guess they are trying to do multiple jobs at the same time
Hello all, I subscribed to a signal but it had open positions. I cannot see these open positions on MQL5 and it says: "Enable copy trading in the MetaTrader platform to see full signal data." The "AutoTrading" option is selected on MT4 and trades are being copied. I'm not sure what else needs to be
#property copyright " ETA" #property link " https://www.METATRADER.com " #property version "1.00" input string LICENSEKEY = "1736525" ; int OnInit () { string url = " https://example.com/license.php " ; string headers; string cookie= NULL ; char post[]; string personallicense
Hi. Suddenly, I have no access to the nasdaq. I was using it for years and then it went. Isn't it automatically available with Metatrader 5? How can I get it without spending a load of money
I have purchased the EAs Everthing work normally for weeks, but today I cannot Install the EA (9 of 10 activations left) as shown in the pictures below. I can still access market tap and signal tap but when I push the install button the system shown this message MQL4 Market: failed download product
Hello, MQL5 community! I'm excited to start a discussion on a topic that I believe could be of great interest to many of us - using Python-based predictive models for binary options trading. As we all know, the financial markets are full of patterns and correlations. These patterns, when identified
Hello! I'm still a beginner so I don't really understand why this script doesn't work in all time periods? It only does what it needs to in 1H and 4H. (It is a simple program for marking peaks.) Thanks in advance. int OnInit () { //--- set global variables min_hgt = int (InpMinHeight < 1 ? 1