• Information
9+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
About me
shared author's Vladimir Karputov code
 RSI Eraser
The Expert Advisor is based on the iRSI (Relative Strength Index, RSI) indicator signals.
ZhiJun Zhang
ZhiJun Zhang
永远错误的决定:
1逆势交易;
2下单不带止损。
下单位置:
1在最小止损的地方下单;
2突破下单;
3极值加止损下单。
ZhiJun Zhang
Published post outlook自动定期更新邮件
编制自动方案代码 启动Outlook2010,按下Alt+F11组合键,启动VBA编辑器,在代码窗口左侧点击ThisOutlookSession,然后在右侧代码窗口中输入如下代码(图1): Sub Application_Startup() Set oApp = Outlook.Application Set oMessage = oApp.CreateItem(olMailItem...
shared author's MetaQuotes article
MQL5: Create Your Own Indicator
MQL5: Create Your Own Indicator

What is an indicator? It is a set of calculated values that we want to be displayed on the screen in a convenient way. Sets of values are represented in programs as arrays. Thus, creation of an indicator means writing an algorithm that handles some arrays (price arrays) and records results of handling to other arrays (indicator values). By describing creation of True Strength Index, the author shows how to write indicators in MQL5.

shared author's Rustem Bigeev article
How to conduct a qualitative analysis of trading signals and select the best of them
How to conduct a qualitative analysis of trading signals and select the best of them

The article deals with evaluating the performance of Signals Providers. We offer several additional parameters highlighting signal trading results from a slightly different angle than in traditional approaches. The concepts of the proper management and perfect deal are described. We also dwell on the optimal selection using the obtained results and compiling the portfolio of multiple signal sources.

ZhiJun Zhang
ZhiJun Zhang
新功能?
Sairoong Kidtook
Sairoong Kidtook 2018.01.01
down !!
shared author's MetaQuotes article
Trade Operations in MQL5 - It's Easy
Trade Operations in MQL5 - It's Easy

Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development can also be quite absorbing. Creating a trading robot can be as interesting as reading a good mystery novel.

ZhiJun Zhang
ZhiJun Zhang
目标1.21350
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
https://www.mql5.com/zh/articles/1500

面向初学者的 MQL4 语言。自定义指标(第 1 部分)
ZhiJun Zhang
ZhiJun Zhang
逆势就是错误
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
逆势+短线。逆势就是错误……
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
新功能?
ZhiJun Zhang
ZhiJun Zhang
新功能?
shared author's Andrei Novichkov article
Creating Documentation Based on MQL5 Source Code
Creating Documentation Based on MQL5 Source Code

This article considers creation of documentation for MQL5 code starting with the automated markup of required tags. It also provides the description of how to use the Doxygen software, how to properly configure it and how to receive results in different formats, including html, HtmlHelp and PDF.