거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
10053
평가:
(14)
게시됨:
2008.07.01 08:27
업데이트됨:
2014.04.21 14:52
tradechannel.gif (10.08 KB)
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


A variant of a trading system is implemented, it uses the principle of working in a channel (Price channel). The signals for opening a position are obtained on the second bar after the price has touched the upper or lower border of the channel. We are trading on a kickback, so when the price touches the upper border of the channel we perform Sell, when the lower one - we perform Buy. We keep the position until it's kicked by the stop or the entering is performed by the signal of position closing. The trailing is used.

Some currency pairs with several timeframes haven't demonstrated the positive results during testing (the only limiting factor was used - % of drawdown), so there is something to think about: to improve the rules of entering and escaping either or not to use this method of trading in the channel with this currency pairs at all.

Let's discuss....

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/7756

b-Lots b-Lots

Choosing a size of the working volume. 3 variants. It can be easily inserted into an EA code.

Base64 Base64

Simple coding/decoding of entries in Base64.

Waddah Attar Pivot Waddah Attar Pivot

Draw Dayly , Weekly and Monthly Pivot with BackTest.

Clock Clock

Displays the time of last quote coming for the current symbol in the HH:MM:SS format.