MQL4 and MetaTrader 4 - page 824

Which operative system (of the Windows family) is best (lighter) for MT virtualization? I am also interested to know if there are installation custiomizations or configurations to further reduce its footprint. Purpose of this OS is only to run MetaTrader in a virtual machine, so the smaller ram/cpu...
how can i copy the subscribed signals in my account,, and wwhat does it mean : specify your MQL5 community account in order to subscribe to trading signals
Do MT4 will work on this tablet? Asus VivoTab Smart ME400CL 64GB LTE W8 tablet
what is metaquote id i did not giet it
[Deleted]
hello guys I'm having troubles with one of my indicators which draws rectangles based on higher timeframes candlestick pattern (for example H4 oder Daily) on my M30 opened chart platform for trading. I'm using that indicator for manual trading. The problem is, if I have the M30 timeframe open, the...
[Deleted]
Hi All, Just a quick question, anyone know a neater way of building a filter to restrict/allow new positions based on the day of week, hour and minute? my logic wont work properly in the backtester. It allows trades after the cutoff time,(not good) but it closes all open positions on 'time exit',...
First post - apologies for any newb mistakes! If I run an MT4 back test during the week (i.e when the market is open), I know the current spread is used for the whole run, so there will often be minor differences in the results. If I run the exact same back test during the weekend however (i.e. when...
Here is the very simple code that I used to benchmark how fast is MT4 when working with EA functions: int i=0;int max=15000000;int t0=0;int init() {   //-- test 1   t0=GetTickCount();   for (i=0; i<max; i++) {      int a=1+2;   }   Print("test 1: "+(GetTickCount()-t0)+"ms");      //-- test 2...
It does this now in admin or user account. it happens on two terminal meta editors and one terminal wont open now unless its opened as administrator
  Last Trade!  (5)
Hey Guys, i've built an EA and i want to select the very last closed trade. I've tried everything that is in my skillbox. I've researched the forum and read every function that would help me in the documentary, i can't solve this. I need the ticket of the very last closed Trade, so the EA can differ...
Hello Does anyone have any experience of real trading (ie, real money) with an EA on rangebars? I need some perspective on what Im doing, whether its realistic or not. So far I have: 1. Obtained about 2 years worth of tickdata (tickstory). I have only backtested with 2 years because of strategy...
Dear all We Know how to export data from mt4 into Excel file via DDE option from tools of mt4 BUT now I want some body to tell me how to make OPPOSITE EXPORT DATA FROM EXCEL FILE TO MT4 PLEASE KINDLY HELP ME ON THIS SUBJECT Thanks a lot in advance
[Deleted]
My EA is a simple one based on moving average (just checking for crosses between slow and fast EMA) and it was supposed to put the buy order at the red dot. What happened was that my computer had been hibernating way before the red dot, so when I turned it back on the EA was feeding on information...
anyone can say the free EA for 100 $ account . may be it will make for coders laugh ....but it will very useful for all beginners .so may be some good mind person can have this EA sure.i am seeking that Good mind person also from him the great EA and indicator Too ......
[Deleted]
I'm wondering is there away to add custom indicators to MT4 android version ! If we could do that, is there away to covert mq4 indicators or make them work on MT4 android.. the idea I have few indicators on my MT4, just wanna add them to my smart phone  ... Thanks in advance....   
  FR H-Volatility  (415   1 2 3 4 5 ... 41 42)
This thread is a continuation of the conversation about kagi splits. Yura, let's look at the FR of the cagy zigzag segments for EURJPY 10^6 ticks BP, plotted for H=10. The graph is actually mirror-symmetric about the ordinate axis, I took the modulus of the difference for better statistics
Sorry this may be considered off-topic since it is not about MQL4 but I need some help on the workings of this forum itself. I sometimes forget to subscribe to the Topic on which I my have posted a comment and then do not remember if I have anything pending issues. How do I find all topics on which...
I made a function ArrayPrepend() that insert a value in the first element [0] of an array shifting the values already present down by 1. (the last element is lost) Currently I need 2 different functions to do this, because ArrayPrepend() only accept arrays of the declared type: void...
Hello everybody. I am trying to code a EA: x = close current - close at 5 minute ago. x>30pips ->buy x stoploss=30pips, takeprofit=80pips, trailing stop = 30pips. Time frame 4 hour. The problem: how to describe close price at 5 minutes ago in mt4 ? The close price at 5 minutes ago will change value...
i look the documantation and i find this dy=MathAbs(dx); z=MathPow(x,y); then i don't understand what means these ? MathPow(x,y); ??? MathAbs(x-y) ; ???? someone help me ? i don't know what these are means ?
I want the EA to place two opposite pending orders in order to what I put below but it makes just the one(first) pending order in both YELLOW or WHITE case. For example in the YELLOW case the EA would place just SELLSTOP(1.2). Please help if know my mistake.         if (type == OP_BUY && level <...
Hi, every time I test my code, the results look like this (see picture). The prices used by the OrderSend / OrderClose function are wrong. As you can see the expert does not Open or Close many Orders at the current market price but uses a price far above it. Does any of you know how to solve...
hi friends and metatrader admin,,,how we can find out thta in this many metatrader broker,,witch is online and witch is not connect to market,this is realy hard problem to us that cant find out witch broker is realy connect to market! is there any way?
[Deleted]
USD/IDR MT4 Not Supported???
[Deleted]
Hello everybody, This is my new post, I'm really new at this community. I'm still learning but well, this is my problem: I recently discovered the Comment() function that was and is really helpful for me. I've been using it since I discovered it without any problems. On the one hand, I'm a fan of...
https://www.mql5.com/en/articles/219
[Deleted]
hi, maybe some one can help me to set icustom correctly fot this indicator? so it could do for example --> if(iCustom..........)<ask Print ("price is above")..... thank You indi: #property indicator_chart_window#property indicator_buffers 4#property indicator_color1 Black#property indicator_color2...
  about balance  (4)
How to get the highest value of "balance" in the past?please,help me.
Hi. I'm looking for a programmer who can make me this price ladder tool. https://www.youtube.com/watch?v=t805EwD-IiQ Please send me a private message if interested.
Dear Guys, I am using a EA that use to download news calendar. this EA work on my friends computer but it is not work on my computer. I try several time but i didn't get solution. I any one know good solution for this.