5 new products are now available on the Market:
Published article "Reimagining Classic Strategies (Part IX): Multiple Time Frame Analysis (II)".
In today's discussion, we examine the strategy of multiple time-frame analysis to learn on which time frame our AI model performs best. Our analysis leads us to conclude that the Monthly and Hourly time-frames produce models with relatively low error rates on the EURUSD pair. We used this to our advantage and created a trading algorithm that makes AI predictions on the Monthly time frame, and executes its trades on the Hourly time frame.
Bestsellers in the Market:
2 new topics on forum:
The most downloaded free products:
Most read articles this month
How to create Requirements Specification for ordering a trading robot
Are you trading using your own strategy? If your system rules can be formally described as software algorithms, it is better to entrust trading to an automated Expert Advisor. A robot does not need sleep or food and is not subject to human weaknesses. In this article, we show how to create Requirements Specification when ordering a trading robot in the Freelance service.
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.
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.
Most downloaded source codes this month
- Dual Profit Closer EA - MT4 The Dual Profit Closer EA is a powerful automated tool designed to independently close all buy or sell orders once they reach your predefined profit thresholds.
- SuperTrend SuperTrend indicator.
- Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
Bestsellers in the Market:
6 new products are now available on the Market:
Published article "Self Optimizing Expert Advisor With MQL5 And Python (Part V): Deep Markov Models".
In this discussion, we will apply a simple Markov Chain on an RSI Indicator, to observe how price behaves after the indicator passes through key levels. We concluded that the strongest buy and sell signals on the NZDJPY pair are generated when the RSI is in the 11-20 range and 71-80 range, respectively. We will demonstrate how you can manipulate your data, to create optimal trading strategies that are learned directly from the data you have. Furthermore, we will demonstrate how to train a deep neural network to learn to use the transition matrix optimally.
Published article "Developing a robot in Python and MQL5 (Part 2): Model selection, creation and training, Python custom tester".
We continue the series of articles on developing a trading robot in Python and MQL5. Today we will solve the problem of selecting and training a model, testing it, implementing cross-validation, grid search, as well as the problem of model ensemble.
6 new products are now available on the Market:
Bestsellers in the Market:
14 new signals now available for subscription:
Growth: | 27.66 | % |
Equity: | 311.53 | USD |
Balance: | 382.97 | USD |
3 new topics on forum:
The most downloaded free products:
6 new products are now available on the Market:
Bestsellers in the Market:
The most popular forum topics:
- Python or MQL5 — Code Migration 34 new comments
- Spam by sellers; no prior contact. 14 new comments
- Performance Issues with MT5 on New Surface Laptop 7 (ARM) vs. Surface Laptop 4 (x64) 9 new comments
8 new products are now available on the Market:
Published article "How to create a trading journal with MetaTrader and Google Sheets".
Create a trading journal using MetaTrader and Google Sheets! You will learn how to sync your trading data via HTTP POST and retrieve it using HTTP requests. In the end, You have a trading journal that will help you keep track of your trades effectively and efficiently.