당사 팬 페이지에 가입하십시오
- 조회수:
- 5602
- 평가:
- 게시됨:
- 2019.01.02 14:31
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The EA compares yesterday's High and Low prices with the current day Close price. As soon as the current price breaks through yesterday's High or Low, immediately open a position. If Stop Loss and Take Profit are non-zero, appropriate positions will be set for the position.
The EA opens only one position at a time, therefore it is able to work both on hedging and netting accounts.
High breakout example:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/23155

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

The MFI indicator (Money Flow Index) applied over MACD (Moving Average Convergence/Divergence) provides a visual presentation of the current price divergence

The iRSI (Relative Strength Index, RSI) indicator features new settings allowing users to manage the display of levels and main level color and width from an Expert Advisor. Smoothing has been added.

Two X2MA moving averages from different timeframes, drawn in a single window as a color cloud colored according to the trend direction