당사 팬 페이지에 가입하십시오
Tunnel gen4 - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 6391
- 평가:
- 게시됨:
- 2018.12.28 13:11
- 업데이트됨:
- 2019.01.17 11:29
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Idea by: Scriptor
Code mq5 by: barabashkakvn
The EA works on hedge accounts ONLY!
It works on each tick.
The EA works in a cyclic manner: The initial reference point is no open positions on the market. Trading starts with simultaneously opening opposite positions: BUY and SELL with the initial lot size of Start Lots. At the next step (as soon as the price passes the Step), we will open a double-lot-size position:
- If the price has passed the Step upwards, we will open Sell
- If the price has passed the Step downwards, we will open Buy
If the price passes one more Step, we will close everything and get a profit or loss, depending on where the price has gone:
This trading system is based on the assumption that the price would rather return than continue its trend.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22659
Indicator HLCrossSigForRSI with the possibility of changing its timeframe in its input parameters
RSI RFTL EAAn EA based on indicators iRSI (Relative Strength Index, RSI) and RFTL
An indicator of expanding time zone ranges with the background color filling and the midline of the Hans_Indicator range, capable of giving alerts and sending mail and Push messages at the time of breaking through the expanding of the range formed, with the number of price levels increased up to thirty-one
Smoothing AverageAn EA based on indicator iMA (Moving Average, MA). Reverse of signals. Lot size is either fixed or based on risk percentage.