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

Arrows and Curves EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
8343
평가:
(19)
게시됨:
2018.03.01 09:38
\MQL5\Indicators\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea: Nikolay, the mq5 code author: barabashkakvn.

The Expert Advisor trades based on signals generated by the Arrows&Curves indicator:

Arrows&Curves

Position volume management: either fixed volume (the 'Lots' parameter should be greater than zero) or risk as percent of free margin ('Lots' should be less than or equal to zero, in this case the 'Risk' parameter will be used).


Position Opening Conditions

  • If the indicator buffer #0 is not equal to zero, it is a Buy signal;
  • If the indicator buffer #1 is not equal to zero, it is a Sell signal;


Input Parameters

  • Lots (if "Lots" <=0.0 -> will use the setting "Risk") - position volume;
  • Stop Loss (if "0" - the setting is disabled) (in pips) - stop loss value;
  • Take Profit (if "0" - the setting is disabled) (in pips) - take profit value;
  • Trailing Stop (if "0" - the setting is disabled) (in pips) - trailing stop value;
  • Trailing Step (if "0" - the setting "Trailing Stop" is disabled) (in pips) - trailing step value;
  • Risk in percent for a deal from a free margin - risk per trade as percent of free margin;
  • reversal period - indicator parameter;
  • Channel - indicator parameter;
  • Stop Channel - indicator parameter;
  • shift - indicator parameter.

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

AdaptiveRVICloud_System_HTF AdaptiveRVICloud_System_HTF

Two AdaptiveRVICloud indicators from different timeframes on one chart.

XDidi_Index_System_HTF XDidi_Index_System_HTF

Two "Didi Needles" indicators from different timeframes on one chart.

ExpertZZLWA ExpertZZLWA

The Expert Advisor allows checking the potential profitability of the ZigZagLW Addition indicator.

Exp_XDidi_Index_Cloud_Duplex Exp_XDidi_Index_Cloud_Duplex

Two identical trading systems based on the change in the color of the XDidi_Index_Cloud indicator cloud for long and short trades, which can be configured in different ways in one Expert Advisor.