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

The original trading strategy is described here.

The EA was written in order to test the efficiency of the trading strategy described by the author. You can find the obtained result and the description of the EA parameters in the latest issue of the magazine.

Short Description of the EA Algorithm:

1. Timeframes: H1-D;
2. Tool: Bollinger Bands with the shift of 1,2,3. Period: 20; Volume: integer lot; (0.2,0.4,0.8,1.0, etc.).
3. Indicator: RSI, period 14.

Searching for a buying signal:
1. Relative Strength Index (RSI) must be below 30.
2. Price must reach the lowest Bollinger Band.
3. Wait until the candlestick on the one-hour chart moves to above the second lowest Bollinger Band.
4. As soon as the first candlestick closes above the second line, you should buy.
5. StopLoss must be located 10 pips below the latest local minimum.
6. The first target for a half of the position is equal to the value of StopLoss; as soon as it is reached, you should move the Stop level to the break-even point.
7. The second target is the level of the second upper Bollinger Band.


Searching for a selling signal:
1. RSI must be above 70.
2. Price must reach the highest Bollinger Band.
3. Wait until the candlestick on the one-hour chart moves from the upper line down behind the second line.
4. As soon as the first candlestick closes below the second line, you should sell by market.
5. StopLoss must be located 10 pips above the latest local maximum.
6. The first target for a half of the position is equal to the value of StopLoss; as soon as it is reached, you should move the Stop level to the break-even point.
7. The second target is the level of the second lower Bollinger Band.


Testing the EA with standard parameters:

After optimization of parameters:

Full analysis of the strategy with a forward test can be found in our magazine.

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

MS Excel: Data Exchange and Management MS Excel: Data Exchange and Management

A DLL to manage and exchange data between MT4 and MS Excel. OLE is used. The description of the DLL functions is given in the attached example. The example is a script that sends quotes to Excel and builds the diagram of daily price changes. At exiting,

Need a Top_Bottom fishing addition.. Need a Top_Bottom fishing addition..

The EA works with the 1 min EURUSD AMA signal but can't turn the corner without latent signals. Can somebody try to work the flaw and make the signal more precise. It has some RSI and MA added to filter. But not enough to accomplish a msot profitable tra

e-TurboFx e-TurboFx

3 bearish and sequential lengthening bars? Bruins, we are not going your way!

BreakOut_Panca_eagle BreakOut_Panca_eagle

Indicator BreakOut_Panca_eagle.