Chao Jie Shen
Chao Jie Shen
  • Information
9+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
I'm a professional trader with 3 years experience .manual (using signals / indicators) multi-currency trading, mathematical strategies, probabilistic analysis .
shared author's Nikolai Shevchuk article
How To Implement Your Own Optimization Criteria
How To Implement Your Own Optimization Criteria

In this article an example of optimization by profit/drawdown criterion with results returned into a file is developed for a standard Expert Advisor - Moving Average.

shared author's MetaQuotes article
Strategy Tester: Modes of Modeling during Testing
Strategy Tester: Modes of Modeling during Testing

Many programs of technical analysis allow to test trading strategies on history data. In the most cases, the testing is conducted on already completed data without any attempts to model the trends within a price bar. It was made quickly, but not precisely

shared author's Snail000 code
 Price on Bollinger Channel
The indicator draws (in a separate window) the Bollinger Bands relative to the moving average and projection of the price bars.
shared author's Dmitry Fedoseev code
 iBBFill
The indicator plots the Bollinger Bands ®, filled with different colors depending on the trend direction.
shared author's Andrew Petras code
 Script for Calculation of Candle Statistics
The script calculates candles statistics (the minimal, maximal and average values of candles body and shadows) of the current chart.
shared author's chandra100 code
 Any Pair Stochastic
This indicator is useful for correlation analysis and also for cross pair analysis.
shared author's Nikolay Kositsin code
 Trend power and direction indicator
This indicator paints the candlesticks in different colors depending on a trend power and direction.
shared author's Maxim Khrolenko code
 MultiCurrEA
An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.
shared author's Dmitry Iglakov article
Price Action. Automating the Inside Bar Trading Strategy
Price Action. Automating the Inside Bar Trading Strategy

The article describes the development of a MetaTrader 4 Expert Advisor based on the Inside Bar strategy, including Inside Bar detection principles, as well as pending and stop order setting rules. Test and optimization results are provided as well.

shared author's Andrey Khatimlianskii article
A Pause between Trades
A Pause between Trades

The article deals with the problem of how to arrange pauses between trade operations when a number of experts work on one МТ 4 Client Terminal. It is intended for users who have basic skills in both working with the terminal and programming in MQL 4.

shared author's Dmitriy Zabudskiy code
 VM - Volatility Measure
The script for searching the maximum, minimum and average values of candlestick size
shared author's MetaQuotes article
Common Errors in MQL4 Programs and How to Avoid Them
Common Errors in MQL4 Programs and How to Avoid Them

To avoid critical completion of programs, the previous version compiler handled many errors in the runtime environment. For example, division by zero or array out of range are critical errors and usually lead to program crash. The new compiler can detect actual or potential sources of errors and improve code quality. In this article, we discuss possible errors that can be detected during compilation of old programs and see how to fix them.

shared author's Andrey Opeyda article
Expert System 'Commentator'. Practical Use of Embedded Indicators in an MQL4 Program
Expert System 'Commentator'. Practical Use of Embedded Indicators in an MQL4 Program

The article describes the use of technical indicators in programming on MQL4.

shared author's Andrey Khatimlianskii article
MagicNumber: "Magic" Identifier of the Order
MagicNumber: "Magic" Identifier of the Order

The article deals with the problem of conflict-free trading of several experts on the same МТ 4 Client Terminal. It "teaches" the expert to manage only "its own" orders without modifying or closing "someone else's" positions (opened manually or by other experts). The article was written for users who have basic skills of working with the terminal and programming in MQL 4.

shared author's MetaQuotes article
What the Numbers in the Expert Testing Report Mean
What the Numbers in the Expert Testing Report Mean

Article explains how to read testing reports and to interpret the obtained results properly.

shared author's MetaQuotes article
Expert Advisor Sample
Expert Advisor Sample

The principles of MQL4-programs development are shown on sample of creating a simple Expert Advisor system based on the standard MACD indicator.

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.

shared author's Сергей Ковалев article
Graphic Expert Advisor: AutoGraf
Graphic Expert Advisor: AutoGraf

The article shows the workability of graphics in creation of a convenient interface to manage trading.

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 Andrey Kornishkin code
 An Expert Advisor, based on Bollinger Bands ®
This Expert Advisor is based on Bollinger Bands. It uses trend-following strategy and Bollinger Bands indicator.