당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 3033
- 평가:
- 게시됨:
- 2018.03.01 11:54
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The author of the idea: Oleksandr, the author of the MQL5 code: barabashkakvn.
The EA opens and closes positions with a minimum lot every Interval of opening and closing positions minutes. The position type is determined as follows:
- If the random number generator produces a number less than 32767/2, then a BUY position is opened;
- Otherwise, a SELL position is opened.
The previous position is closed before determining the type of the next position.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/19931

This non-trading Expert Advisor is designed for the simple trailing of take profit orders of open positions.

A Simple Expert Advisor The EA opens a position of the specified type at the time specified in the EA parameters. The position is closed at the time specified in the appropriate parameter.

The Expert Advisor uses Buy Stop and Sell Stop orders to trade news and large price movements.

A trading system based on two indicators: iSAR (Parabolic SAR) and iRSI (Relative Strength Index, RSI). Lot calculation based on the risk value as a percentage of free margin.