General - page 112

My Broker's Server not included in your list when creating a new signal it gives Invalid broker server. The server name is: FortFS-Real
Dear, thanks to anyone who can help me, There is a calculator to encode the ".bits" of the Intraday Time Filter signal, but unfortunately I couldn't find it, I'm starting to study it, who can help me... what would be the coding for me to trade from 08:00 to 11:30 and another EA from 03:00 to 07:00
Hi, I want to implement an automated EA that do rollover contracts few fays before expiration, using symbol name and SYMBOL_EXPIRATION_TIME I know when i decide to rollover, the piece that i'm missing is how to "guess" what is the n next expiry contract name, let each hour I check if I enter to
Webman has a lot of complications with attestation, the limit for formal ones is very small. Pipal - well, there are no brokers who work with Pipal and Russia seems to have been switched off. And ePayment - there are no brokers for funding accounts either
An updated version of library which I published in marketplace is not being installed as its reporting error Installation Failed [405] Many user reported this. Is this mql side error? How can it be resolved for my product
Hello Forum. There are these shiny new matrix and vector types that are basically classes just without the C in front. But then why can't I create an array of a matrizes to call the layers and weights of a neural net by index? Turns out you can: #define ARRAYSIZE 2 #define COLS 2 #define ROWS 3
Can anyone help me to understand why "allow modification of signals settings" is missing? This is my buddies account - he downloaded MT5 and his broker said it's not an issue on their end. Myself and several others have not ran into this issue before. If anyone has an idea as to why this is, it...
Hi Am I dreaming or is the Python API for MT5 really limited to mainly history functions? See https://www.mql5.com/en/docs/python_metatrader5 Where are the function to draw graphic elements on the charts? How to current time, bid, ask to to live trading? How to do back testing of a EA written in
The MQL5 language is constantly evolving: in the last few years, we have added native work with databases and DirectX, OpenCL and Python support, network functions for operations on the web, and other syntax improvements aimed at bringing the language closer to C++. That is why MQL5 is considered
Hello, if we compare economic news in MT5 and Investing, then the values are mostly different. Why? Here is example from today news at 15:30 from MT5: And here same news from Investing
  MQL5 Balance  (1)
I added funds to the mql5 balance in order to purchase a VPS then when I had tried to buy the vps using the mql5 payment method it was disabled and my balance did not show until I actually paid for it again a second time except using my card as a payment method also I find it quite absurd that im
Hi all I wonder if anyone can help please. For reasons unknown my Windowss 11 install redownloaded version 23H2 and now I cannot add any of my purchased indicators to my charts. I did try the service desk first but never made it past the chat bot. Any help/guidance would be much appreciated. Thanks
Hi, I bought an EA, and activated it in 1 terminal. That works fine. According to MQL5, activation is per computer. I installed another MT5 terminal, when i opened it and logged in my community account, the EAs didn't show up. If i go to My Purchases, it says I need to install again. Wouldn't
I am getting "invalid pointer access in 'Expert.mqh' (358,8)" in the journal tab. It happens when I change a input parameter in the set file. This is where it happens inside Expert.mqh: //+------------------------------------------------------------------+ //| Initialization signal object
Just seems so counterintuitive to have to close EACH order one by one especially in a fast market. It's my understanding that there are no plugins for the mobile app either. So would would a vps be a good option that I can control with my phone via satellite
I was wondering if they have access or monitor our trades since we use their platform. Also, I was using the Time and sales in their DOM in mt5 and my trades weren't even showing up on it. I am using futures so the DOM is live, but haven't seen any of my orders show up even when the market is very
[Deleted]
Copy-paste the documented code and watch the compiler throw an error at you. The specifier does not do what it was created to do. AT ALL
What if you are subscribed to a Signal, and you have open orders in your terminal. What happens in you change/adjust the "use no more than x% of account balance" amount in your Signal settings? My reason for asking is: there is high impact news coming up this week for the currency pair of this
Hi everyone, I should start by saying that I’m quite a beginner, so please forgive me if the question might seem a bit silly. Let's take an example: I have an account with 10k dollars, contract size = 1, and leverage = 1:25. I want to open a position on US30 with a 490 pip stop loss, with 1% risk
Can a option be added in the styler to keep "else if" in the same level
  No symbols  (3)
Hello! I am new to metatrader and this question is probably easy to answer for you guys but when I log in using various demo accounts I never have any symbols. Therefore i cannot do anything. I used one of the account from Vt Markets with their MT5 version and it's all good. But I would like to be
Is there a way to set a specific time for platform to execute an order automatically? For example, at 12:15pm to sell 0.2 of usd/jpy
Hi all, I downloaded and tried to compile Serhii Ivanenko's Simple Hedge Panel (https://www.mql5.com/en/code/1771) but am getting an error. I've contacted the author w/o reply & am trying to read up to fix this myself. I've never coded before though so am on the basics (what is a function, what is a
Could someone tell me how to remove the asset headers from the window tile? Regards, Juan
Hi, my indicator is generating Notifications which i can then trade manually. Is there an EA in the market that can auto trade the notifications in MT4 ? Please assist. Thanks ckm
  Server error  (2)
Because the exchange changed servers, the signal was disconnected. My account currently has followers, what should I do
Hello, I'm trying to calculate the minimum amount to open a position in some assets and I can't find the formula. For example, I have $10,000.00 and I want to divide it into two equal parts to invest in two different assets. What is the maximum lot size I can buy for each? Taking EURUSD as an
Hi, I tried to use your copy trading system. I used my own account as the signal provider and used 5 other accounts to do copy trading from that signal provider. Everything run well the first 3 days. However, in the last 2 days, all 5 accounts went crazy. They made all wrong transactions and made me
Good morning I was wondering when you run an EA, demo or reel on the terminal if you like to see the indicators that trigger the EA? Because technically, the EA does not display the indicators THANKS
Hello, I have come lately across two bugs, one regarding a simple warning of MetaEditor when compiling, and another one concerning typedefs. a) Regarding the compiler warning, when I compile the following example, I get the warning about val "possible use of uninitialized variable 'val'"