3 new signals now available for subscription:
New publications in CodeBase
- Ofir Blue Telegram API for any indicator Connect your indicator to Telegram with 3 lines of code This sample code enables to connect your indicator to Ofir Blue, the first trading application for Telegram
- Change TPSL By Percentage The Expert will help you change the TP/SL of all open orders by setting the TP/SL based on the input percentage value.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Python in algorithmic trading 59 new comments
- AI 2023. Meet ChatGPT. 36 new comments
- Machine Learning and Neural Networks 18 new comments
Published article "Take a few lessons from Prop Firms (Part 1) — An introduction".
In this introductory article, I address a few of the lessons one can take from the challenge rules that proprietary trading firms implement. This is especially relevant for beginners and those who struggle to find their footing in this world of trading. The subsequent article will address the code implementation.
Bestsellers in the Market:
The most downloaded free products:
Most read articles this month
In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.
How to purchase a trading robot from the MetaTrader Market and to install it?
A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.
Learn how to design a trading system by Fibonacci
In this article, we will continue our series of creating a trading system based on the most popular technical indicator. Here is a new technical tool which is the Fibonacci and we will learn how to design a trading system based on this technical indicator.
Most downloaded source codes this month
- Reversal Strategy Reversal strategy using Moving Average, Standard Deviation and RSI
- b-clock Show minutes and seconds left before new candle is appeared.
- Support and Resistance Indicator This Indicator shows the potential breakout/stop levels.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 41 new comments
- Strategy Tester Report not found 15 new comments
- Indicators Thoughts.. 14 new comments
New publications in CodeBase
- Benchmark A set of macros to benchmark small code snippets for their execution speeds.
- Money Management Close trades when the percentage profit or risk of the account is reached
The most downloaded free products:
Bestsellers in the Market:
Most read articles this week
In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.
How to purchase a trading robot from the MetaTrader Market and to install it?
A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.
How to Test a Trading Robot Before Buying
Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.
Most downloaded source codes this week
- Risk Manager EA This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
New publications in CodeBase
- Tick Speed Indicator This example was created to see how long it takes to reach 100 ticks. So this indicator is a seconds / "centick" (centick = 100 ticks). It helps you trade orders flow.
- Subtract Time You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function.
- Exponential Commodity Channel Index Commodity Channel Index using exponential moving averages.
- AllAverages v4.9 One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications.
3 new signals now available for subscription:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 78 new comments
- Using trade.BuyStop and unexpected Invalid Price errors inconsistently 14 new comments
- Strategy Tester anomaly 12 new comments
Bestsellers in the Market:
New publications in CodeBase
- Display trade history on charts (MT5) to display trade history files(.csv) on charts.
- Exponential Commodity Channel Index Commodity Channel Index using exponential moving averages.
The most downloaded free products:
Bestsellers in the Market:
2 new signals now available for subscription:
Growth: | 176.25 | % |
Equity: | 4 612.50 | USD |
Balance: | 5 695.98 | USD |
The most downloaded free products:
3 new signals now available for subscription:
Growth: | 245.73 | % |
Equity: | 3 457.35 | USD |
Balance: | 3 457.35 | USD |
Bestsellers in the Market:
The most popular forum topics:
- Python in algorithmic trading 74 new comments
- Machine learning in trading: theory, models, practice and algo-trading 54 new comments
- Learning ONNX for trading 44 new comments
Published article "Population optimization algorithms: Harmony Search (HS)".
In the current article, I will study and test the most powerful optimization algorithm - harmonic search (HS) inspired by the process of finding the perfect sound harmony. So what algorithm is now the leader in our rating?