MQL4 and MetaTrader 4 - page 711

Hi guys,  An old pre build 600 coder here trying to get familiar with all the new functionality. I want to create an mt4 application that can execute trade orders with specific settings and manage things like trailing stops. I would like to use the new dialog panel which has buttons, input boxes,...
  bug or feature?  (2)
Hi I am experimenting with the good old CCI and enabled to see its 'hidden' buffers in the MarketWatch: #property indicator_separate_window#property indicator_buffers 4#property indicator_color1 LightSeaGreen#property indicator_color2 clrNONE#property indicator_color3 clrNONE#property...
  EA and iPad  (2)
I'm using MT4 for Android now but I've never seen it on iPad. Can we use MQL editor on iPad? Can an EA work on iPad?
[Deleted]
Is there any script (i could download) that will tell me how many positions have been opened per symbol ? Thanks in advance
Hello to everyone!  How I can obtain one click trading mode? (True or False)  Is there a way?   Thanks   Dottor Market 
DearAll, I started using the MT4 platform developing my personalEA recently. Now, they are working well especially with the backtest facility. But the problem I'm facing is when my EA is working on real timewith my broker (practice or live) accounts: sometimes my EA takes a bid delayto respond. So...
EURUSD: Recovers Higher On Correction EURUSD: Except EUR returns above the 1.2791 level, it faces a possible reversal of its corrective recovery triggered the past week. Support lies at the 1.2550 level where a break will expose the 1.2500 level. Below here will pave the way for a move lower towards...
  There is no SRC  (4)
Hi everyone.I trying to show my Code to solve a problem. the only option is attach with the brows bottom.cant find out or see Src bottom??????????please help
Hey all, I'm getting an array out of range on this custom indi. I can't seem to figure out why. Any help is greatly appreciated! //HullAMA.mq4#property copyright "Copyright © 2004, by konKop,wellx"#property link      "http://www.metaquotes.net"#property indicator_chart_window#property...
[Deleted]
  Code Review  (2)
Hey y'all,  I recently started working with MQL4 and I need some help with my code.  Although it runs and I can execute my EA, it doesn't work like it's supposed to.  Any help or tips wold be greatly appreciated.  The code is attached below: It runs in that it compiles successfully and I can attach...
[Deleted]
Hello, is it possible to read the trade performance from a MT4 account with a website and PHP technik, when i have the login data? I want be able to read the open and closed trades from historiy and i want be able to open new orders in the account and i have just the MT4 login at moment. If somebody...
[Deleted]
In mt4 mobile for iphone, Is there any way to show trades in pips? On computer I am always use the option show trades in pips. And I am used to it. Now in mobile i need to see open trades in pips. Can somebody help me please. Why mt4 mobile doesnt have this option yet?
Hi all, I'm working on a code that calculates "total riskmoney" (if all StopLoss hit......) of the current chart.  I found that with those orders/positions that I did not set stoploss, they're given a very large stoploss. My plan is to deal with them with a stoploss of any of my other...
The code below runs perfectly fine in Real and demo account, however in the backtest, first bar (index==0) for all quotes received, this bar in particular, gets the same value for OHLC (equal open price) for CopyRates function.  Please tell me, is something wrong in the code, or what the problem....
[Deleted]
Существуют ли функции позволяющие получить, такую информацию как: 1) Куда направленны линии индикаторов. Например: стохастика идет вниз, линия ADX идет вверх и т.п. 2) События пересечения линий. Например: линия +DI пересекла -DI снизу вверх.   Или такую информацию можно получить только путем анализа...
[Deleted]
Hi metaquotes,  I have this problem for many years and never said anything about it. The crosshair of mt4 is not accurate. When iam trying to look at for example, 11.4pips TP from the entry price, i had to resize the chart size before i get to to that 11.4pips price. Usually it will be 11.6pips etc....
Hi, this is some info that may save someone a few days of trouble, or maybe some that will bring to light what I'm missing. I was unable to declare a 2D array locally. Only 1D. The 2D had to be declared Globally. Access denied violation is the error that was being generated. Perhaps the...
tsedawa 2014.10.09 13:04   //+------------------------------------------------------------------+//|                                       Brooky_Rsi_Ichimoku_V2.mq4 |//|                      Copyright © 2004, MetaQuotes Software Corp....
USDCHF: Weakens But With Caution USDCHF: With the pair closing lower the past week, it faces further downside pressure. However, on the daily chart that weakness seem to have been halted suggesting a resumption of its broader upside could be developing. On the downside, support lies at the 0.9500...
  MT4 Build 711  (18   1 2)
A proprietary indicator runs fine on MT4 build 670 but crushes on build 711. Any ideas please? 
Dear All, I have array. It has no problem. But imaonarray with the array returns 1.INF. Actually, elements of array are small number like 0.000xxxxxxxx. How can I fix it?
I run multiple EAs on one MT4 platform and multiple MT4 platform on a same PC. I found that some of my EA does not work as normal, example, closing a trade that the EA doesn't have the signal to close. I checked the running EAs do not have the same Magicband no. Why can this happen? Can there be
Hi, I searched through the forum and could not find any answers... Once I place an indicator on a chart [in a separate window or on the main chart], is it possible to get the indicator's parameter values? For example, I place an ATR indicator on the chart and want to use the parameter value of
I was looking to add a time variable to a trailing stop EA, but its a bit over my head, any help is appreciated.   if (Current Time – OrderOpenTime > 60 Seconds) {.....}  Thank you in advance.
[Deleted]
Hello I upgraded to MT4 build 711 and for some reason I cannot run terminal.exe anymore. Each time when I run it, it crashes without giving any error message. It runs only if I launch my Windows 7 in safe mode.  I would like to delete everything related to MT4 from the computer and do a clean...
Hi, Here is a free pivot point indicator (thanks toi gearhead who submitted the code here and improved on it ) that offers quite a few features: Daily,weekly, monthly pivots (select) Mid pivots (turn on and off) Chart auto shift to set position (adjustable from 10% to 50%) Labels position...
Cannot read the news in trading demo platform.It always showing in Cyrillic.Can someone help me?
I just started using MetaTrader 4. So, I have a couple of questions.    I accidentally clicked out of one the 4 charts that are in the program, and I'm trying to see how to get it back. I don't remember what it was. Is there some refresh button or something?   Also, how do I input my broker account...
Forgive me for asking what may turn out (based upon the answer I receive) to be a stupid question, but what additional value am I gaining from the 2D optimization screen vs scatter graph? What am I "looking" for when using the 2D optimization. What do I want to see and not want to see? Cheers.
[Deleted]
Hi all,  I am trying to write an EA that needs to make calculations using the values of various symbols. The problem I have encountered is that the values of other currencies are updated only when a new tick of the chart symbols comes in, and not every time other currencies change. To make it...