당사 팬 페이지에 가입하십시오
- 조회수:
- 16088
- 평가:
- 게시됨:
- 2016.02.01 09:10
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The indicator plots two Stowell patterns on the right edge of the chart: upper and lower. A breakout of the three candle line means (by Stowell) a change in the trend.
Both files must be compiled. Only the second file is attached to the chart (3clinetf.mq4).
Input Parameters:
- The BreakOnly=false parameter means that any formed patterns will be plotted (fig. 1).
- The BreakOnly=true parameter means that only the formed patterns, that had a breakout, will be plotted (fig. 2).
This is a multi-timeframe indicator. The timeframe is specified by TF (TF=0 means the timeframe of the current chart).
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13438

The Random EA, which operates by the principle of a coin flip.

The Expert Advisor opens an order by the trading strategy, places a take profit and a stop loss It protects the position by moving the stop loss to breakeven, and maintains it with a trailing stop.

It shows the trend direction for multiple currency pairs on the current time frame.

The Expert Advisor uses moving averages, based on the opening and closing prices.