Algorithmic trading
Development of trading robots and technical indicators
Algorithmic trading (automated trading) is one of the strongest features of MetaTrader 4 allowing you to develop, test and apply Expert Advisors and technical indicators. It Mt4哪个指标最好用最精准的? eliminates any obstacles in analytical and trading activity.
The platform features the MQL4 IDE (Integrated Development Environment) allowing you to develop Expert Advisors (trading robots) and technical indicators of any complexity. Its core is MQL4 object-oriented programming language for trading strategy development. It offers high efficiency, flexibility and functionality.
The built-in MetaEditor is designed for the development of trading strategies in MQL4. It also has the Mt4哪个指标最好用最精准的? debugger. Compilation is also performed in the editor. After that, the application is automatically moved to MetaTrader 4 where it can be tested or optimized in the Strategy tester, which is yet another MQL4 IDE component. The MetaTrader 4 platform runs trading applications, and thus it is the last component of the environment.
So, in MetaTrader 4, your indicator analyzes the markets, while an Expert Advisor trades in them. But that is not all. You can use your ready-made product in a few other ways:
- publish it in the Code Base, so that millions of traders can download it for free
- sell it in the Market
- deliver it to your customer via Freelance service and receive a payment for your work
Automated Trading Championship (a competition of trading robots held by our company) clearly demonstrated the power of the language. Over three months, the MQL4 Expert Advisors competed for a prize fund of 80 000 USD without any human intervention, and you can find out the details.
2006 2007 2008 2010 2011 2012
In other words, MetaTrader 4 gives you the broadest opportunities for the development of Expert Advisors and technical indicators. Besides, with MetaTrader 4, you receive additional services allowing you to fully utilize your programming talents.
MetaTrader 4
MetaTrader 4 es una plataforma comercial para fórex, que sirve igualmente para analizar los mercados financieros y usar asesores expertos. Trading móvil, Las Señales Comerciales y el Mercado, todo esto es MetaTrader 4, y todo esto le será necesario para trabajar en el mercado fórex.
Millones de tráders con las exigencias más variadas eligen MetaTrader 4 para realizar operaciones comerciales en el mercado. Independientemente de su nivel de preparación, la plataforma propone a los tráders las posibilidades más amplias: análisis técnico avanzado, un sistema comercial flexible, trading algorítmico y asesores técnicos, y también aplicaciones para el trading móvil.
Las Señales comerciales y el Mercado son servicios adicionales que amplian la funcionalidad de MetaTrader 4 hasta Mt4哪个指标最好用最精准的? nuevos horizontes. Las señales permiten copiar de forma automática las operaciones de otros tráders. Y en el Mercado puede comprar robots comerciales e indicadores técnicos.
Best Free Metatrader 4 Forex Indicators
Huge collection of the best Forex indicators for Metatrader 4 (MT4) that work for scalping, day trading and swing trading. Free download.
Instantaneuous Forex Trend Indicator For MT4
The Instantaneuous Forex Trend indicator for Metatrader 4 is an oscillator that provides solid buy & sell trade entry signals for Mt4哪个指标最好用最精准的? any pair. The indicator… Read More » Instantaneuous Forex Trend Indicator For MT4
Instant Forex Profit Signal Scalper For MT4
The Instant Forex Profit Signal Scalper indicator for Metatrader 4 finds the best buy & sell trading signals that can be used for both trade… Read More » Instant Forex Profit Signal Scalper For MT4
Forex Breakout Channel Indicator Mt4哪个指标最好用最精准的? For MT4
The Forex Breakout Channel indicator for MT4 identifies and draws the best channel breakout levels for both buy and short trades. The indicator draws two… Read More » Forex Breakout Channel Indicator For MT4
Forex Sessions Indicator For MT4
The Forex Sessions indicator for Metatrader 4 displays all major Forex sessions on the main trading chart. The Mt4哪个指标最好用最精准的? different Forex sessions appear as colored rectangles… Read More » Forex Sessions Indicator For MT4
Sadukey Forex Scalper Indicator For MT4
The Sadukey Forex indicator for Metatrader 4 works great for scalping purposes and provides solid buy & sell signals on any time frame. The indicator… Read More » Sadukey Forex Scalper Indicator For MT4
Inside Outside Bar Indicator For MT4
The Inside Outside Bar Forex indicator for Metatrader 4 finds possible trend reversal areas and provides the actual trade entry signals. The indicator is beginner… Read More » Inside Outside Bar Indicator For MT4
Inside Bar Forex Indicator For MT4
The Inside Bar Forex indicator for MT4 is a price action type indicator that finds inside bars on any price chart. Inside Bars can be… Read More » Inside Mt4哪个指标最好用最精准的? Bar Mt4哪个指标最好用最精准的? Forex Indicator For MT4
Inercia Candlestick Bars Indicator For MT4
The Mt4哪个指标最好用最精准的? Inercia Candlestick Bars indicator for Metatrader 4 makes it easy for any trader to read the candlestick chart properly. The indicator appears as a… Read More » Inercia Candlestick Bars Indicator For MT4
Solid Forex Signals Indicator For MT4
As the name suggests, the Solid Forex signals indicator for MT4 delivers great trading signals for any type of currency trader. The accuracy of this… Read More » Solid Forex Signals Indicator For MT4
Forex Bottom Candles Indicator For MT4
The Forex Bottom Mt4哪个指标最好用最精准的? Candles indicator for Metatrader 4 draws the bullish and bearish candlestick in a bottom chart of the trading platform. A bullish candlestick… Read More » Forex Bottom Candles Indicator For MT4
The Ultimate Guide to MT4 Backtesting
How to Perform Accurate Backtests in MT4 to Reach 99% Modelling Quality Using Free Tick Data and Real Variable Spread
MetaTrader 4 can reach 90% modelling quality at its best by default and it cannot incorporate real variable spread. But there's a better way to run backtests and you will learn it in this tutorial.
Written by www.Autotrading.Academy
Why should you perform a highly accurate 99% quality backtest on every automated trading strategy (EA)
A standard backtesting on MetaTrader 4 terminal using the data from the MT4 history center is usually good enough for Expert Advisors (EA) that are not scalping or pip hunting.
However, if you’re dealing with a scalping EA or any EA that closes trades within 1-15 pips, even the smallest price feed differences might have a very large impact on the results.
The problem here is that the MetaTrader terminal does not have access to the real tick data. It Mt4哪个指标最好用最精准的? only has access to minute bar data in the best case. Because of this, MT4 generate “false” price ticks through a process of interpolation using the data for the smallest timeframe available.
This is usually not so important to an Expert Advisor that uses stop loss and take profit targets of more than 100 pips, but in the case of scalping trading bots, your backtest will likely be completely misleading.
It is very important to backtest trading strategies (EA) using data of quality that is as high as possible. Every trader and programmer should learn how to backtest on MetaTrader 4.