I have multiple accounts that I would like to be able to monitor in 1 screen (either in MT4, excel or a standalone GUI) without having to have multiple instances of MT4 open at once. Ideally I would like a single screen to be ableto monitor them all in real time but would settle for something that...
My MFI expert advisor . If the position is in the overbought or sell zone after closing, it opens a new position immediately. Idont want this. I want it to open when the MFI indicator exits the overbought or oversold region and re-enters. What command should be added? Help please
hi guys hope doing well i'm gonna create an ea with ichimoku entry rules for buy : tenkan sen > kijunsen and candles above t.s k.s entry rules for sell : kijunsen > tenkansen and canldes below t.s k.s but i dont know how to write canlde in mql 4 can anyone help me
I can not enter a long trade when using the chikou filter however short trades work fine. Can someone review my code and let me know if they can spot the bug? Appreciated #property link "https://www.NEW.com"#property version "1.00"#property strict#include <stderror.mqh>#include
Have my own EA which I have running on the Major charts including the USDJPY. My EA creates a log file which writes loads of data but I can't fathom out why every time a USDJPY order is initiated I appear to get 2 orders generated (with same S/L & T/P and consecutive TICKET numbers). The scenario
The holidays were fruitful, and I am pleased to present ATcl - the built-in Tcl interpreter for MT4. The idea of the project was (and still is) to make the most convenient interface to the interpreter without a direct porting of Tcl C Api functions. This is what I got (working example - a script
hi every one I define 2 moving average in EA: iMA(Null,0,1,0,MODE_EMA,PRICE_CLOSE,0)iMA(Null,0,50,0,MODE_EMA,PRICE_CLOSE,0) number one with ma_period=1 number two with ma_period=50 I want when these two line collided it shows alert how I can do it? Best regards Neda
Hello Allstars! Does anybody have a solution to move backwards in strategy tester(MT4) engine like watching a movie? Here is the explanation and example for the challenge: I want to do backtest in H4, something happens too fast to catch in the time 1.3.2020 19:51. And as you know I should start
Dear all, Not sure if you've encountered this issue before but using an EA to do back testing, it won't work with the inputs for time frame. I chose the input "8" that is supposed to choose "One Week" for the EA on time frame, but turned out it is showing blank and using "current" as default
I encountered a phenomenon I don't quite understand with MetaTrader4. I'm running an automated test of my expert advisor and Strategy Tester produces strange order closures. I try to explain and give you all necessary details. My expert advisor works with prices of the last closed bar, so I run the
I have this indicator. It is writing order info on chart. I want to turn this indicator into an EA that will close that order when i click on text. Is there a way to do this, any help will be appreciated.. int OnInit() {//--- return(INIT_SUCCEEDED);
All - I have an .EX4 indicator I've purchased that I'd like to build an EA using. I'm using iCustom, which I've never had problems with before, but this has really thrown me. Firstly, there are 18 values generated (I thought you could only have 8 based on the buffers), and secondly, the values I
Hello everyone, I'm looking for a check function, So the EA checks if a trade of the symbol is already open and if its open already then dont open a second one. I use the Orderstotal() at the moment but then i cant open more trades from different symbols. if(RSIValue<23 && OrdersTotal()<1){ int...
Hello every body, How areyou, I need your helps please .I cant use English so correctly, that's why ,I use thegoogle translation service. I'm sorryif you find some errors. I am abeginner in programming, I just studied the language mql4. I am training to create some functions, I want toprogram a very...
How can i set date in a live trade while using mt4
hi I use TimeZone indicator ( attached) it shows all time correctly but when I put Time Minute for New York it didn't change color to Lime source code is : if (TimeHour( TimeLocal () + ((- 5 - timezone) * 3600 )) >= 8 && TimeHour( TimeLocal () + ((- 5 - timezone) * 3600 )) < 17 && TimeDayOfWeek(
Hello, Several errors appear because of the new configuration mt4, I show them to you: //START INITIALIZATION //********************************************************************************************************** int init() { //confirm that "Allow DLL imports" tick box is checked...
[Deleted]
Hi all, Severeal days ago, I had written about getting values about MACDMomentum Indicators. I couldn't get any answer by them. I really need your help. I doenload an indicator called MACDMomentum Indicator on mql5.com. It draws MACD Value, Signal value, and Momentum_Smooth value on the chart as an...
hi, i have been preparing my own mt4 software for 1 year. now its almost ready. i have some questions but mql support is like non existent, we are prompt to ask community so here we go: 1. when offering expert advisor/indicator, can i as seller limit the demo mode? because strategy tester for my ea
Hi all am running this code on strategy tester AUDJPY, to confirm if the symbol is valid, the code tries to make a request Using marketinfo and if the return value is > 0, then the symbol is correct. It works properly on live but it doesn't work on tester. Is there a workaround for this?int
Hello! I am new to coding but trying to create and indicator that alerts me when specific stuff happens. I want A to happen at timeframe H4 while B to happen at timeframe M30. Is there a way to specify timeframes in the EA? I have searched google and this forum but didn't manage to find anything
Hello, I am in the process of developing an Excel spreadsheet that analyzes 17 currency pairs and outputs "buy" or "sell" signals. The signals are based on multiple conventional indicators (MACD, RSI, CCI, MA's, BANDS etc) that I have hard coded into the spreadsheet and use the Solver Add-in for
Hi All This is my first post and I'm new to all this. I am looking into Expert Advisors in Mt4 and created a simple script (see below). However, when I run it the RSI value shown as a comment on the chart just seems to stay at e.g. 10 and not move at all - see attached screenshot Is there something
I am trying to debug an indicator and no matter what I do, I cannot access a protected class variable: m_savetag is clearly accessible from the also protected function which I debug, but I get not result. This is the function, same time while debugging
Hello I want to access all MT4 futures during back testing. (Like FXCM platform) Is it possible to install test server and run prices with custom speed and connect to a account the server
[Deleted]
Hi everyone, im new at coding and still have not managed to get many things right. I keep receiving the error code 138 and ive heard a refreshrates() would fix it but im assuming there is something wrong with my brackets or maybe something else. Here is my code can anyone find why the strategy...
Build: 1260 Its caused by an indicator, which works perfectly on its first start, and the error occurs when the timeframe is changed. Its not using any DLLs, no external libs, and the same code works without problems in MT5. I had this already in the past and it was solved by MetaQuotes, so I doubt
I tried bringing up multiple charts in the same platform but since OrderSelect() does not use a MagicNumber, when it is true for one pair, it is true for all pairs, so I tried the following: for(int i = 0; i<2; i++) switch (i) { case 0: { ChartClose(0);
This indicator is supposed to simply display two horizontal lines at high/low of the bar designated by StartHH and StartMM each day. As soon as I load it on a chart, it locks MT4. I took an existing indi I wrote that displays horizontal lines at support/resistance to make this indi, the original...
Good day gurus, pls am trying to design a signal indicator but seems not giving desire result. It only shows the arrow on the chart, it doesn't popup alert at current price. //--- indicator settings#property indicator_chart_window#property indicator_buffers 2#property indicator_type1
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.