Find us on Facebook!
Join our fan page

Use new possibilities of MetaTrader 5

History of MQL5.community development

The most popular trading robots and technical indicators, news signals, regular incoming ready-made MQL5 programs in CodeBase and the most discussed Forum topics.

There are more than 1 730 products available in Market

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

Most read articles this month

Market Theory

Market Theory

A logically complete market theory that would cover all types and varieties of markets for goods and services, micro and macro markets like Forex, hasn't been available until now. This article covers the essence of a new market theory based on the profit analysis, reveals patterns of the current price change and the principle of the mechanism operation that allows the price to find its most optimal value by forming a chain of virtual prices that can develop the controlling influence on the actual price. Mechanisms of formation and change of market trends are also identified here.

MQL5 for beginners: Anti-vandal protection of graphic objects

MQL5 for beginners: Anti-vandal protection of graphic objects

What should your program do, if graphic control panels have been removed or modified by someone else? In this article we will show you how not to have "ownerless" objects on the chart, and how not to lose control over them in cases of renaming or deleting programmatically created objects after the application is deleted.

Price Action. Automating the Engulfing Pattern Trading Strategy

Price Action. Automating the Engulfing Pattern Trading Strategy

This article describes a process of creating an Expert Advisor for MetaTrader 4 based on the Engulfing pattern, as well as the pattern recognition principle, rules of setting pending orders and stop orders. The results of testing and optimization are provided for your information.

Most downloaded source codes this month

  • Expert_RSI_Stochastic_MA This Expert Advisor uses three indicators: MA(150), RSI(3) with the levels of 80 and 20, Stochastic(6, 3, 3) with the levels of 70 and 30. The direction of opening deals is based on MA. Entry by RSI and Stochastic. Exit by Stochastic.
  • iFibonacci This indicator will Draw Fibonacci Tools such as Retracement, Arc, Fan, Expansion, Time Zones. Based on ZigZag indicator.
  • Trailing Stop that can do everything The Expert Advisor moves the Stop Loss in the direction of the price movement using various methods.

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

27 new topics on forum:

and 24 more...
There are more than 76 170 topics available on forum

Published article "Graphical Interfaces I: Preparation of the Library Structure (Chapter 1)".

Graphical Interfaces I: Preparation of the Library Structure (Chapter 1)

This article is the beginning of another series concerning development of graphical interfaces. Currently, there is not a single code library that would allow quick and easy creation of high quality graphical interfaces within MQL applications. By that, I mean the graphical interfaces that we are used to in familiar operating systems.

There are more than 5 320 codes published in Codebase

New publications in CodeBase

  • Forex Fraus Slogger The Expert Advisor is based on the operation of its predecessor — Forex Fraus (for M1), but using the Envelopes indicator.
  • VR Moving Average The classic Moving Average indicator with a color change depending on the direction.
  • TicksVolume Tick volumes indicator. It shows the price change with an increase and decrease.
  • Guppy Multiple Moving Averages The strategy by Daryl Guppy is implemented using this indicator.
  • Labouchere EA The Expert Advisor is based on the lot management according to the Labouchere system.
  • Proboy Xonax The Expert Advisor trades by breakout of High or Low of the previous candlestick.
  • DayWPR The Williams Percent Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayStochastic The Stochastic indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayRVI The Relative Vigor Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayRSI The Relative Strength Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayMomentum The Momentum indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayMA The Moving Average indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayForce The Force Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayDeMarker The DeMarker indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayCCI The Commodity Channel Index indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayBulls The Bulls Power indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayBears The Bears Power indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayBB The Bollinger Bands indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • DayATR The Average True Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.
  • MAVA-XonaX The Expert Advisor uses moving averages, based on the opening and closing prices.
  • The universal trend indicator It shows the trend direction for multiple currency pairs on the current time frame.
  • Stowell's Three-Bar Net Line The indicator plots two Stowell patterns on the right edge of the chart: upper and lower.
  • Random The Random EA, which operates by the principle of a coin flip.
  • Trend Expert Advisor based on the Escort strategy The Expert Advisor opens an order by the trading strategy, places a take profit and a stop loss It protects the position by moving the stop loss to breakeven, and maintains it with a trailing stop.
  • Time until the bar closes The indicator displays the server time and the time until the current candlestick ends on the М1-D1 timeframes.
  • Rate Of Change (ROC) The indicator displays the percentage of the price change for the specified period of the specified pairs.
  • Ultra Oscillator Another interpretation of the moving averages indicators.
  • Calc Profit Loss on LinePrice The calculation of profit/loss in the deposit currency at the desired symbol price level on all open orders.
  • ClockAnalog 24-hour analog GMT(UTC) market clock displaying in background. The clock displays the Greenwich Mean Time and shows the status of all main stock exchanges according to their schedule.
  • ID Lite Info MA The indicator displays the values of the Moving Averages (MA), deltas between the values and deltas between МАs.
  • Grid Arrangement of the pending orders at equal intervals (steps).
  • Tick Chart Tick chart of the price/spread/volume. Saves tick data in a file.
  • Expert Advisor based on the rollback from the MA channel boundary The Moving Average indicator data is used for trading. If the price goes away from the Moving Average by a certain number of points, then an order is placed in the direction of the Moving Average line.
  • RSI Bollinger Bands EA RSI Bollinger Bands are used to establish overbought and oversold RSI regions for generation of short and long trading signals.

20 new topics on forum:

and 17 more...

Most read articles this week

Market Theory

Market Theory

A logically complete market theory that would cover all types and varieties of markets for goods and services, micro and macro markets like Forex, hasn't been available until now. This article covers the essence of a new market theory based on the profit analysis, reveals patterns of the current price change and the principle of the mechanism operation that allows the price to find its most optimal value by forming a chain of virtual prices that can develop the controlling influence on the actual price. Mechanisms of formation and change of market trends are also identified here.

MQL5 for beginners: Anti-vandal protection of graphic objects

MQL5 for beginners: Anti-vandal protection of graphic objects

What should your program do, if graphic control panels have been removed or modified by someone else? In this article we will show you how not to have "ownerless" objects on the chart, and how not to lose control over them in cases of renaming or deleting programmatically created objects after the application is deleted.

MetaTrader 4 on Mac OS

MetaTrader 4 on Mac OS

Apple products have become very popular. MetaQuotes Software Corp. attentively follows the progress of the IT industry and has already released the special mobile applications for iOS-based devices - MetaTrader 4 for iPhone and MetaTrader 5 for iPhone.There are many topics on the MQL4.community forum, where people are seeking a solution for running MetaTrader 4 under the Mac OS operating system. In this article, you will find out how to work in MetaTrader 4 via the Apple's popular operating system.

Most downloaded source codes this week

  • ScalpWiz 9001 Trades on price spikes around important financial announcements.
  • iFibonacci This indicator will Draw Fibonacci Tools such as Retracement, Arc, Fan, Expansion, Time Zones. Based on ZigZag indicator.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

The most popular forum topics:

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

Bestsellers in the Market:

Bestsellers in the Market:

25 new topics on forum:

and 22 more...
There are more than 76 080 topics available on forum

The most popular forum topics:

1 new signal now available for subscription:

ASEA UC Tickmill
1 110% 2091 trades
Growth:1 110.36%
Equity:1 180.12USD
Balance:1 180.12USD

22 new topics on forum:

and 19 more...

Bestsellers in the Market:

20 new topics on forum:

and 17 more...

The most popular forum topics:

Bestsellers in the Market:

25 new topics on forum:

and 22 more...
There are more than 76 010 topics available on forum

Bestsellers in the Market:

The most downloaded free products:

Most read articles this month

Market Theory

Market Theory

A logically complete market theory that would cover all types and varieties of markets for goods and services, micro and macro markets like Forex, hasn't been available until now. This article covers the essence of a new market theory based on the profit analysis, reveals patterns of the current price change and the principle of the mechanism operation that allows the price to find its most optimal value by forming a chain of virtual prices that can develop the controlling influence on the actual price. Mechanisms of formation and change of market trends are also identified here.

MQL5 for beginners: Anti-vandal protection of graphic objects

MQL5 for beginners: Anti-vandal protection of graphic objects

What should your program do, if graphic control panels have been removed or modified by someone else? In this article we will show you how not to have "ownerless" objects on the chart, and how not to lose control over them in cases of renaming or deleting programmatically created objects after the application is deleted.

Price Action. Automating the Engulfing Pattern Trading Strategy

Price Action. Automating the Engulfing Pattern Trading Strategy

This article describes a process of creating an Expert Advisor for MetaTrader 4 based on the Engulfing pattern, as well as the pattern recognition principle, rules of setting pending orders and stop orders. The results of testing and optimization are provided for your information.

Most downloaded source codes this month

  • Trailing Stop that can do everything The Expert Advisor moves the Stop Loss in the direction of the price movement using various methods.
  • Expert_RSI_Stochastic_MA This Expert Advisor uses three indicators: MA(150), RSI(3) with the levels of 80 and 20, Stochastic(6, 3, 3) with the levels of 70 and 30. The direction of opening deals is based on MA. Entry by RSI and Stochastic. Exit by Stochastic.
  • iFibonacci This indicator will Draw Fibonacci Tools such as Retracement, Arc, Fan, Expansion, Time Zones. Based on ZigZag indicator.

The most popular forum topics:

Bestsellers in the Market:

23 new topics on forum:

and 20 more...

Bestsellers in the Market:

Most read articles this week

Market Theory

Market Theory

A logically complete market theory that would cover all types and varieties of markets for goods and services, micro and macro markets like Forex, hasn't been available until now. This article covers the essence of a new market theory based on the profit analysis, reveals patterns of the current price change and the principle of the mechanism operation that allows the price to find its most optimal value by forming a chain of virtual prices that can develop the controlling influence on the actual price. Mechanisms of formation and change of market trends are also identified here.

MQL5 for beginners: Anti-vandal protection of graphic objects

MQL5 for beginners: Anti-vandal protection of graphic objects

What should your program do, if graphic control panels have been removed or modified by someone else? In this article we will show you how not to have "ownerless" objects on the chart, and how not to lose control over them in cases of renaming or deleting programmatically created objects after the application is deleted.

MetaTrader 4 on Mac OS

MetaTrader 4 on Mac OS

Apple products have become very popular. MetaQuotes Software Corp. attentively follows the progress of the IT industry and has already released the special mobile applications for iOS-based devices - MetaTrader 4 for iPhone and MetaTrader 5 for iPhone.There are many topics on the MQL4.community forum, where people are seeking a solution for running MetaTrader 4 under the Mac OS operating system. In this article, you will find out how to work in MetaTrader 4 via the Apple's popular operating system.

Most downloaded source codes this week

  • ScalpWiz 9001 Trades on price spikes around important financial announcements.
  • Expert_RSI_Stochastic_MA This Expert Advisor uses three indicators: MA(150), RSI(3) with the levels of 80 and 20, Stochastic(6, 3, 3) with the levels of 70 and 30. The direction of opening deals is based on MA. Entry by RSI and Stochastic. Exit by Stochastic.
  • Pivot Only This is a simple indicator showing pivot only for H1, H4, daily, weekly and monthly.

18 new topics on forum:

and 15 more...

15 new topics on forum:

and 12 more...
There are more than 75 940 topics available on forum

Bestsellers in the Market:

The most popular forum topics:

22 new topics on forum:

and 19 more...

Bestsellers in the Market:

The most popular forum topics:

1...321322323324325326327328329330331332333334335...558