General - page 130

I don't know what's going wrong. I uploaded my proof of ID and took the REAL selfie for the verification, but after that, I received the msg that shown my application has been rejected even I have correctly filled the required data, the Verified User status could not be granted. All the data that I
On android MT5 app, please add option to "lock" drawing objects on chart, so that they can't be moved by touch/drag. Thank you
Hello to all, I have a rather basic question to ask... I know that to calculate the position size you have to use the formula: Lots= Risk Capital/( Stop Loss * Pip Value) or Pip Value = (1 pip * Lot size)/ exchange rate. In view of these two formulas, I wonder first of all in relation to the risk
Hi All, I'm new to the platform, so hello to everyone! I have just signed myself up for a new auto trading called MAX NoLimit, which I'm really excited about. My question is this. every trade it makes, it only uses 0.01 lot size. This gives makes my profits in the cents, which I would like to
How to make $1,000,000 off algorithmic trading? Use MQL5.com services! Hi everyone! This is EA trading as method that breakout range H1. Summary Function: 1. Have trailling stop 2. have MA filter before trading. 3. Using fix lot not auto lot size. 4. Draw line support and resistance line. 5. Only
Hi friends, When I buy a indicator from the marketplace and go install it, the MQL5 site asks me to open my metatrader on my computer. But I have 3 metatrader installed here (one for each broker that I used, for different markets). The MQL5 website dos not allow me to select which metatrader to
  I can't login to MQL5 community on MT5  (78   1 2 3 4 5 ... 7 8)
Hello. I have some issue. I can't login to MQL5 community on MT5. (WIN10) this logs  2019.08.21 23:49:49.576 MQL5.community authorization failed 2019.08.21 23:49:51.806 MQL5 Market failed to get list of user products (www.mql5.com:443 send failed [401:...
Is there such a thing as a bachelor, master's or Ph.D. in trading or a related field? What is the name of such a career?. are there good universities teaching this? or is such a massive enterprise of humanity purely an empirical/DYI one
//+------------------------------------------------------------------+ //| YourExpertAdvisor.mq5| //| Copyright 2024, MetaQuotes Software Corp. | //| http://www.metaquotes.net/|
hi friends let suppose my tp is 10pips but the order has swap=-2.5 Im using "Orderswap" to show me swap for every orders in journal of Metatrader, and i think it declares in dollar,if im wrong please guide me. i convert swap by below formula to pip and modify my order by Newtp, after hits tp, it
Please , do you know if is still possible this option - monitor my own demo account ? I can´t find it ... only be a signal provider
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, //| |
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,...
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
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