MQL4 and MetaTrader 4 - page 635

New article Drawing Resistance and Support Levels Using MQL5 has been published on mql5.com: This article describes a method of finding four extremum points for drawing support and resistance levels based on them. In order to find extremums on a chart of a currency pair, RSI indicator is used. To...
[Deleted]
Hello   How can I delete an account (I have many I don't use anymore) from the MT4 App?   Thank you, 
[Deleted]
Martin Winterkorn, chief executive officer of Volkswagen, resigned this week inthe wake of a company scandal. More than diesel or unleaded, two words powerevery BMW, Mercedes and Volkswagen sold around the world: “German engineering.”They are a promise of performance and reliability that double as...
  code help  (6)
Hi All, How can I find the distance between moving average and current low? What is the formula used for that.? Thank for any help
I use a routine to create an entire table as a summary of all my active trades and each object has a name created by using its x and y positions. The table maybe 10 columns by 10 lines - i.e. 100 objects created in the same routine -- but all very similar I noticed the following error 4051 and...
Hello, I need to know how to change from bar charts to candlesticks in my metatrader4 platform. I have tried everything, kindly help. Thanks.
I need to show the following details in chart, which is current day history! Total Orders Count,Gross Profit,Gross Loss, Net P/L the above details i must get every day and next day the all values must be reset? need suggetion? when i tried it shows total orders history value, wherever i use...
  RSI-EA  (4)
I am using the RSI-EA with some success on the indices such as DOW-DEC15. I realise this is a standard piece of code. How can I modify it to allow a stop loss which can be switched on/off as well as varied? Can anyone help?? Thanks. 
[Deleted]
I want to be informed about what is happening with my trading account while I am away from my computer. So I installed MetaTrader 4 on my iPhone. I works fine, but I missed push notifications. So I realized how can I enable it via MetaTrader for PC. But now I am getting every single notification,...
[Deleted]
Hello all,   As we know indicator gets attached at end of backtesting. I need idea how we can attach indicator at the start of backtesting. Please give me some suggestion. Thanks in advance. 
For anyone who is uncomfortable together with on-call aidmodes these lenders may also offer you Mac support by means of remote entrytechnological innovation. With this technological innovation on the list ofspecialists would likely ask a person for your technique entry as well as dealwith concern by...
When I change the Language to Russian I see these strange characters instead of Cyrillic. However I can read Cyrillic characters in other programs, such as notepad, WinWord and any browser in this computer. Do I need to install any font to make it work? I'm running Windows 8.1 64-bits, and...
Hi, I developed a bunch of indicators in C++ to use in my private trading/backtesting system. Now I'm thinking to wrap them in MT4 indicator so I can sell or publish them. But I have a few questions, 1, Seems MetaQuote market doesn't allow DLL, thus I can't use the market. Then any elsewhere can I...
I heard this from someone who did get a deposit match.
Hi everyone, I've started to develop an EA, and I'm not sure what price I should use. The strategy in my EA is based on a predictive algorithm, now, I trained the algorithm with historical bid closing prices for the EUR/USD pair (not so easy to find reliable historical data). The logic in the EA is...
[Deleted]
Hi please I need an Indy to draw the high & low for every last 7 hours . HIGH as previous high color line green and LOW as previous low color line red I will appreciate your cooperation
Very grate experence in newly added fetures in android mt 4 flatform. It will like full trading abilityes without pc. If u can make some new feture to add custome indicators. We can trade any time any place without pc
My EA places trades when I want it to, but the array I've created to record the trades details doesn't seem to work on a live chart. Ive put the relevant bits of my EA code below: //----//+------------------------------------------------------------------+//|                              Global...
Hi, for MT5 there are object types for Elliott Wave (https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_elliotwave5 and https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_elliotwave3). MT4 doesn't have these Elliott objects, do it? What I'm wondering is this...
Hi there I am trying to track an even that when true the count will increment 1 and provide totals for the day, then reset when the ( server time ) day ends. I thought was pretty simple by placing the below code after the event proves true, but the counts are too high to be correct so the code is
[Deleted]
I try to change the path of saving csv file to C drive (The main dir). Here the current code: y="\"";yy="\\"; Patch = "Csv_Files"+x2+Symbol()+x2; I want the file that created will saved in C drive (The main dir) instead in "C...
On August 11th, 2015, China changed the way the way the reference rate was calculated. This had immediate and long-term effects on the exchange rates of just about every currency. The infographic below shows the devaluation of the Renminbi against other currencies after 24-hours, 1-week and 1-month...
I downloaded MT4 Build 880 on 20/09/15 and discovered that I had lost access to stock market index charts and data feed. This was a normal build update on my Demo account. I therefore uninstalled MT4 in order to start again. I have tried downloading and installing MT4 from various sites but the...
[Deleted]
Hi i would like to create an ea that when the equity is 10% more than balance or when the equity is of a certain amount to set every time in the settings it sends me email, i think is a pretty simple thing to do, can you help me?
I have a problem with the tester.   I select some parameter for optimization and initiated the tester. But, the tester trade only the first result and the other results didn´t show any trades.   I attached I printscreen showing all results.   Somebody saw this before and has a solution??   Thankd...
Hello, I have installed 6 mt instances in my desktop and i use them with NON MetaQoutes history data imported , for back test purposes. The same installation i use in my laptop, for the same reasons. After the last update 880 of MT4 i started to have the 131 error in my laptop instances only. I
int init()  {//---- indicators    SetIndexStyle(0, DRAW_ARROW, 0, 1);    SetIndexArrow(0, 221);    SetIndexBuffer(0, ExtMapBuffer1);//----    SetIndexStyle(1, DRAW_ARROW, 0, 1);    SetIndexArrow(1, 222);    SetIndexBuffer(1, ExtMapBuffer2);//----    switch(Period())      {        case     1: cTime =...
Currently I close my Orders at set times, (or TP/SL whatever comes first) via a simple EA. I would much prefer that this functionality was directly available on the server for open Orders, similar to that of Pending Order Expiry times. 
Hi everybody When i try to start my MT4 app, the computer goes to restart inmediately, configuration is Sempron LE-1250 processor on Windows XP SP2 32 bit with 2GB Ram and Nvidia GeForce 7025/ nForce 630a with shared memory.
I'm using a Currency Strength Indicator showing 8 currencies. How can I change the USD default line color and width, so that it is saved? I can change it on a particular chart, but at next use, it changes back to the default value. Edited to change currency pairs to currencies. Added details. Added...