거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

SupportResistTrade - MetaTrader 4용 expert

조회수:
25307
평가:
(7)
게시됨:
2008.10.02 06:46
업데이트됨:
2014.04.21 14:53
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A simple analysis of the market is performed before opening/closing a position, it determines the levels of support/resistance and the direction of the trend (bullish/bearish) as well.

The support/resistance levels are drawn by the last numBars bars.

The trend is identified using the Moving Avarage indicator (the period is set by the maPeriod parameter): if the price is above the MA then the trend is bearish, if it is below the MA then the trend is bullish.

If the trend is bullish then the position is opened at the break through of the resistance level.

If the ternd is bearish then the position is opened at the break through of the support level.

The closing of the position is performed by StopLoss that is placed either by the support level (if a long posotion is opened), or by the resistance level (if a short position is opened). The closing of the position can be performed by the break through of the support level as well (if an opened position is opened and this position is at a lossless region) or by the break through of the resistance level (if a short position is opened and this position is at the lossless region). A primitive TrailingStop with the levels of 10, 20 and 30 points is used in the EA.

Input Parameters:

1. numBars - the number of bars that are used for drawing of the support/resistance levels.

2. maPeriod - the period of the Moving Avarage.

The result of testing through September (EUR\USD):

Period H1:

The input parameters are not optimized. The default values are: numBars = 55; maPeriod = 500.

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

Indicator iCCI_M1+H1+D1 Indicator iCCI_M1+H1+D1

It draws three lines of different periods in one subwindow.

The MasterMind 3 (Championship Edition) The MasterMind 3 (Championship Edition)

Because of the "supposedly" 24k of errors within the journal, this script did not make it into the championship. Maybe next year Folks : ) So far, There are no errors to be found. "The Grid" (A Massive Hedger)is Coming Soon...

EA Based on Laptrend and Some Other Indicators EA Based on Laptrend and Some Other Indicators

I created this indicator on the basis of the MQL4 training material. This modified EA is almost from there. All functions are standard, I'm not able to develop something better yet. Only the "heart" of it was modified.

ZigZagEvgeTrofi ver. 1 ZigZagEvgeTrofi ver. 1

The ZigZag indicator is used.