MQL4 and MetaTrader 4 - page 2

I'm wondering if it's possible to have a trace on the mobile chart of all the past closed trades. I'm not talking about desktop version, I'm talking about MT4 mobile APP. Thanks in advance
Dear all, I try to make the custom indicator about the cutting of MACD main & signal. Rule is (with the upTrend): 1. With M15 the MACD main line cut up the signal line -> sign1. 2. Sign1 = true -> with H1, check the MACD on the up or down trend (uptrend when mainH1 cut up signalH1 & oppsite). ->...
  Tools to analyze the trades  (102   1 2 3 4 5 ... 10 11)
First of all I am using this small script (attached) created by Beluck and fixed by Igorad. To use it be sure that you have "all history" in "account history" in your Metatrader (for the right calculation)
Several days trying to correct this fateful error, reading on the forum and following the recommendations of pre-publication checks on the Market at: https://www.mql5.com/en/articles/2555 . I have already implemented the following checks: 1.- Insufficient funds 2.- Invalid volumes 3.- Takeprofit
While interacting with sellers of signals and trading applications, we have decided to launch the affiliate program. It allows all sellers to interest MQL5.community members in promoting their products and signals. Thus, both sellers and promoters will benefit from the program. Sellers will receive...
Socialization of MQL5.com continues, and we keep upgrading the Profile. Today we've launched a new function - attracting visitors to the site. In addition to it, we've introduced a new rating. Now, you can easily find the number of users that you have attracted, in the Achievements of your Profile....
Hi :) Please could someone be so kind as to attach mobile push notifications to this MT4 indicator? Indicator is in attachment. Thank you
Hi, I'm not good at understanding the programming language for the Mac OS and Windows NT plus Wine 64 so I need help with this issue. 1. Download & Install the MT4 Mac OS from my broker (FBS) and they couldn't find a way to place the file (indicator and expert file) into MLQ4, Data Folder. I was
#property strict int OnInit () { MqlDateTime _Time; TimeToStruct ( TimeCurrent (),_Time); Print ( "_Time.day_of_year = " +_Time.day_of_year); Print ( "TimeDayOfYear(TimeCurrent()) = " +TimeDayOfYear( TimeCurrent ())); return ( INIT_SUCCEEDED ); } It's should same value ? I also tested with the
  Wrong RSI on my EA project  (16   1 2)
Hello Everybody, I try to create an EA based on RSI calculation. I am using the following fonction : void CalculateRSIValues() { int totalBars = MathMin (BarsToCalculate, iBars ( _Symbol , _Period )); Print ( "BarsToCalculateMathMin:RSI " , BarsToCalculate); Print ( "Taille de
I started this thread to post all news/signals indicators and EAs we have now and will have in the future.
  Coding help  (7897   1 2 3 4 5 ... 789 790)
Hi, Mr. Guru could you please help me to constantly refresh an ea after each tick movement. I have tried everything, But I just can't make it refresh constantly. What lines of code must I insert to keep an ea and indicator refresh after every tick ? Tnx
Dear, Anyone can support, I can not find the problem. It keep reporting error 5002 void ReadTextFileAndExecuteSignals() { //--- correct way of working in the "file sandbox" ResetLastError (); int filehandle= FileOpen ( "D://GBPUSD.txt" , FILE_TXT ); if (filehandle!= INVALID_HANDLE ) {
Hi Forum, I think most of you know that problem: You see a very big and choppy range in the chart window and after a successful breakout this terribly looking range becomes tiny and tradeable. Usually I compress the y-axis a little bit. That makes a choppy chart appearing less "dangerous". Is there...
MT4 is not letting me place trades dude to the buy / sell buttons not active Full reinstall not fixing problem Android phone up to date Across 3 brokers all the same regardless of currency pair Accounts still active when using brokers websites just not on MT4 thanks Tim
This issue started yesterday 18
I have an account with the broker "World Trade International, LLC" that works great on desktop (they offer their own MT4 version for download: https://download.mql5.com/cdn/web/10518/mt4/worldtradeinternational4setup.exe ). I tried connecting to the same account with MT4 on my android smart phone
As a seller, I want to rent the ex4 file I uploaded on a monthly basis. Is the buyer automatically restricted at the end of this period or do I need to specify this in my code? satıcı olarak yüklediğim ex4 kazanç aylık olarak kiralamak istiyorum bu süre bitiminde otomatik olarak alıcı kısıtlanıyor
I get always login failed so i can’t download the robots i bought. I already tried to reset the password but i didn’t solve this weird problem. Any advices to share
Crystal Ball S.A. //+------------------------------------------------------------------+ //| Crystal Ball.mq4 | //+------------------------------------------------------------------+ #property copyright "http://www.FinanceWave.com™" #property
Hello. When loading default mt4 indicators on chart the input screen retains previous settings. i.e. I load a moving average on my chart and I chose blue color as input, now if I load a new moving average the input color is blue by default. Is it possible to have the same with custom made indicator
I am developing a EA. I am new in MQL, i just want to organism my EA's input. Like below image. How i create a blank input and how i create input with space . Please some one help me coding example how can i create blank input
Hello, I have 2 problems. 1- When I try to edit a value or a string in the edit box it is constantly flickering before the end edit, how can I stop it? 2- Also when I select the text in the edit it goes higher during the editing. How can I vertically align it in center of the edit box? I cannot
Indicator is attached. Copyrighted material from Stocks & Commodities Jun 2009 After the reveal of the ATR, which includes the calculation of the GAPS to pick the volatility, the happy Sylvain Vervoort discovered that taking an ATR volatility of 9 periods as a Trail, after there is a close out of
Hi, ADX is the powerfull popular indicator in the markets, from "New Concepts in Technical Trading Systems" Book by J. Welles Wilder Jr. Knowing the ADX of all time charts gives you a good idea if there is a trend, and if it is starting or ending. Just read the combination. When this smooth
hi everyone, I'm trying to create an indicator for MT4 that displays a chart inside another chart. Goal is to directly compare two different instruments within the same (full size)window. For example main chart is EURUSD and the one to compare is USDCAD. Similar as in tradingview where you can open
Hi I am trying to make Second-to-Second Chart. That´s all fine less that the candle formed intro each second is drawn but on the final of the second it isn´t recorded, only the close price remains. What is wrong? Could someone give a light, please?...
Hi coders, good day to you. Let's say :- I've 4 Symbols with Open Trades now :- string opSym[]={ "AUDCHF" , "CADCHF" , "EURUSD" , "GBPJPY" }; My EA has a total of 12 trading symbols readily for trading (set up in user input variable) :- string trSym[]={ "AUDCAD" , "AUDCHF" , "AUDJPY" , "CADCHF"
Hello everyone, I have coded an EA and when I test, it keeps giving me a weired error: It seems like it is MT4 bug and I cannot do anything about it, I know how to reproduce it and I hope Moderators can help me. I can share the code, it is a very big EA, but I can send the code for any Moderator or
The problem I have is that when reading a CSV file it does not link directly to the robot, that is, to read this file it must be stored in the data folder "Files". My question is, is there any way to include a CSV file directly using for example #include and be able to read the file from there