거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
7137
평가:
(31)
게시됨:
2012.12.11 15:09
업데이트됨:
2016.11.22 07:32
vlt_trader.mq5 (14.69 KB) 조회
\MQL5\Indicators\
ivlt.mq5 (3.46 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor is rewritten from MQL4, the author is fortrader, link to the source https://www.mql5.com/en/code/8006.

How it works

If the bar is formed with a size of a shade less than the lowest bar for a specified number of bars, the setting of two pending stop orders is performed. When one of the orders is triggered, the second is removed.

Trade signals definition is delivered to the indicator. When the indicator has one period parameter, i.e. the number of bars on which the minimum bar size is determined. The green line shows the current bar size, the blue line is a minimum bar size, points are the signals of setting orders.

The image 1 shows the performance of the Expert Advisor in the strategy tester's visual mode, the image 2 shows the results of the tester.

 

Fig. 1. How the Expert Advisor works.

 

Fig. 2. The results of work of the Expert Advisor for the last month (09.2012) at EURUSD M15.

Parameters

  • period - The period of the indicator.
  • PendingLevel - The level of setting pending orders from High/Low of the previous bar.
  • Lots - Lot.
  • StopLoss - Stop Loss in points, 0 - without Stop Loss.
  • TakeProfit - Take Profit in points, 0 - without Take Profit.

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

True MFI (Alternative to the standard MFI) True MFI (Alternative to the standard MFI)

Rise or fall in prices is often preceded by increased activity of trading. The True MFI indicator tries to use this factor.

Smatf Smatf

The Expert Advisor analyses many Moving Averages from three timeframes

True RVI - Relative Strength Index (liveliness) of market True RVI - Relative Strength Index (liveliness) of market

An alternative replacement for the standard RVI indicator which considers trades volume

Exp_2pbIdealMA Exp_2pbIdealMA

The Exp_2pbIdealMA indicator is based on the crossing of two Moving Averages. A signal to perform a deal is formed at bar closing if there is crossing of a fast 2pbIdeal1MA Moving Average with a slow 2pbIdeal3MA Moving Average