당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 4487
- 평가:
- 게시됨:
- 2017.03.02 10:01
- 업데이트됨:
- 2018.02.15 17:55
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Analysis of bars, if they contain N consecutive bars of the same type.
Author of idea — ... Rick D. ... ., author of MQL5 code — barabashkakvn.
An example of the strategy: find N consecutive bullish bars, the body of each bar is greater than the previous one. This gives a sell signal.
N consecutive bearish bars with the body of which greater than previous, give a buy signal.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/17289

Trading by Moving Average. Checking for sufficiency of funds.

RSI EA - trading based on overbought/oversold zones determined by the iRSI (Relative Strength Index, RSI) indicator.

Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().

Two iMAs on the current period and one on PERIOD_D1.