거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

ScalpWiz 9001 - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
13135
평가:
(38)
게시됨:
2018.12.28 13:11
업데이트됨:
2019.01.17 11:29
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Marc Boggs

Code mq5 by: barabashkakvn

The EA works on hedge accounts ONLY!

In the EA, classes CPositionInfoCTradeCSymbolInfoCAccountInfoCOrderInfo, and CArrayObj were used.

Four levels, i.e., the spaces for placing pending orders, can be specified in input parameters. The sizes of the spaces follows the logic below:

Level #0 < Level #1 < Level #2 < Level #3

The EA permanently monitors the situation, i.e., it works on each tick, as soon as the price breaks through one of the lines of indicator iBands (Bollinger Bands, BB) at the distance of Level #3. As soon as such breakthrough is found, pending orders will be placed. In the picture below, you can see a sample situation where the breakthrough of the upper line is found: Four Sell stop orders were placed


Accordingly, as soon as the lower line is broken through, pending Buy stop orders will be placed.

For each pending order, Pending Stop orders expiration time (in minutes) is set. You can specify both permanent and dynamic (in risk percents) lot sizes. Lot type is specified in Money management.

Parameters, such as Stop Loss, Take Profit, and Trailing Stop, can be disabled. To do so, you just have to assign the value of 0.0 to the parameter.

A sample start on EURUSD,H1


and on USDJPY,H1


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

FineTuningMACandle FineTuningMACandle

Indicator FineTuningMA represented as candles

Mirror_RSI Mirror_RSI

Indicator Mirror RSI

Simplified opening of stop orders Simplified opening of stop orders

Short description

Heiken_Ashi_Smoothed_HTF Heiken_Ashi_Smoothed_HTF

Indicator Heiken_Ashi_Smoothed with the possibility of changing its timeframe in its input parameters