Chang Suk Chung
Chang Suk Chung
  • Information
9+ years
experience
1
products
657
demo versions
0
jobs
0
signals
0
subscribers
Copyright 2009-2017, Chang Suk Chung
Chang Suk Chung
Added topic After Brexit
Brexit is a real shock. Global economy is entering through blackhole of caos.    Brexit would be another opportunity to financial consumer. Of course brexit is a critical shock to financial institutions. But it can be a
shared author's --- article
The Prototype of a Trading Robot
The Prototype of a Trading Robot

This article summarizes and systematizes the principles of creating algorithms and elements of trading systems. The article considers designing of expert algorithm. As an example the CExpertAdvisor class is considered, which can be used for quick and easy development of trading systems.

shared author's KlimMalgin article
Processing of trade events in Expert Advisor using the OnTrade() function
Processing of trade events in Expert Advisor using the OnTrade() function

MQL5 gave a mass of innovations, including work with events of various types (timer events, trade events, custom events, etc.). Ability to handle events allows you to create completely new type of programs for automatic and semi-automatic trading. In this article we will consider trade events and write some code for the OnTrade() function, that will process the Trade event.

Chang Suk Chung
Chang Suk Chung
Below is USDJPY H1 chart. Please concern about circle. Chikou span is a historical price on 26 days ago of a current close price. It is crossing over historical candle. There was a buying point at that time...
2
Chang Suk Chung
Below is USDJPY H1 chart. Please concern about circle. Chikou span is a historical price on 26 days ago of a current close price. It is crossing over historical candle. There was a buying point at that time...
Chang Suk Chung
Chang Suk Chung
Below is usdjpy H1 chart. Ichimoku kinko hyo, heiken ashi and fibonacci retracement are showed in chart. Chikou span is touching historical candle. And now candle is moving over senkou span A. Next resistance level is located at fibonacci 38.2% retracement...
3
Chang Suk Chung
Below is usdjpy H1 chart. Ichimoku kinko hyo, heiken ashi and fibonacci retracement are showed in chart. Chikou span is touching historical candle. And now candle is moving over senkou span A. Next resistance level is located at fibonacci 38.2% retracement...
shared author's Dmitry Voronkov article
An Example of a Trading System Based on a Heiken-Ashi Indicator
An Example of a Trading System Based on a Heiken-Ashi Indicator

In this article we look into the question of using a Heiken-Ashi indicator in trading. Based on this indicator, a simple trading system is considered and an MQL5 Expert Advisor is written. Trading operations are implemented on the bases of classes of the Standard class library. The testing results of the reviewed trading strategy, are based on the history, and obtained using the built-in MetaTrader 5 strategy tester, are provided in the article.

Chang Suk Chung
This stage of USDJPY is Fibonacci 38.2% retracement. Next target point is 104.839...
Chang Suk Chung
Published screenshot
USDJPY, H1MetaQuotes Software Corp.
Chang Suk Chung
Added topic about USDJPY H1 Forecast & Analysis
This stage is continuing Fibonacci 23.6% retracement.   MetaTrader Trading Platform Screenshots USDJPY, H1, 2016.06.17 MetaQuotes Software Corp., MetaTrader 5, Demo Thekansen is downing but Kijunsen is upward. Above Gumo is
Chang Suk Chung

USDJPY H1 Chart

17 June 2016, 12:26
This stage is Fibonacci 23.6% retracement...
Chang Suk Chung
I think down trend of USDJPY is ending. Below is ichimoku kinko hyo chart. Lowest value of Chikou span is being high. I think now is buying point. What is your opinion...
Chang Suk Chung
Chang Suk Chung
1
shared author's Samuel Olowoyo article
This is the most excellent article.
You can't miss it.
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.

Chang Suk Chung
Added topic free thinking about Chart
Chart is the most important to develop Indicators and Expert Advisors. Let's present our own Chart ideas and discuss about them freely. I think it is very helpful to all using MQL5 community. Below chart is abot USDJPY, M30, 2016.06.03. MetaTrader
Chang Suk Chung
Added topic MQL5 Wizard : All problems about creating expert advisors without programming
I think there are many problems in order to make our own expert advisors without programming using MQL5 Wizard . -  how to set profittable ea -  what are proper stoploss and takeprofit pips? -  how to shorten the time of optimization
Chang Suk Chung
Added topic How to change stoploss and takeprofit at mql5 wizard?
I would like to change the value of sl and tp pips at mql5 wizard programming.   I change 500.0 sl level and 900.0 tp level.  But the result is same.  Please let me know how to change sl and tp level at mql5 wizard.  
Chang Suk Chung
Added topic about programming of ichimoku ea
Do you know a trading signal of ichimoku? I concentrate on the relation of crossing of chinkou span and price. With only above two parameters I would like to make ichimoku ea. Do you have any idea? Is it possible? I think trailing stop and money
Chang Suk Chung
Parabolic SAR is magnificent to make profit. You can find trend apparently at Parabolic SAR. But in side walking phases it shows misleading signals...