Chao Jie Shen
Chao Jie Shen
  • Information
10+ 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 MetaQuotes code
 MQL5 Wizard - Trade Signals Based on Morning/Evening Stars + Stochastic
Trade signals based on "Morning Star/Evening Star" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
shared author's Jose Miguel Soriano article
Neural network: Self-optimizing Expert Advisor
Neural network: Self-optimizing Expert Advisor

Is it possible to develop an Expert Advisor able to optimize position open and close conditions at regular intervals according to the code commands? What happens if we implement a neural network (multilayer perceptron) in the form of a module to analyze history and provide strategy? We can make the EA optimize a neural network monthly (weekly, daily or hourly) and continue its work afterwards. Thus, we can develop a self-optimizing EA.

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 Aleksandr Pak code
 X_0_Serg153_TEST A tick-tack-toe indicator with trade alerts.
All data of this indicator is contained in the coordinates and names of graphical objects. Trade alerts are extracted from the graphical objects generated by the indicator.
shared author's bobby code
 Volatility Quality EA
This expert advisor is based on the Volatility Quality Index indicator created by raff1410.
shared author's MetaQuotes code
 MQL5 Wizard - Trade Signals Based on Bullish Engulfing/Bearish Engulfing + Stochastic
Trade signals based on "Bullish Engulfing/Bearish Engulfing" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
shared author's Михаил Тарачков article
Filtering Signals Based on Statistical Data of Price Correlation
Filtering Signals Based on Statistical Data of Price Correlation

Is there any correlation between the past price behavior and its future trends? Why does the price repeat today the character of its previous day movement? Can the statistics be used to forecast the price dynamics? There is an answer, and it is positive. If you have any doubt, then this article is for you. I'll tell how to create a working filter for a trading system in MQL5, revealing an interesting pattern in price changes.

shared author's Andrey Opeyda article
Working with Files. An Example of Important Market Events Visualization
Working with Files. An Example of Important Market Events Visualization

The article deals with the outlook of using MQL4 for more productive work at FOREX markets.

shared author's Slobodov Gleb article
A Method of Drawing the Support/Resistance Levels
A Method of Drawing the Support/Resistance Levels

This article describes the process of creating a simple script for detecting the support/resistance levels. It is written for beginners, so you can find the detailed explanation of every stage of the process. However, though the script is very simple, the article will be also useful for advanced traders and the users of the MetaTrader 4 platform. It contains the examples of the data export into the tabular format, the import of the table to Microsoft Excel and plotting the charts for the further detailed analysis.

shared author's Vladimir Tkach code
 Levels with Trail
The Expert Advisor trades based on the support/resistance levels set by the user, while trailing the Stop Loss order.
shared author's Ahmad Waddah Attar code
 TrendMeLeaveMe
Just draw Trend Up or Trend Down before the Expert Advisor "TrendMeLeaveMe" start. Set properties, run expert and go to sleep or work.
shared author's Yury Reshetov code
 Swaper
The Expert Advisor that gains profit from the positive swaps + multi-currency arbitrage tactics.
shared author's rsi article
Ten "Errors" of a Newcomer in Trading?
Ten "Errors" of a Newcomer in Trading?

The article substantiates approach to building a trading system as a sequence of opening and closing the interrelated orders regarding the existing conditions - prices and the current values of each order's profit/loss, not only and not so much the conventional "alerts". We are giving an exemplary realization of such an elementary trading system.

shared author's MetaQuotes article
Forecasting Financial Time-Series
Forecasting Financial Time-Series

Forecasting financial time-series is a required element of any investing activity. The concept of investing itself - put up money now to gain profits in future - is based on the concept of predicting the future. Therefore, forecasting financial time-series underlies the activities of the whole investing industry - all organized exchanges and other securities trading systems.

shared author's Genkov article
Expert Advisor for Trading in the Channel
Expert Advisor for Trading in the Channel

The Expert Advisor plots the channel lines. The upper and lower channel lines act as support and resistance levels. The Expert Advisor marks datum points, provides sound notification every time the price reaches or crosses the channel lines and draws the relevant marks. Upon fractal formation, the corresponding arrows appear on the last bars. Line breakouts may suggest the possibility of a growing trend. The Expert Advisor is extensively commented throughout.

shared author's --- article
Recipes for Neuronets
Recipes for Neuronets

The article is intended for beginners in baking "multi-layered" cakes.

shared author's Yury Kulikov code
 GRNN Neural Network Class
The class realizes generalized regression network (General Regression Neural Network - GRNN)