거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Vladimir Karputov
조회수:
3339
평가:
(13)
게시됨:
2018.12.18 19:18
Probe.mq5 (37.71 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea - Scriptor

mq5 code author - barabashkakvn

The EA works both on netting and hedging accounts. It works on every tick. In order to place pending orders (Buy stop and Sell stop), the EA analyzes iCCI indicator values on bars #0 and #1. 

When a trading signal is activated, the EA sets a pending stop order with the Lots volume at the "Indent from the price" distance from the current price. If Stop Loss is not equal to zero, it is set immediately.

What to do with pending orders that were not triggered? If the current price moves from a pending order at 1.5 * "Indent from the price", it is removed.

After a pending order is activated, a trailing may be applied to a position (unless Trailing Stop is equal to zero).

Sample test on EURUSD, M30:


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22471

Exp_Hans_Indicator_Cloud_System Exp_Hans_Indicator_Cloud_System

The trading system based on the signals of the Hans_Indicator_Cloud_System indicator

Exp_Hans_Indicator_Cloud_System_Tm_Plus Exp_Hans_Indicator_Cloud_System_Tm_Plus

The trading system based on Hans_Indicator_Cloud_System indicator signals with the possibility to set a fixed position holding time

Two PerBar Two PerBar

Simultaneous opening of two oppositely directed positions

RSI_Expert_v2.0 RSI_Expert_v2.0

Expert Advisor based on iRSI (RSI) and iMA (Moving Average, MA).