Wen Yu Liu
Wen Yu Liu
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
本人主要交易"沪深300"指数,如果想和本人交流经验,分享心得请加QQ群: 174710201
Friends 1
shared author's Anatoli Kazharski article
Graphical Interfaces VI: the Checkbox Control, the Edit Control and their Mixed Types (Chapter 1)
Graphical Interfaces VI: the Checkbox Control, the Edit Control and their Mixed Types (Chapter 1)

This article is the beginning of the sixth part of the series dedicated to the development of the library for creating graphical interfaces in the MetaTrader terminals. In the first chapter, we are going to discuss the checkbox control, the edit control and their mixed types.

shared author's Anatoli Kazharski article
Graphical Interfaces VIII: The Calendar Control (Chapter 1)
Graphical Interfaces VIII: The Calendar Control (Chapter 1)

In the part VIII of the series of articles dedicated to creating graphical interfaces in MetaTrader, we will consider complex composite controls like calendars, tree view, and file navigator. Due to the large amount of information, there are separate articles written for every subject. The first chapter of this part describes the calendar control and its expanded version — a drop down calendar.

shared author's MetaQuotes article
MQL5 vs QLUA - Why trading operations in MQL5 are up to 28 times faster?
MQL5 vs QLUA - Why trading operations in MQL5 are up to 28 times faster?

Have you ever wondered how quickly your order is delivered to the exchange, how fast it is executed, and how much time your terminal needs in order to receive the operation result? We have prepared a comparison of trading operation execution speed, because no one has ever measured these values using applications in MQL5 and QLUA.

shared author's Denis Kirichenko article
MQL5 Cookbook - Trading signals of moving channels
MQL5 Cookbook - Trading signals of moving channels

The article describes the process of developing and implementing a class for sending signals based on the moving channels. Each of the signal version is followed by a trading strategy with testing results. Classes of the Standard Library are used for creating derived classes.

shared author's Dmitry Fedoseev article
MQL5 Programming Basics: Files
MQL5 Programming Basics: Files

This practice-oriented article focuses on working with files in MQL5. It offers a number of simple tasks allowing you to grasp the basics and hone your skills.

shared author's Anatoli Kazharski article
Graphical Interfaces X: Updates for Easy And Fast Library (Build 3)
Graphical Interfaces X: Updates for Easy And Fast Library (Build 3)

The next version of the Easy And Fast library (version 3) is presented in this article. Fixed certain flaws and added new features. More details further in the article.

shared author's Eugeniy Lugovoy article
How to Access the MySQL Database from MQL5 (MQL4)
How to Access the MySQL Database from MQL5 (MQL4)

The article describes the development of an interface between MQL and the MySQL database. It discusses existing practical solutions and offers a more convenient way to implement a library for working with databases. The article contains a detailed description of the functions, the interface structure, examples and some of specific features of working with MySQL. As for the software solutions, the article attachments include the files of dynamic libraries, documentation and script examples for the MQL4 and MQL5 languages.

Automated-Trading
Automated-Trading
程序库: MySQL 封装
MySQL 封装 : 用于读写 MySQL 的封装 作者: Russell
MetaQuotes
MetaQuotes
文章 "如何从 MQL5 (MQL4) 访问 MySQL 数据库"
新文章 如何从 MQL5 (MQL4) 访问 MySQL 数据库 已发布: 本文描述开发一个在 MQL 与 MySQL 之间的接口。它讨论了现有的可行解决方案,并采用更便捷的途径来实现与数据库协同工作的链接库。本文包括功能的详尽描述,接口结构,例程,以及一些使用 MySQL 时的特性。作为软件解决方案,本文附件中包含了用于 MQL4 和 MQL5 语言的动态库,文档和脚本例程。 介绍 MQL 与数据库的交互问题并非新事物,但它们依然是相关的。利用数据库​​可以极大增强 MetaTrader
MetaQuotes
MetaQuotes
Comment to topic GitHub现已支持MQL5和MQL4语言
此外,在TIOBE语言人气指数排名中: http://www.tiobe.com/tiobe-index/ ,MQL4(当然也包括MQL5,因为这两种语言被索引作者视为一种MQL4语言)的排名已经上升到41位。
GitHub现已支持MQL5和MQL4语言
shared author's Scriptor code
 e -Trailing
Automatic Trailing Stop for all open positions. Attach to one chart only.
shared author's Carl Schreiber article
Enhancing the StrategyTester to Optimize Indicators Solely on the Example of Flat and Trend Markets
Enhancing the StrategyTester to Optimize Indicators Solely on the Example of Flat and Trend Markets

It is essential to detect whether a market is flat or not for many strategies. Using the well known ADX we demonstrate how we can use the Strategy Tester not only to optimize this indicator for our specific purpose, but as well we can decide whether this indicator will meet our needs and get to know the average range of the flat and trend markets which might be quite important to determine stops and targets of the markets.

Nelson Wong
Nelson Wong
mql5信号市场是不是联合各平台专门骗钱的工具?
因为本人在其他资本市场做得不顺利,自己水平不行也想学习但不理想,就一直想找到好老师或专家。跟过老师喊单,中金,金融界都混过,不太理想。偶尔下知道mql5自动化信号可直接跟踪,真以为有高手,然而几个月下来一直不太理想,有以下几点心得,或共勉或寻求探讨。  
shared author's Russell code
 MySQL wrapper
Wrapper for reading and writing to MySQL
shared author's Samuel Olowoyo article
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners

The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed trading strategy. The structure of an Expert Advisor, the use of built-in technical indicators and trading functions, the details of the Debug mode and use of the Strategy Tester are presented.

shared author's --- article
SQL and MQL5: Working with SQLite Database
SQL and MQL5: Working with SQLite Database

This article is intended for developers who would be interested in using SQL in their projects. It explains the functionality and advantages of SQLite. The article does not require special knowledge of SQLite functions, yet minimum understanding of SQL would be beneficial.

shared author's Rafal Dubiel code
 HardLevels
Shows important support / resistance levels from different timeframes. Advanced filtering included.
shared author's Sergey Kravchuk article
A Pattern Trailing Stop and Exit the Market
A Pattern Trailing Stop and Exit the Market

Developers of order modification/closing algorithms suffer from an imperishable woe - how to compare results obtained by different methods? The mechanism of checking is well known - it is Strategy Tester. But how to make an EA to work equally for opening/closing orders? The article describes a tool that provides strong repetition of order openings that allows us to maintain a mathematically correct platform to compare the results of different algorithms for trailing stops and for exiting the market.

shared author's Tatyana article
Secrets of MetaTrader 4 Client Terminal: Alerting System
Secrets of MetaTrader 4 Client Terminal: Alerting System

How to be aware of what happens in the terminal and on your account without permanent looking at the monitor. System events; custom events; wave and executable files; electronic messages; setting up SMTP server access; publications; setting up FTP server access.

shared author's Andrey Khatimlianskii article
Orders Management - It's Simple
Orders Management - It's Simple

The article deals with various ways of how to control open positions and pending orders. It is devoted to simplifying of writing Expert Advisors.