Newdigital
Sergey Golubev
Sergey Golubev
Comment to topic How to Start with Metatrader 5
Good article was published - ---------------- Visual strategy builder. Creating trading robots without programming This visual strategy builder is designed for "non-programmers" and can be useful to
How to Start with Metatrader 5
Huanglin Zou
Huanglin Zou 2018.07.25
great
Huanglin Zou
Huanglin Zou 2018.07.25
long long,would be better
shared author's Andrey Barinov article
This visual strategy builder is designed for "non-programmers" and can be useful to a wide range of users. Any trader can create fully functional trading robots after having spent a little time to get to know it and master the principles of its work.
Visual strategy builder. Creating trading robots without programming
Visual strategy builder. Creating trading robots without programming

This article presents a visual strategy builder. It is shown how any user can create trading robots and utilities without programming. Created Expert Advisors are fully functional and can be tested in the strategy tester, optimized in the cloud or executed live on real time charts.

MetaQuotes
MetaQuotes
为您的市场产品添加翻译或在自由职业者服务中订购产品
所有MetaTrader市场产品都可以使用mql5.com网站的7种语言进行描述。因此,我们的卖家能够以全球各地潜在买家所使用的语言描述其EA交易的优势。推出这项服务之初,管理部门就为所有市场产品提供了俄语和英语翻译。在此服务推广的初始阶段,这对于协助EA交易开发人员,以及 自动检验产品 和如何准备产品的文章是非常必要的。 自此以后,市场应用程序的数量已经超过13 000,而开发人员的人数已达到数千人。现在,卖家考虑以不同语言推广其产品的时间已经到来。
为您的市场产品添加翻译或在自由职业者服务中订购产品
Sergey Golubev
Sergey Golubev
Comment to topic Market Hours Indicators
Market Hours ---------------- Trading sessions according to GMT (Greenwich Mean Time)
Market Hours Indicators
MetaQuotes
MetaQuotes
Add translation of your Market product or order it in Freelance
All MetaTrader Market products may have descriptions in 7 languages of the mql5.com website. Thus, our Sellers are able to describe the advantages of their trading robot in the language of potential buyers from around the world. From the very
Add translation of your Market product or order it in Freelance
MetaQuotes
MetaQuotes
Добавьте перевод своего продукта в Маркете или закажите во Фрилансе
Все продукты в MetaTrader Маркет могут иметь описания на 7 языках сайта mql5.com. Таким образом мы предоставляем Продавцам возможность рассказать о достоинствах своего торгового робота на языке потенциальных покупателей со всего мира.  И с
Добавьте перевод своего продукта в Маркете или закажите во Фрилансе
Sergey Golubev
Sergey Golubev
Comment to topic Trading Strategies Based On Digital Filters
Good article was published - ============ Practical evaluation of the adaptive market following method The trading strategy presented in this article was first described by Vladimir Kravchuk in the
Trading Strategies Based On Digital Filters
Chris Mukengeshayi
Chris Mukengeshayi 2018.07.19
Very interesting, thanks for sharing
Sergey Golubev
Sergey Golubev
Comment to topic Elliot Wave Indicators
Elliott Wave The forum Elliot Wave Indicators - key thread &nbsp, elliott wave theory - the thread , Elliott Wave - mini article about how to use, Keys to Investor Success - Elliott Wave Theory -
Sergey Golubev
Sergey Golubev
Comment to topic Forecast and levels for Dollar Index
Forum on trading, automated trading systems and testing trading strategies Is anyone analyse forecast DXY? Erdenebayar Lamjav , 2018.07.17 11:53 Is anyone analyse forecast DXY? Dollar Index Technical
Forecast and levels for Dollar Index
Huanglin Zou
Huanglin Zou 2018.07.18
down
Macron France
Alexey Viktorov
Alexey Viktorov
Comment to topic Интересное и Юмор
Макрон молодец, настоящий фанат
Интересное и Юмор
Alexey Volchanskiy
Alexey Volchanskiy
MultiRobot - a lot of strategies in one robot
https://www.metatrader5.com/en/metaeditor/help/mql5storage: MultiRobot is an open sources project.  This is a robot that will include several strategies. Each strategy is framed as an MQL5 class and can be turned on and off.  I will
MultiRobot - a lot of strategies in one robot
Sergey Golubev
Sergey Golubev
Comment to topic 如何开始学习MQL5
RSS - MetaTrader 5脚本 Ian Copsey 的 RSS (相对扩散强度) 指标于 2006 年 10 月发表在《股票和商品》杂志上
如何开始学习MQL5
Sergey Golubev
Sergey Golubev
Comment to topic 如何开始学习MQL5
强化学习中的随机决策森林 使用了 bagging 的随机森林 (Random Forest, RF) 是最强大的机器学习方法之一, 它略微弱于梯度 boosting 。 随机森林 包含了一系列 决策树 (也被称为分类数或者 "CART" 回归树,用于解决同名的任务)
如何开始学习MQL5
shared author's Maxim Dmitrievsky article
Random Decision Forest in Reinforcement learning
Random Decision Forest in Reinforcement learning

Random Forest (RF) with the use of bagging is one of the most powerful machine learning methods, which is slightly inferior to gradient boosting. This article attempts to develop a self-learning trading system that makes decisions based on the experience gained from interaction with the market.

shared author's Sergey Pavlov article
Developing multi-module Expert Advisors
Developing multi-module Expert Advisors

MQL programming language allows implementing the concept of modular development of trading strategies. The article shows an example of developing a multi-module Expert Advisor consisting of separately compiled file modules.

Sergey Golubev
Sergey Golubev
Comment to topic How to Start with Metatrader 5
New article was published - ---------------- Developing multi-module Expert Advisors Currently, there are several approaches to programming: modular, object-oriented and structured. In this article
How to Start with Metatrader 5
Sergey Golubev
Sergey Golubev
Comment to topic 如何开始学习MQL5
用 MQL5 语言编写的 20 种交易信号 交易者尝试寻找价格变动的规律,努力制定能够通过使用它们来确定有利的买入时机或卖出时机的规则。为了创建一个全自动系统,您需要了解如何告知此类时机 - 交易信号的来临。 信号告知交易者可能的建仓点位,但是并不是所有这些信号都是必须要执行的。其他标准能够筛选掉大多数信号,但是对我们而言这还不足够。本文旨在说明如何用 MQL5 语言编写最流行的交易信号。
如何开始学习MQL5
Sergey Golubev
Sergey Golubev
Comment to topic how to
how to
Sergey Golubev
Sergey Golubev
Comment to topic 如何开始学习MQL5
新用户的几个小窍门 有句俗话说的好:从来不犯错误的人将一事无成。这一点应该无法反驳,除非你认为闲着什么都不做也是一种错误。但是俗话说吃一堑长一智,你可以通过分析过去的错误(包括你自己的和他人的)来减少你将来可能会犯的错误。让我们来试着看看我们工作中可能会遇到的一些情景吧,这里所说的工作指的是站内的“工作”服务项目。 我们的目标是尽量客观,无论如何,它代表了执行方-开发者的角度。
如何开始学习MQL5
Sergey Golubev
Sergey Golubev
Comment to topic 如何开始学习MQL5
MetaTrader 5帮助 - 开设账户 ============ MetaTrader 5 Android 帮助 - 开立模拟账户 ============ MetaTrader 5 iPhone/iPad 帮助 - 手启用 ============
如何开始学习MQL5