MQL4 and MetaTrader 4 - page 1463

New article Channels. Advanced Models. Wolfe Waves is published: The article describes rules of marking patterns of Wolfe Waves. Youwill find here details of constructing and rules of accurate marking,which help to find correct formations of waves quickly and correctly. Author: Vladimir
Let's say you want to know how responsive your oscillator is to cyclic market movement, wouldn't it be great if some standard data set existed that consists of two parts: first a cyclic part (e.g. a sine wave) with a constant dominant cycle length (e.g. 200 bars) and second a trending part. Could...
[Deleted]
Hi in my Ea i have multiple order like 2 or 3 depend of time, and i want to have different trailing, like one trailing is about 40 pip about the first order, the second trailing is about 50 about second order and so on, how i can do it??
Hello, i doesn´t have any experience about mql4 and prepare an EA for following signal: Indikators: MovExp 9 an 19 MACD positiv / negativ if MovExp 9 crossup MocExp19 && MACD (60,130) ist positive then signal for long if MocExp 19 crosdown MocExp 9 && MACD (60,130) is negativ then signal for short
[Deleted]
Please I need indicator like the image extern point 1 point 2 point 3 point 4 the yellow trend line  is average trend line above and trend line under and repetition all trend lines with equality thanks very much
Hi, I’m beginning as a MT4 programmer and for sure I need some help. Would someone show me how to write this simple (at least I imagine it’s simple) INDICATOR : Display an Up arrow (and play an audible alarm) above a formed bar when the close of a this bar crossed an EMA line down-Up, Display a...
I find it hard to write this code for EA. MACD rising while market is falling as indicated by the bars or MACD falling aaaaaaand market is rising.If a code for this relationship can be written i can make some market order.Anyone to help please
  HOW TO?
I WANT TO CODE FOR A TRADE IN WHICH,IF A PENDING ORDER BECOMES A MARKET ORDER, A CORRESPONDING ORDER OF THE SAME PARAMETERS BUT OPPOSITE TRADE IS AUTOMATICALLY TRIGGERED.I WILL BE GRATEFUL IF THIS CAN BE DONE.
[Deleted]
i am a developer by profession. i have about 13years programming in 17 different languages... the only constant is my IDE. i have gone to great lengths to integrate all of my languages into one Development environment, Microsoft Visual Studio( currently VS2008); it is not that i love Microsoft, or...
[Deleted]
Can anyone please advise me how to find and download the data for CADJPY between the dates of 19 sep 2008 and 26 Jan 2009? Many thanks. Ed
Hello, Anyone can help with programming a simple code to show anaccount situation every 25st of the month? I wish to compeer actual month to previous one to show the balanceon the journal at the date. The problem is with week-end and day off, I cannot get the journalto skip dose days and wrights...
When you use the "Close[ ]" operator with a zero (ie current bar) in the brackets what does that mean if you are only partially through the current H1, M15, M5, or M1 period? Does it mean: A) the value of the last tick prior to the current tick? or B) something else? Likewise, does High[0], mean:...
[Deleted]
Hi guys! Once again I'm humbly asking for help- this problem should be relatively easy to solve for more experienced coders. So... I've coded a divergence indicator- the "red line" is a difference between EMA for the current bar and EMA "6 bars ago", the green line just smoothed red line for the...
For some reason, my indicator crashed when I try to return several values through a DLL. Currently in my DLL I have something like this MT4_EXPFUNC void __stdcall myDLL(const double x, const double y, double& sum, double& product) { sum=x+y; product=x*y; } In my mq4 code, I have #import "myDLL...
[Deleted]
Hi there, I have a problem with this piece of code it returns only 1 value insted of the 2 values that it should... if any one knows whats wrong with it, please help me understand how to fix it. thanx. here is the code (after the code I will show whats wrong) : void highest_lowest...
Hi friends, sorry for my bad english::: I'm developing an expert advisor that use a cross of 3 moving average baut i,ve a problem. OrderSend do'nt start anithing value of stop loss or take profit is',nt 0 and restitue error 130. Can you help me? Here is the code
[Deleted]
Is there a way to change demo account information in a MetaTrader Expert Advisor program without having to create a new account where this information is initially established? I would like to have user-defined parameters to control the the leverage and starting balance for evaluating EA's I am...
[Deleted]
  Tick backtest  (1)
Hi, Sorry if I write errors in my message, but I don't speak well English ! I want to do backtests with collected tick data (FXT files), but I have read that since build 210 the "recalculate" checkbox is not available and the FXT file is erased when "Start" button is activated. I have tried to...
Sometime ago, I imported historical data into MT4 and today realized that imported data was GMT+1, so I wanted to correct this and import it again using shift = -1. In both cases, there are 2524624 M1 bars (as shown in the history center), however the number of H4 bars (produced from M1 data using...
Hi, this is my code for 2 text objects at bottom of window.The problem is that mt4 is trimming the text, ie txt_id1="aaaaaaaabbbbbbbbbcccccccccccddddddd" but in screen i only see "aaaaaaaaabbbbccc". any help? thank you. if (ObjectFind(txt_id1)==-1) ObjectCreate(txt_id1, OBJ_LABEL, 1,0,0);...
[Deleted]
Does any one know if there is a way to export price data to an ascii file? You can download price data to do backtesting but I don't know how to actually find that data and do analysis on it in excel or any other programs. Also, if there is a way, could I run functions on the price data like iMA so...
Hi If I run one expert in 3 different MT4 platforms with the same broker, on the same computer, wouldn't it prevent trade context errors and any other clashes that might occur between EAs tryng to trade at the same time?
  Gao's Equation  (1)
I purchased the book and I find very hard to understand the equation? Is there anybody here that has figured it out and could help me please? An example in coding language would help me understand it. Or if anybody got any experience with Gao please do share.
[Deleted]
Hi, I have created an expert that I have been testing on a demo account. It works fine on the demo, but when I try and do the same thing on a live account I get an error "Invalid Stops" when I try and place the order. Here is the exact data I am sending: OrderSend("GBPUSD",0,0.10000000,1.47850000...
Is it possible to re-compile already compiled trade agent (.ex4). I have bought a few quite successful trade agents for which I do not have source code. In case I could add insode the code a few amandements agent will work even better .. However main problem is that I would like to connect MT4 and...
I have an indicator that looks for certain candles engulfing the following 4 or 5 candles. Is there a way to change the current candle colour to pink when it detects the selected candle in code?
Hi, has anyone got an indicator that adds price labels at the end of important waves ? here is an example of an indicator it should be doing ..
Hello, i'm a newbie and just wondering if i will ever get to learn how to use the EA,i downloaded the manual that was supposed to be the guide to the programming...2 minutes of reading and i was going to run mad...what is all this dots,hyphens and lines?????? please how do i start? i feel like i'm...
Hi, I want to share my buy-sell signal, without having too elaborate of a system. Is it a good idea to just distribute a demo/live account number with its investor password to numerous people? (the investor password is where one can see trades come in & out but cannot trade, right?) Regards, Evan
Probably I am missing something silly but - I have changed my code to add X x 10 x Points etc and the EA works fine. However I do use a lot of print statements in my code and am frustrated by things like below: Print(Ask); Print(CurrentZig); etc These all print in the logs as 1.XXXX only 4 decimal...