General - page 986

Hello All, I am using a demo indicator downloaded from MQL4 Market. While calling in EA through i Custom. I am facing one error : "2017.11.17 15:30:21.632 2017.01.03 01:18:10  Impulse Checker EURUSD,M5: initialization failed (1)      2017.11.17 15:30:32.993 2017.01.03 01:18:19  Impulse Checker...
[Deleted]
  Alternative MQL editor?  (14   1 2)
Hi there guys! Question: is there any alternative to MQL Editor? I don't mean an editor that can actually compile, but simply a better alternative with syntax highlighting (I know that MQL Editor has that one) or any other useful features that can make writing/ editing code easier. Again, I really...
  How to make product file?  (12   1 2)
I have a new product. I would like to upload my product to Market.  Let me know how to make product file, please? 
Hello, I have created two new custom symbols and was successfully able to feed them with the bars as the follow example for each: <DATE>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<TICKVOL>,<SPREAD> 2016.05.12,13:06:00,2.76,2.76,2.76,2.76,5264,0,0 2016.05.12,13:07:00,2.75,2.75,2.75,2.75,20000,0,0 Is
Hello all, I downloaded and installed the MetaTester 5 Agents Manager build 1643 a few weeks ago and setup agents. I have the scheduler enabled to allow cloud networks tasks anytime as well as checking the box on the MQL5 Cloud Network tab to sell computing resources via an MQL5.community account....
High, a question from a newbe: Is it possible to shift a signal from one account to another? If so, how to do it? When I subscribe to a signal, first I check on a demo account whether slippage etc. is acceptable. If I'm satisfied I want to continue the signal on a life account. Till now I see no...
Dear administration, I have used the search, but have not found any information on arbitration, namely rules, regulations and deadlines. How does arbitration take place, what is the sequence and what are the deadlines? And why is the "next" button still active on the "submit jobs" page when a
[Deleted]
Hi, I'm searching a MT4 programmer for a work... I bought an indicator which defines trend, I would like to create a multi time frame Indicator (mainly seven timeframes M5,M15,1H,4H,Daily,Weekly,Monthly or more if it's possible), in separated windows where i can see when there is a bullish (green),...
Hi Can any one help with this code to scan multi pairs as it shown in the code.       string pairs[]={"AUDCAD","AUDCHF","AUDNZD","AUDJPY","AUDUSD"};      int PairsToScan = 5;      bool isNewH1()       {         static datetime BarTime;         if (BarTime==0)                            {...
Hi, I am new to MT5 and need some guidance to get started in programming MQL5. I am trying to write a simple indicator that: 1) Puts a Green Up arrow at the low of a bar when: the given bar's range (close - open) is more then that of bar 3 periods before 2) Puts a Red Down arrow at the high of a bar...
Hi all, is there an existing zigzag indicator - that can detect user specified swing sequences? eg. I want to detect a successive order of a HH, HL, HH, HL, HH? Thank you eb
Hi guys, So this is my first time posting on this forum. I have only a very small amount of coding ability, but after a few weeks of reading, trial and error, and trying hard to remember what I learned in school I have manged to write an indicator that gives fairly good entry signals according to...
The essence of the theorem is that if analysis of prehistory of random sequences on one depth gives zero mathematical expectation, it doesn't mean that the analysis of prehistory on the other depth will give the same expectation . To simplify it, in order to prove the presence of memory in a random
Download Free xlpipsm.ex4 Download Free xlpipsm.ex4
[Deleted]
  Windows 10 and MT5 issue  (13   1 2)
I use Windows 10 Home Edition and MT5 for the last 2 and 1/2 years. Tonight I have for the first time ever done the following : My MT5 Demo platform was still up with 16 EuroDollar charts from M2 to Weekly, each with the additional MACD and Stochastic indicator windows at the bottom. For the first
I just rented an EA on mql5 website for 1 month. How to activate it on the terminal ? Thanks again for any clear response, guys. Cheers
Hi fellows, I am trying to create a simple expert advisor with a moving average crossover criteria. Open a ticket when they(MAs) cross, and close the ticket when they cross again.  the problem consist, when Im trying to specified only one trade (ticket) opened, and dont open more ticket until this...
Hi all, Are there any traders who run Metatrader 4 on Windows core 2012? Is this setup supported for MT5? My single MT4 setup consumes 90 MB VRAM memory on a VPS with a GB virtual RAM on a Windows server 2012 in a VPS farm.  I didn't plot the memory usage of MT4 in performance monitor although. An...
VISIBLE SL/TP LABEL in $$$ Please someone help me. I want a custom indicator to show the profit/loss in dollars as a small label on the sl/tp lines itself. I have an EA to deploy sl/tp automatically. All I need is, the indicator should display TP/SL in dollars and whenever there is a change in sl/tp...
Hello Everyone, I am a newbie of using Expert Advisor, asking for advice of whether there is a utility(EA) of removing another EA when the balance/equity reaches 500 USD, for example
Hi I get this error message when running my EA in the Experts Tab: 2017.11.14 08:00:00.419 EURAUD.Admiral.Trend.(i).28_10_2017 EURAUD,H1: zero divide in 'EURAUD.Admiral.Trend.(i).28_10_2017.mq4' (558,44) Everything compiles ok in the editor. Can someone please clarify what this error message means ?...
when i install mt4 in my pc after open my account the chart freezing in waiting for update  and the trading central dosnt work also 
Hi, I'm trying out using an MQL5 virtual server for the first time. I synched everything, and now it's entered a double entry for each position. I am guessing it's because I have Autotrading turned on in my TM4 running on my laptop. I assume that I should turn this off, and that the virtual server...
Hello i am looking for a script to place multiple trades on multiple currency pairs in 1 click for MT4
Necesito un programador que me ponga a punto este indicador
  BROKER GMT+2  (2)
Which broker's Time zone was GMT+2?Like MT5 Demo account. Thank you.
I look at purchases and nothing's there. got an email saying it's bought and my bank account.  #171113_1810
Hi there, I have a class CHiLoTracker that is instantiated in a method called from an EA's OnInit. Below is a class that I found on this forum. #define SORT_ASCENDING  1#define SORT_DESCENDING 2#include <Arrays\ArrayObj...