General - page 984

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),...
MQL5 Cloud Network: Are You Still Calculating? It will soon be one year since the MQL5 Cloud Network has been launched. This leading edge event ushered in a new era of algorithmic trading - now with a couple of clicks, traders can have hundreds and thousands of computing cores at their disposal for...
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...
Hello, Im trying to get the time of high and low points in my day to determined which one happend first. How can I do it? I know I can get the high and low rates of let's say yesterday by this code: MqlRates rates[2]; CopyRates(_Symbol,PERIOD_D1,0,2,rates); Print(rates[0].high,rates[0].low); But...
The task is to analyse the applicability, usefulness (or to understand its absence) of the martingale method - it is understood as differently increasing bets in cases of defeat, and returning to the initial one in case of winning. With the help of simulations of the game can clearly, from a
  Donald - Nathanson  (98   1 2 3 4 5 ... 9 10)
a casino betting system invented by Donald and modified by the Russian mathematician Lev Nathanson... what's the point: 1- the market randomly wanders like red/black in a casino (this is an important point! if this is not accepted, people inevitably slip into the illusion of predictability and go
Hello, in mql4 it's not a problem, but maybe some has a solution in mql5 for the following topic: a standard built in ROC indicator (line) should get two kinds of arrows (green and yellow) placed on those ROC line values, when an external (custom) indicator touches a certain value. So, if the...