[Deleted]
I'm having some issues with iMA... it seems to give different results than the Moving Averages indicator for long periods. I'm also calculating the EMA using SQL - the SQL and the indicator agree on values (taking rounding into account), but the iMA function gives a different value... I would hope...
Hi, My EURUSD H1 chart is not getting updated. The terminal 'Expert Advisor' tabs shows items like: Ping failed. Not connected. Login. I am connected through a router. Quite too general info here, but anyone experience same thing? Im on ibfx mt4 mini-4. On win 7 64-bit. I will appreciate any ideas
Here whenever I try to plot the MA the output is zero while the RSI plots easily. Any help will be appreciated as I have started using the MetaTrader only recently. #property indicator_separate_window #property indicator_minimum 1 #property indicator_maximum 100 #property indicator_buffers 1...
I've got an ea that I need to tweak parameters on WHILE it's running live trades. As there are a host of variables and arrays loaded with current data about the trades I don't want to shut it down and lose ea control over those trades. I can easily enough code an hourly or daily check of the...
[Deleted]
Hi! I'm just getting started developing EAs and was wondering how all of you put your finished EAs up for sale. Is there a good or bad way to do it? Are there any services that help out with the process? Looking for a mentor to take me under his/her wing...
[Deleted]
If you compile and run the attached source code, you will see the "test() is called" output of Comment(). That proves that unlike C/C++ despite the fact 'condition' is set to false, test() DOES get executed. This causes a lot of confusion for the C/C++ programmers who are used to a different...
[Deleted]
Hello I came across on of the best fibo indicators available in the market. The indicator gives out entry and target values very accurately. Need a coder to help me put this indicator into a EA Very simple EA will do You just follow the indicator signals with take profit /stop loss/trailing stop/...
[Deleted]
Hello pro coders, When I tested my EA on the first platform for 10 years, it made 55 transactions. When I tried it on a different platform, it only made 17 transactions. Later on I found the chart of first platform does not have the bar for Sunday(American east time 17:00-24:00), whereas the second
Hi, I am a newbie and please around help to the following problem. I have a live account with another broker (no MetaTrader). However, I would like to change to XTB broker and the MetaTrader. But I have found out that the representation of the indicators are shown with the same setting absolutely...
Hallo allerseits. Bin Anfänger und suche eine Erklärung für folgenden Sachverhalt. Ich habe parallel ein Liveaccount bei einem anderen Broker laufen. (kein MetaTrader). Da ich aber begeistert vom MetaTrader und XTB-Broker bin, möchte ich zu dieser Plattform und diesem Broker wechseln. Mir ist aber...
[Deleted]
Hi, can anybody help me on this.I would like to see more charts on my second monitor and cannot find the functions to do this. Tks.
[Deleted]
Hi I need an ea that automatically open a position (buy or sell) every 60 seconds and place a stoploss can anyone help me ? thanks !
[Deleted]
Hi All Some questions For testing purpose i write one EA that I want attach to EurUsd 4 hours period. The question are: _Suppose that now we have candle 0. The Macd Main and Macd Signal values are the same on all tick and change only after 4 hour (new candle) or the two values can change between "2...
Attempting to predict High Low of the next daily bar, using recurrent NS, by values of standard indicators. Network structure: full-link, recurrent, 3 layers. number of neurons selected by GA. trajectory 50 cycles. Input (normalized values): , iClose ( Symbol () , Period () , i + 1 ) - iMA ( NULL
-
Hi all, in my strategy, before openning a trade of a pair (say gbpjpy), I need to look up the price of eurjpy. Currently, I use marketinfo function but this function does not work under backtesting. Is there any other way to get price of a pair int the past in mt4? Thanks in advance for your time...
[Deleted]
Hi all I want to Change the way the volume histogram is displayed on my charts. Rather than the standard method of the colours changing depending on whether the volume is either higher or lower than the previous bar. I would like to see it so the volume bar is green when the close on the price
hello, is it possible to open a indicator window (or similar) with a EA? i would like to draw all the information in this subwindow so that the chart-window remains untouched. hope one of you can help. btw, realy nice documentation and codebase. took quite a few indis from here.
[Deleted]
Hi, does anyone know how the MathMax function in MT4 is calculated/works? How can you get a maximum value for two static/fixed numbers without a formula? And how would you get a MathMax for three numbers (the MathMax in MT4 allows only two)? Thanks in advance. :)
On the UnitializeReason() documentation page: int UninitializeReason( ) Returns the code of the uninitialization reason for the experts, custom indicators, and scripts. The returned values can be ones of Uninitialize reason codes. Sample: // this is example...
Hi all Does anyone know of a way of finding out how many pixels there are between the maximum and minimum prices on the chart window? All I can find is WindowPriceMax() & WindowPriceMin(), which return price units. CheersJellybean
[Deleted]
I am a new programmer,I have been able to write some code but instead of the EA to either buy or sell automatically, I only got alert of either buy or alert of sell whenever my trading conditions are met. Also I tried to optimise and backtest it but with nothing. I would be glad if anybody can help...
COULD SOMEONE HELP ME FOR PUT BUY AND SELL ORDER TO THIS CODE???? I DID NOT MANAGE IT....
Does someone know how to set-up a windows Scheduled Task to run a script or expert, is there a way to do this, I've gotten the terminal to open through the scheduled task feature but have no idea how to get a script to run. Thanks, Seb
Pls I'm presently faced with a problem, and that's using the Bill Williams indicator( Fractals) here's the code pls direct me. // initializations double fraCurrent, fraPrevious; //Calculate indicators' value // Fractal Current fraCurrent = iFractals(NULL, 0, MODE ?, 0); original statement:...
[Deleted]
Hi Guys and Gals, As questioned in the the subject header, I'm battling to get a trade opened and closed during the current bar or any future bar. What I'm trying to say is that without the current bar being closed I cant get the trade opened/closed and the price I want without using a ordermodify()...
This over the entire set of historical datapoints. Starts with 10K... ends at 15Billion. Mike
[Deleted]
I'm having a problem with an indicator, when I drop the indicator fresh onto the chart it gets executed normally, but when I recompile it, perhaps the first recompile it still works as it should, but on the 2nd or 3rd try, it just makes completely weird results. I removed all code that could be
[Deleted]
I am completely new to automated trading, and am trying to learn the language. I want to write a program that enters a buy order when the price rises above a maving average, and then goes short when the price moves below the moving average. Does anyone know of any currently written programs, or...

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.