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

Crossing of two iMA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
8999
평가:
(31)
게시됨:
2017.08.10 10:36
업데이트됨:
2018.06.27 13:16
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea: ITM7 (inspired by Requests & Ideas (MQL5 only!))

MQL5 code author: Vladimir Karputov.

Added:

The call to iMA has been replaced by a call to iCustom Custom Moving Average Input Color. In the tester (in the visual mode) or when attached to a chart, the EA visualizes the Moving Average indicators in different colors:

Crossing of two iMA

Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter.

Position Lot calculation: manually or risk percent of balance.

Trading method: Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.

Input parameters: (additions are highlighted)

  • "Parameters of the first Moving Average"
    • Period of the first Moving Average
    • Shift of the first Moving Average
    • Method of the first Moving Average
    • Color of the first Moving Average
  • "Parameters of the second Moving Average"
    • Period of the second Moving Average
    • Shift of the second Moving Average
    • Method of the second Moving Average
    • Color of the second Moving Average
  • "Parameters of the Third Moving Average"
    • Third indicator Moving Average - filter
    • Period of the third Moving Average
    • Shift of the third Moving Average
    • Method of the third Moving Average
    • Color of the third Moving Average
  • "Parameters of Money Management"
    • true -> lot is manual, false -> percentage of risk from balance
    • Lots (use only if lot size is manual)
  • "Parameters of trading"
    • Risk in percent for a deal from balance
    • (in pips) <0 -> Stop orders, =0 -> Market, >0 -> Limit orders
    • Stop Loss (in pips)
    • Take Profit (in pips)
    • Trailing Stop ("0" -> not trailing)
    • Trailing Step (use if Trailing Stop >0)
    • Magic number
    • Slippage

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

NRTR_ATR_STOP_HTF NRTR_ATR_STOP_HTF

The NRTR_ATR_STOP indicator with the timeframe selection option available in the indicator input parameters.

DeltaForce DeltaForce

Two histograms in one window showing the degree of the financial asset's overbought or oversold state.

exp_Amstell-SL exp_Amstell-SL

The EA buys if the open price of the last position is higher than the current price.

Exp_NRTR_ATR_STOP Exp_NRTR_ATR_STOP

The trading system is based on the NRTR_ATR_STOP indicator signals.