General - page 874

I wish to reduce a trade size from £1.00 to £0.50, how do I do that on MT4 platform.
On my MT5 app for Android, the order inverts the offers...not the bids, just the offers.  Meaning, it shows the worst offer displayed by the broker/datafeed rather than the best offer, and then as you go up the list the offer gets lower.  The bid is not inverted, only the offer side of the order...
Hi guys. I'm profitable trader of binary options. My strategy cannot work on Forex because i make short time trades so all my profit will be gone in spread. I live in UK. What do you think guys will happen next month when BO will be baned in EU? I'm still with Australian broker. Do you think they...
I actually want to learn arbitration red and green percentiles meaning. I want know rating, projects , overdue also . Can anybody explain these ? I will choose a developer at freelance
Hi all, I read an MQL5 article which stated that slippage would be included when using the every tick & real tick modes within the strategy tester - https://www.metatrader5.com/en/terminal/help/testing_features Unfortunately so far during all of my tests, slippage has not been included and I have...
When I try to download an indicator to mt4 it says I don't have mt4 and if I do to change the default settings to include the platform I'm trying to download to.  Can someone please tell me how to do this?  I don't know where to begin. Thank you in advance.  Have a profitable day.
Hello, does anybody knows if there is a way to code an EA to run the backtester genetic algorithm several times (let assume.. 3 times overnight) and save their (3) result lists in any way? Is this somethign possible? , Where to look? , How to start? Thank you very much!
Good afternoon, Would like to know if you can speed up or change how often the graph appears in the Chart Area. I did some tests and realized that when there is an increase in the tick volume, the graph starts to crash and Terminal64.exe starts consuming a lot of processing (around 50%, noted in...
Hi everyone, I m trying to create an indicator to display candle of superior time frame in chart on inferior time frame (in separate window). I don t get to create a "candle shape" with body and shadow of the candle. I write this code : #property copyright ""#property link      ""#define vers   "1...
Hi, Please i have a problem with my MT4 platform. After i upgraded my Windows 10 OS to the latest version my MT4 not connecting to the internet . I use Microsoft Surface Book. Anyone having the same problem? I need help urgently Thanks
Hi! I'm looking for an atr or adr indicator in pips, but for MT5. Any idea where can I find it?  Like this I only find it for mt4 :( Thanks!!! 
Good Day! Is it possible to program a horizontal alert level on stochastic indicator that is adjustable? What happens is that I've attached the CCI into the Stochastic. Setting the K and D periods color to none. Since stoch and cci's levels are different, I wanted cci to adopt stoch's level What I...
  trad rill  (2)
bantu saya untuk trding rill, saya coba depositnya kosong
  About this EA, Mr.Sergey  (12   1 2)
This summer, the last question 1. browsing to the last few pages, I downloaded the latest version, but I don't know which EA should I use? My platform is GMT+2. How should I set it up? Is the cycle I use is 5 minutes in the thread? 2. I downloaded,  indicators, forgive me ~ I am a novice, can you...
I am trying to figure out how to program an EA for MT4 that simply draws lines across each screen pair. These lines have to match specific numbers on the right hand of the each pairs screen. Does anyone know the code for this?
Here is the code the I am trying to write during Optimization. int file; void OnTesterInit () { file = FileOpen ("testingFile.csv", FILE_WRITE | FILE_CSV | FILE_READ ); if (file == INVALID_HANDLE ) { Print ("File Not Opened: ", GetLastError ()); } else { FileWrite (file,"rsi
Hello, I am running an MT4 instance on a VPS with an Expert advisor. However I usually trade by opening my MT4 on my desktop. I can set limit orders on my MT4 on my desktop account and it will show on the MT4 account on my VPS. I can also successfully make price alerts on my Desktop MT4 but when I...
The new version of the MetaTrader 5 for iPhone and iPad provides the possibility to view market statistics of financial instruments traded in the exchange execution mode. In order to view the statistics, open the menu of any symbol in Market Watch, and select 'Statistics'. Also, operations with...
hello how do I connect my Meta4 to my VPS
It came to my concern, I have just noticed that I can't view a single charts which are being shared, is there any one who is also experiencing the same thing at this moment?
  MT5 folder  (7)
Hi I am on ubuntu 18.04 and I have hard time to install mt5 (the proxy error and yes I have tried everything).Can some one send me theirs folder of mt5 (the one with the exe)
Please can someone show me how to enable signal provider to trade automatically on my MT4 platform and also how to set up what %tage of my balance to trade with. Thanks Ernest
although my account has 100 dollars credit, I can see the credit in my terminal .. when I try to subscribe a paid signal, it offers me payment options. I can only subscribe to free signals.
  Elliot Wave  (3)
Hi does any one know of a good free Elliot wave indicator I've found a few but would really like a recommendation cheers.
Update of MetaTrader 5 terminals for compatibility with Windows 10 April 2018 Update Today, we are releasing an update for desktop terminals, which fixes compatibility issues on the latest Windows version. We strongly recommend that you install this update. If you have already installed Windows 10...
Hello, I have been seaching tzmt4api.dll/zip for days, could anyone provide me with this file or an not expired link? thanks so much!
Hi guys, I just started recently to test VPS solution (names removed) and I dont see any gain in final speed execution of the orders, even with a 1ms latency with the server. Compare to my computer at home with a 85ms latency, I should have a final execution time overall 80ms faster if latency is...
  MMMode  (1)
What does MMMode=4 means? How many modes are there?
Hallo everyone,  I will addition times in my EA - 23 (clock) + 4 (hour) = 3 (clock)  i habe a variable we name it VARIABLE_1 = „23“ (only this number 23 - NOT in Time Format 23:00) and I will addition it with an other variable we name it VARIABLE_2 = „4“ (only this number 4 - NOT in Time Format 4...
Hello, I am looking for an alert that uses ema: Moving average exponential indicator in one hour to see the trend line . And rsi in 5minutes to see the entry. Can anyone guide me?