MQL4 and MetaTrader 4 - page 2

I would like to report a serious case of intellectual property infringement and fraudulent activity. A third-party website has recently appeared, unlawfully offering multiple high-ranking EAs from the MQL5 marketplace for sale. This site is using the exact same names, logos, and even screenshots
[Deleted]
Hello, When I am using MT4 in online mode with my current broker (Oanda) I can use 2 digit lot sizes (e.g: 0.11) but if I do backwards testing on a weekend where I have to use the offline mode in order to be able to use the weekday spreads and not the week-end spreads for the whole testing I can...
Guys, Ive been trying to withdraw funds from my MQL5 account and MQL5 frustrating my effort. I created a webmoney account to receive funds and their response was "Our payment provider does not support your region" Please let me know how an international payment system such as webmoney is not
Hello everyone, I am real beginner so soory for simple question but... I want to show on the actual chart in MT4 some additional info coming from a EA. Actually I was only able to print the informatione in the expert tab. How can I send the info to the chart? (If there is some doc here, I will be
  EA  (2)
Hello, I am new to coding. I started using the MT5 EA to use their indicators to generate an algo trading but it doesn't work to my expectation. I mostly take trades personally but I want to be smart to use an algo since I can be caught up somewhere....I do spread betting
Hello all, I'm new here (just created this account in order to ask for help with a problem I've been having recently and to which I have found no solution online), so I apologize if I'm writing this on the wrong section of the forum. I'm a regular user with practically no coding skills, and I am...
Hello everyone.. I want use below indicator on MT5 EA this is possible..? // @version= 5 indicator ( "ALİ ALT BUY DENEME" , overlay = true ) Kol_Linii = input ( 2 , "Количество линий" ) Signal = open [ 3 ] > close [ 3 ] and open [ 2 ] > close [ 2 ] and open [ 1 ] > close [ 1 ] and close > open and
[Deleted]
I have an EA open or a number of charts. It has always been the case that when I make a change to the code (for example a new default value of an input parameter) and compile, all open charts/EA:s will re-initialize. However, since the upgrade this seems to be a bit random. Right now I am running...
Hi,  If I examine the prices on one-click buy/sell buttons, I see different numbers than the current tick price feed. This is because I opened a particular account with fixed spread in order to make automation easier. For a particular automated strategy, I need to use the one-click buy/sell prices...
  there are no trading operations  (69   1 2 3 4 5 6 7)
I test me EA on my own broker it works okay. But when I send in for validation I get the following : test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 there are no trading operations test on XAUUSDcheck,Daily there are no...
Hey, I´ve been searching quite some time now but didnt find anything, so I hope anyone can help me here   I want to close an order after 24 Hours, but it should be at the end of the current bar(Dailyperiod), not at the start of the new one, in case of gaps.  And I dont want to close all open trades,...
I cant get the clusters in this EA to update on every tick, sometimes they do. The clusters display sell or buy ticks at each level 3 pips apart (tick volume/10 for space constraints and readability) If the volume in the cluster is below 11, when divided by 10 it is always 1 (eg. 9/10 = 1) (low
Using a Mac First post and I am sorry if this is in the wrong place. My Navigator window and Market Watch have become undocked.....sure it was my fault. Now, I can't get either back docked?? Does anyone know how to fit this? It is a really silly problem to have without any way to get it back
Hey Can anyone help, I run into this weird problem. The story: I tried to hide an Indicator from the market and from my list of indicators , and I dont know what happen I cant find the page where indicator go after you hide them so i can show the Indicator again, So I decided to create a similar
Please help me understand how l could solve the error code " Not enough money " while uploading my mt4 ea to market... what exactly w=should l do... l tried all think l understand but its not working... Not too good in coding yet so l need help. Please. below was the recommendation.. bool
I started this thread to post all news/signals indicators and EAs we have now and will have in the future.
I am not able to run new optimization test on MT4 backtesting further, as every time I try to run it I get zero results and on the journal it says something like this "There were <n> passes done during optimization". I have searched the interenet and have performed the following without any
Hey all! Does anyone know of an effective way that I could extract the trade history from strategy tester after it is complete, into excel? I am currently doing this manually at the moment, but is a very long process when I am back-testing on 20+ pairs... Is it possible to use Macro's within excel...
  Live vs Demo EA  (5)
Anyone fancy taking a look at this EA , when back tested in strategy on the 1m chart XAUUSD with TP 100 , the results are amazing, however in live I cant get it to be profitable? here's the script : //+------------------------------------------------------------------+ //| Expert Advisor
Hi guys!  I was looking for an automatic lot size calculator based on a horizontal line. All the stuff I have found are position size calculators, but then you have to manually enter the lot number in the Red/blue chart with the buy/sell buttons. I need something that automatically calculate the lot...
  TRIX Indicator  (35   1 2 3 4)
TRiX (3 Exponential) indicator for MetaTrader 4. The TRIX is a trend-following indicator used by triple smoothing of price and looking for anomalies and rate of change. How To Use TRIX How To Use TRIX Download here: Click here to download Great trading
  Moving Average vs iMAOnArray  (14   1 2)
Hello guys, I have a very simple indicator drawn in a subwindow, the code of which is below: #property indicator_separate_window #property indicator_buffers 2 #property indicator_minimum 0 #property indicator_color1 Lime #property indicator_color2 Red double val1[]; double val2[]; double dXecn = 1 ;
Hi lovely community :) I'm having some issues with Strategy Tester and really need a hand. I did have a look around and I've tried a few solutions but to no avail. When I run a EA that I've made I get no results at all. Completely blank. I'm trying to figure out where I'm going wrong. I've check
Hi. People Lately history center is not working and I can't download any historical data. Is this due to planed schedule ? or Is it happen since new build 950 ? Just want to clarify what is going on. Kind regards.
Can someone please help me with the above issue, i cant download historical data for any symbol, its showing only little data and when try to download i will get error " there is no new data for pair "XXX", i have tried multiple pairs but nothing is working, download and re-install the MT4, switch
[Deleted]
Hi Guys, Just started working on the MT4 platform and there is something that I just can't figure out and its being a real pain. Each time I backtest an EA using the "Strategy tester" and I open a chart for it, the chart opens with a black background and white bars. Since I prefer working with...
[Deleted]
I have a back testing program that only accepts indicators as DLL's. Does anyone know if it's possible to convert an MQ4 indicator to a DLL? If so, could you please tell me what I need to do in order to convert it? Thanks
[Deleted]
Is it possible to change the delimiter from semicolon to a comma? I am exporting data to a program that will not recognize the semicolon
Hello, I have a custom EA that works fine in the live market, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell
I've been noticing more and more that MT4 is no longer used or talked about... but some brokers still only have MT4, while some have both MT4 and MT5. Is MT5 the "evolution" of MT4 or not