General - page 191

Hello, I would like to know how to create a custom installation of MetaTrader 5. Similar to how brokers do, where they change it soon, the default server already works, and besides, if possible, that you can add Expert Advisors and custom Indicators with the installation. It's possible? Thanks
  OTC Market  (9)
Hi anybody know how add otc market on mt5 platform on my pc
Any best way to trade at rollover time, spread at that point is just ridiculous. My trading style frequently takes orders or holds a trade through that time, despite the price on the chart being away 15 pips from my SL, the spread is more than 20 pips, and yes from a BE trade, it turns to a 2R lose
Hello, Just to confirm, If I want to change accounts within an already setup functioning VPS. Just go to the Broker Server within that VPS? Regards and thanks
HI i need to use exel DDE sever to use analysis for swing high low for Asian session and European session and USA session separately --!! and end t of the day as excel sheet to excel software
Hi, This site seems very quiet, so would you like to spread my words about fxfisherman to your friends? You may invite everyone you know, but don't spam. In my opinion, if there are more members here then the project will be finished sooner. For instance, we can test fxfisherman together promptly...
hello i'm trying to find someone who can convert a tradingview source code to mt4
  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