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

ExpertClor_v01 - MetaTrader 4용 expert

조회수:
9453
평가:
(4)
게시됨:
2009.01.09 07:07
업데이트됨:
2014.04.21 14:53
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

1. It closes an order by the intersection of two MAs (5 and 7 on default);

2. It automatically moves the stop by the StopATR_auto indicator;

3. It moves the opened position to the breakeven when the price reaches the specified level.

Attention! The EA closes only opened orders!

Input Parameters:

MA_CloseOnOff       - turning on (1) or off (0) the mode of closing the orders by the intersection of MA
StATR_CloseOnOff    - turning on (1) or off (0) the placing and modifying of the stop by the StopATR_auto indicator
MA_Fast_Pe          - the period of the fast МА
MA_Fast_Ty          - the type of the fast MA(0-SMA, 1-EMA, 2-SMMA(smoothed), 3-LWMA(weighted))
MA_Fast_Pr          - the price of the fast МА (0-Close, 1-Open, 2-High, 3-Low, 4-HL/2, 5-HLC/3, 6-HLCC/4)
MA_Slow_Pe          - the period of the slow MA
MA_Slow_Ty          - the type of the slow МА (0-SMA, 1-EMA, 2-SMMA(smoothed), 3-LWMA(weighted))
MA_Slow_Pr          - the pice of the slow МА (0-Close, 1-Open, 2-High, 3-Low, 4-HL/2, 5-HLC/3, 6-HLCC/4)
TimeFrame           - the operational timeframe (1-М1, 5-М5, 15-М15б 60-Н1, 240-Н4)
BezUb               - the level of profit in points when the order is moved to the breakeven
CountBarsForShift   - the parameter of the StopATR_auto indicator - the distance in bars for displaying the stop on the screen
CountBarsForAverage - the parameter of the StopATR_auto indicator - the amount of averaging bars for stop calculation
Target              - the parameter of the StopATR_auto indicator - the coefficient of increasing the value of the average bar
for stop calculation

The StopATR_auto indicator must obligingly be in the Indicators folder of your МТ4.
It is not necessary to attach the StopATR_auto indicator to the chart, the EA will do it itself.

Two Indicators m-Fibonacci and m-Candles Two Indicators m-Fibonacci and m-Candles

The indicators that can display several larger timeframes, japanese candlesticks and Fibo levels on a single chart.

 Customized Buy Sell Customized Buy Sell

Buy Sell Customized With RefreshRates and Lots Manager

MF_BreakDown_Flat MF_BreakDown_Flat

Indicator of the morning flat.

Multi Time Frame Trader Multi Time Frame Trader

EA is setup to use higher time frames for trend identification and lower time frames for entries/exits.