General - page 90

  signals  (1)
how easy is it to set up a signal copier as never done it before thanks
i have a free code I got that change all the timeframe of all open charts to selected time frame on mql4 is it possible to get same code for mql5
Hi Basically i am having an issue with receiving my MQID code. When i connect to the WI-FI, and i click on the MQID button in the messages bar, i get the code however when i reset the app and click on the MQID button when using MOBILE DATA, it says it is null. This issue only started happening
Does anyone know how metaquotes historical data has been derived?. I mean from which institutional trades data? I am not sure price is indicative or average rather than real data . I heard somewhere that they average price after obtaining data from different brokerage. But most of the time i see
Hey I have a quick question and i hope this makes sense, i'm new to mql5 and i'm doing a tutorial on YouTube and the person has some if statements and apparently they also preform actions in the condition area, is this true? I have never heard of this before. //get current tick if
Hello again. I am a bit disappointed that I can't seem to get Volume with the tick data. As you see in this thread: https://www.mql5.com/en/forum/448933#comment_47489977 The volume is always equals zero. There I provided some code that downloads ticks in chunks. If I try CopyTicksRange with the flag
Hi, What is the realistic profit per year
  Poloniex API integration  (12   1 2)
I'm trying to develop a integration with Poloniex API (https://docs.poloniex.com/#introduction), buy I'm facing some difficulties on doing private HTTP connections. Here's my code, can anyone help me? Server is returning the message {"error":"Invalid API key\/secret pair."} Thanks in advance
Hi everyone, I bought a refurbished PC a few weeks ago and recently it started crashing very often (blue screens with different stop codes) but I couldn't figure out if it was hardware or software related and it was making me very worried after having tried to fix it with all possible solutions I
Can I change my login name please
Hi everyone. I have some different objects ( like H_lines and arrows and ....) on my chart and I wanna get all of their prices and set them in an array. help me plz thanks
Hello, How are you? I see that on some profiles there are sections where I can see external links. Personal website, Facebook, email, etc. Where can I find this section for my own profile to put my own information? Thank you. 😊
Hello everybody, I have tried this: void OnInit () { //--- ENUM_FILESELECT_FLAGS flags=( FILE_READ | FILE_WRITE | FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_BIN | FILE_COMMON ); return ; } But compiler says no... cannot convert 4487 to enum 'ENUM_FILESELECT_FLAGS'
Hello! Did anyone install MT5 on a Mac with M2 processor using Parallels Desktop? I always receive an error when I click on the install-file. I used the MT5 install file from different brokers and from MetaQuotes but nothing works
when subscribed a signal, there was a setting of no more than xx% of deposit within MT5 program, the default is 70%, does it means when the DD more than 70% no new order would be opened? but my case it still opened even near 90% DD, so what does the setting means
  can't start vps  (3)
I rent vps, I migratted all. But I can't start VPS
Dear all, Maybe someone already faced a similar issue: - historical testing deals, for similar periods like a few weeks or a few months, deviate from the live deals (a few of deals didnt happen, for some of them the timing of opening and prices) My suspicion is that VPS can somehow reset the EA, and
  Backup of Alerts  (1)
can someone help me how do i backup the alerts to another mt5
I created this GUI with EasyAndFastGUI library but I stuck on something I can't figure out how to make newly created chart objects display under my GUI So my panel always stay on top (See attached picture)
I am having issues on how to upload a bot. Can you show me how to do so
I have a problem with my purchase through PayPal The amount was withdrawn from my balance Payment error! The payment system reported an error while processing the payment. Please check the entered data and sufficiency of funds on your account. You can also select another payment method . If the
I mistyped the trading account number when I tried to connect the signal I am subscribing to another account. What should I do? Must I wait for one week before I can switch to the correct trading account number? Shouldn't there be a warning of something
  else and else if?  (17   1 2)
When should you have else and else if, is there a rule to follow, I've seen both in code? And I can't get a clear answer from the documentation
When I initially applied, I thought the user name could be changed later, but now it seems like it's not possible. Can I change my user name now
There was a post here about generic code, making an impressive effort and attempt to solve that with template methods. The main drawback of the template methods presented here, is that a template method can not be a virtual method and thus can not be used in building a class library . Hence, I
Forum please help I have changed location please how do i edit because i need my account. Reason for editing is for funding. My toys needs upgrade. Please help
MY WAY OF FOREX TRADING: I Learnt about forex trading from a friend of mine some years back. The guy told me this thing makes money, he was happy, he was making 20 pips a day at 0.1 lots a day. His account was 8000, so it was pretty easy to survive. He had survived for 3 months by Gods grace
Hi all. I'm experiencing a problem with an EA I'm currently running on my live account through mql5 VPS. There is a trade running for 5 days now, but when I run it through strategy tester, it should have ended 3 days ago and 2 more trades should have been opened in the mean time. Also, my manual
[Deleted]
Hi, What is the difference between Experts and Utilities in the Market please
i'm learning mql5 and I'm trying to learn the structure but there's a problem when I'm trying to run The Script void OnStart () { MqlTick price; // Declare a variable of type MqlTick to hold tick information SymbolInfoTick ( _Symbol , price); // Fetch the current tick information for the