거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 3589
- 평가:
- 게시됨:
- 2018.08.23 11:23
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The author of the idea: Scriptor.
mq5 code author - barabashkakvn.
The EA uses the iMA indicator (Moving Average, MA) and analyzes the last six bars.
Inputs
- How many lots to deal with (may be less than one)
- The period for the averager
- Check for too-big candlesticks (avoid them)
- Check for pairs of big candlesticks
- A smart stop-loss
- The trade's stop loss in case of program error
- The trade's take profit
- The minimum EMA slope to enter a trade
- The maximum EMA slope to enter a trade
- Wait this long to determine candlestick lows/highs (BEGIN)
- Wait this long to determine candlestick lows/highs (END)
- An allowance between the close and low/high price (BEGIN)
- An allowance between the close and low/high price (END)
- If the previous volume is not above this, exit the trade
- A strange but functional imaginary spread adjustment
- magic number
Test for EURUSD H1:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21387

Closing positions and removing pending orders when reaching a specified profit or loss.

A simple Pivot. No stop loss and take profit are used.

The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications

DirectCandlesCounter indicator in the form of candles.