General - page 37

Hello, i have a strange problem on my computer the metatrader functions for create object is drawing the text differently then on other computers, i have a picture here: Chart EURUSD, M1, 2024.06.22 16:19 UTC, IG Group Limited, MetaTrader 4, Demo - MetaTrader Trading Platform Screenshots (mql5.com)
  Balance Locked  (1)
I was subscription signal MT4 but that signal not connect with my MT4 and Balance in www.mql5.com was Locked. How to correct this problem? Thank you in advance for the answer
HI Great people, Please, i would like to ask direction on writing this final snippet to complete my bot, these are my achievements so far : 1. i have included a helper function that calculates the exact lot that risk a specific amount (in this case its 1% per trade), for a $10,000 account that
Hi people! Since build 1525, Metatrader 5 allows listing positions history. What are the functions related to retrieving them, as there is HistoryOrdersTotal(), HistoryDealsTotal(), but there is no HistoryPositionsTotal(), HistoryPositionGetTicket(), and HistorySelect() generates a list of orders...
Hello everyone, I am developing a trading bot in MQL5 and I'm facing an issue with partially closing a position. My goal is to close half of a position when a certain profit threshold is reached, and to update the position's comment to reflect this partial closure. Here are the key parts of my code
My mobile phone cannot receive MQL5 account verification code so I cannot bind my mobile phone. , i already tried with different provider also different phone and it is still the same The telegram option also can not be clicked Please anyone can help
Hi everyone I have a situation with mt5 where I imported and requested data on created custom symbol , but it turned out to be without volume on display which made it useless. moreover, I have asked the data provider Tickstory.com about this and they informed me it's issue with mt5 and better to ask
Hi , I rent a VPS for a year last month and last week I canceled it by mistake in my MT4 . I asked MQL5 support and here is what they responded: "A canceled VPS cannot be restored. It is physically deleted from the server once you cancel it. When you cancel your VPS rent, the unused (remaining)
  Hidden VPS  (9)
Hi Few days ago, I rented a VPS for 6 months. But last Wednesday couldn't find it any more! Contacted the Servise Desk but no access for them except the robot who is programmed to reply a limited number of questions. I am searching my VPS Help me please
There seems to be a clear and upsetting scene when two different brokerages with different platform ownerships, are added unto a computer/VPS. When stored on the same data storage, the encoded connection to the mql5 profile on all the metatraders on the VPS/computer disconnected/abandoned
Hi there, I've moved over to programming MQL5 after several years with MQL4. In the past, if I wanted to process information from other timeframes than the chart hosting the indicator, I would likely use the iHigh/iLow/iClose/iOpen functions specifying the target timeframes as an argument to the
Good day; I'm trying to prevent my EA from opening a new position within 60 from having closed the previous position. //declared global variable datetime LastTradeCloseTime = 0 ; //then under void OnTick (){ //I've included it in my buy / sell conditions as follows: if (!isPosOpen &&
Hi, I am new to MT5 and know that I cannot get recommendations for products on this forum. I do not have the time to go through every Stochastic product here and wonder if there is anywhere I can put my request "out there"? I basically need an indicator combo that will alert me when Stochastic main
Hi guy! I'm new here , i stuck with how to combine that on MT5 can you help me . Thanks So much
I am able to connect to MQL5 on my regular platform... but on my VPS all I get is the above view and... which does not recognize my password, or any password which I have applied for repeatedly. What am I doing wrong? Thanks for any helpful thoughts Nick
Hello, I was wondering if someone could help me understand why when I'm doing a genetic optimization, a run could take up to 3 hoursto complete, but when I'm making a simple backtest, it takes only 30 min. I'm usingusing the exact same modelling, exact same period or timeframe. I really don't
I just paid 15$ for the server. I have no idea how to use it. Any can explain
Hello house, I am developing a strategy for trading wide intraday gaps on stocks gaps, The type of gaps I am particularly intetested in are the type that appear like minus aigns all over the chart, the price is static for a period of time amd then suddenly takes a leap ans stays put again
I have a question, my mt5 can't find any server. I will log in under CapialMarkets-Live. But I don't have any servers in the bottom right corner. Only 0/0 kb... What should I do. I use mt5 on macbook
Good morning I look at the products in the marketplace With my current display I get this For Metatrader 5 Experts => 119 pages Indicators => 231 pages Bookstores => 1 page... utilities => 88 pages Metatrader 4 Experts 323 pages Indicators 405 pages Bookstores 1 page utilities 124 pages First place
  Matlab and MT4  (17   1 2)
Dear Experts! Is there any possibility to call from Matlab a MT4 indicator? For example iSAR(NULL,0,0.02,0.2,0) and get back value. Thanks for any hints! Best, Lukasz
how to find out the ip address for GlobalSC-Live04 ICmarkets
What am I supposed to enter here? Niether account passord nor phone no. is accepted and I can't come any further in my registration as a seller. The lack of support for MT4-5 is scary. Thanks
I have two files, say A.mqh and B.mqh Both files have the same variables but in different namespaces: // A.mqh namespace A { input ulong InpMagic = 1 ; // Magic } // B.mqh namespace B { input ulong InpMagic = 2 ; // Magic } In the mq5 file I do
Hi. for some reasons, I need the old-fashioned Metatrader4 offline installer, which is not available anymore in download page of its official website. Where can I access and download it? Genuine Metatrader4 (not 5) offline installer released by MetaQuotes (not brokerage firms). Please tell me, if
Does anyone knows why, in the web-page of MQL5 there is an offer of renting VPS for 12 months, but in MQL5 VPS that offer does not appear? The largest available is 6 month
Hello everyone, I have a question, hopefully someone can help me. If I open the market overview and want to select a new column under columns such as "Volume", "Order Volume" or "Buy Volume", the program lets me display this column but the display is empty. Does anyone know how I can display this
  A newcomer asks!  (260   1 2 3 4 5 ... 25 26)
This is a question: if I created an EA , which trades profitably (at least 500% (demo) per day), then how to sell it profitable - in full, or each person on the license? And where can it be sold to be transferred to the card? There is a demo for profit 100$ a day
  As a developer,  (2)
after submitting my work,my customer disappeared and never came online after applying for arbitration he's yet to be online to resolve this,is there something that can be done
Hi, I'd like to edit ticks.dat files in the /bases/.../ticks/ folder to reflect the start/end month of my .tkc files (I've merged two different historical periods for a broker). Is this possible in a way or another