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

The Expert Advisor is rewritten from MQL4, the author is Serg_ASV, link to the source - https://www.mql5.com/ru/code/7464.

How it works

If the price moves 'Shift' points or more for one tick, a position is opened in the direction opposite to the movement of the price. As the position is profitable (at any minimum value), it closes.

 

How it works means that Shift value is 3, spread is equal to 2.

Parameters

  • Lots - Position volume.
  • Shift - Price change to open a position.
  • Limit - Loss value in points to close a position.

Note

The Expert Advisor testing in the strategy tester is likely to be unreliable. It must be tested on a demo account.

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

GO GO

The Expert Advisor analyses four Moving Averages: open, high, low, close. On its basis it calculates GO value and opens position according to its value

Exp_AdaptiveCyberCycle Exp_AdaptiveCyberCycle

The Expert Advisor Exp_AdaptiveCyberCycle is built on the basis of the Adaptive Cyber Cycle indicator. The signal is formed when a bar is closing if there is crossing of indicator and its signal line.

i_Trend i_Trend

The oscillator with two lines based on Bollinger Bands, BearsPower and BullsPower

BarsMaxMinSystem BarsMaxMinSystem

The Three-Bar High/Low System indicator by Larry Williams