General - page 809

I'm trying to work with MqlTradeRequest to make a simple script that just opens an order. I simply copied and pasted the script from the mql documentation, but it's not working for me. The MqlTradeRequest and MqlTradeResult don't highlight pink when I type them. I'm getting lots of errors, I imagine...
Hi, tried everything even deleted antivirus and disable firewalls i get no connection on any of my accounts this is very frustrating please help!
Hi Where do the username and password suppose to go in the WebRequest? https://www.mql5.com/en/docs/network/webrequest Firefox put them in the Param > Form Data.  Does that mean that they go in the the array of the HTTP message body  "data[]" of the WebRequest argument? Thanks
Dear All, I am trying to run strategy tester for mt4 from command line to see how parameter changes would impact back-test results.  I have found this link also I found a help topic "Configuration at start up"... so I followed the help topic at it was the same as the one in the aforementioned linked...
  StringFormat  (1)
Hello In StringFormat function , what do each of  these symbols? I did not find any document. please send me URL if possible. %s, %d, %%.%df, %.2f, %.f, ,.....
Do you use Trailing stops in Optimizer  or is there a difference with ticks compared to live ticks?
As subject: The forum is in what time zone ? Is it UTC-0
Hi there! :)I have just a small question. As the subject say, I want to copy my own signals using another account, larger one, but I don't want to pay for my own services and I don't want to create another account on mql to do this.  Is there a posibility to do this on my PC, or any how!? Thanks! :D
[Deleted]
I think the year is over. New, needs a new theme..... continuing to promote the idea of a weekly channel
Hello MQL, is for MACD SAMPLE ea an Ordermodify Code availabel. I have a Problem with negative SWAP. The TAKEPROFIT must be changed, daily. regards balduin
Hi all, happy Friday.  Recently I received a file that goes as follows: "xyz.ex4-1.enc". The person who gave it to me told me that I should put it in my indicator folder. What is an .enc file? Is this dangerous? Best regards,  PS
No matter how often i download it again, (ECN Broker) it still stays incomplete, what can i do?
Hello, Is there an easy way to configure custom MT5 indicators so they can be applied on top of other indicators? (same as standards MT5 indicators using apply to " previous indicator's data" or "first indicator data" )? Br Elie
Hi everyone, recently, I assume after the last update, metatrader 5 is being terribly slow at executing scripts..does anyone have any idea about how to solve it? if not, where can I download the previous build, it worked much much faster. Thank you very much to anyone who can help
Hi all, I am a new code learner and after finding almost everything I needed on MQL5 forums and help files, I cannot get out of a simple calculation. I open different volume buy/sell positions with the same Magic Number, and I want to calculate my net opened positions. My code is as follows: Please...
  question  (3)
Hello i bought an EA from mql5.com today, i downloaded MT4, logged in to mql5 community from MT4, but i cannot see my purchased EA. Where did it go? When i click the Experts section in MT4, it is blank. The purchase page says "To start using the product, go to the terminal, log in to MQL5.community...
Hi, 2 of my trades that had no Stop Losses or Take Profits set on them have automatically closed without my say so? This has made me feel unconfident when using the trading platform now as it’s caused me to make a loss. Please can anyone provide me with any explanations and how I can resolve this?...
Hi can anyone help? I have a signal but it shows profit percent 67% while the deposit was $1000 and profit is $998 and also in moderator news I see this message while signal information is up to date: 2019.02.10 20:53 Connection state: authorization failed. Please check your trading account login
How can I get the number of shares disponible for trading of a specific stock using MQL5 ? Ex: AAPL has 800 million shares that can be traded
A profile generally has several chart windows within it. The problem is, it is very easy whilst trying to minimise or move a window to accidently close it this is a regular problem when normally time has been taken to set it up. To avoid this annoyance it would be better if MT4 give the user the...
Hi guys. The signal I am following is doing 0.6 contracts and my MT4 account only does 0.12 contracts. I have the same size bank, the same leverage ratio (1:400) and have given the EA 95% access to funds in the account (the maximum possible). How do I get my MT4 account to do the same size trade as
All,  I'm very new to this and had something happen in the middle of the night with my VPS and am not sure what caused it. Please let me know any thoughts you have on how to prevent this in the future. Here's my best understanding of description of what happened based on the VPS logs. This account...
  ASK vs. BID  (9)
Someone of you, could be so kind to explain me which is the differencie between ASK and BID quotations, and how these quotations are related whith the values I get from CopyHigh and CopyLow mql functions ? How could I use these values in my trading systems ? Thanks to everybody will reply me....
Hi, I make an EA that analyze all symbols that show in market watch and then make a decision to entry market, I test it on my MT4 and it works, But when I buy MT4 VPS for run it on market and push synchronize it, It doesn't works. Can MT4 VPS analyze all symbols that show in market watch (Symbols...
[Deleted]
I want to learn a programming language for the MT5 terminal. where would a beginner start ? Any lessons or tutorials
By reading on a topic in this forum and doing some reasearch in the MQL5.com signal list, I've realized that cent account signals are not rated and not included on the MQL5.com signal list (by rating, profit, subcribers, or any other factor) anymore. Is this a new policy from MQL5.com?
  Renko charts  (3)
 Hello, why is so popular renko charts ? What does have as difference from default charts you can setup in Meta Trader ? Can you get renko charts on meta trader? Or where can you setup renko charts?
I am using a custom indicator that draws up and down arrows for fractals. Below is one the hour timeframe and the indicator is working correctly. https://i.stack.imgur.com/Y3eUa.png The problem is when I call the indicator using below code in an EA and monitor those values to detect changes OnTick()...
Hello everyone, I'm Johnny and I have a problem that I have not been able to solve for several months. I tried to register signals as a seller, they sent me the documents, but the answer was " You can not approve you as a seller." which is not absolutely true, in fact I have 30 $ loaded because I...
Hi, I'm a little confused trying to pass an array of pointers as a parameter of a class constructor. class MyClass : public CObject {   public:         Fract            *_fract[2];      ESTADO_CORREDOR   _estado;            MyClass( Fract* &parFract[], ESTADO_CORREDOR estado ) {         _fract[0] =...