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

Improve - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4716
평가:
(22)
게시됨:
2018.04.18 17:24
Improve.mq5 (37.65 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea: Mark, the MQL5 code author: barabashkakvn.

The Expert Advisor searches for position opening conditions only on a new bar (performs operations at the moment of new bar emergence), while Virtual Profit is controlled on every tick. When a condition for opening a position is found (a check is performed for the Base symbol on which the EA is running), the EA opens two positions at once: on the Base symbol and on the Hedge symbol.

An example of launch on the USDJPY symbol, while the Hedge symbol is USDCHF:

Improve


Input Parameters

  • Lots - position volume for each symbol;
  • Virtual Profit (in money) - profit (in money), after reaching which all positions will be closed;
  • Hedge symbol - the second symbol;
  • Fast Moving Average Parameters:
    • MA Fast: averaging period;
    • MA Fast: horizontal shift;
    • MA Fast: smoothing type;
    • MA Fast: type of price;
    • MA Slow: averaging period.
  • Slow Moving Average Parameters:
    • MA Slow: horizontal shift;
    • MA Slow: smoothing type;
    • MA Slow: type of price.
  • RSI Parameters:
    • RSI: averaging period;
    • RSI: type of price.
  • magic number - unique identifier for the EA.

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

OnChart_Stochastic OnChart_Stochastic

Stochastic on the price chart.

Conqueror Conqueror

A signal indicator for opening/closing positions.

ThirdPartyTicks ThirdPartyTicks

A library for working with a third-party tick archive.

Schaff Trend RSI MTF Schaff Trend RSI MTF

Schaff Trend RSI multi timeframe version.