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

20 Pips Opposite Last N Hour Trend - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4543
평가:
(17)
게시됨:
2018.01.22 09:55
업데이트됨:
2018.02.28 14:37
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

Trading against the trend direction as of N hours ago. Only one position a day can be opened at a certain hour.


Input Parameters

  • Max positions - the maximum number of positions (values below 2 are not recommended);
  • Lots (if "Lots"<=0.0 -> use "Risk") - position volume (if the value is set to 0 or less than 0, the position volume will be calculated as risk percent of free margin);
  • Take Profit
  • Risk in percent for a deal from a free margin - risk per trade as percentage of free margin.
  • Lot maximum - limit on the maximum lot size;
  • Hour when position should be opened - specify the hour for opening a position;
  • Hours to check price difference to see a "trend" - the number of hours ago to check the trend direction;
  • Lot multiplier, if one position is unprofitable - lot increase ratio after one losing trade;
  • Lot multiplier, if two positions are unprofitable - lot increase ratio after two losing trades in a row;
  • Lot multiplier, if three positions are unprofitable - lot increase ratio after three losing trades in a row;
  • Lot multiplier, if four positions are unprofitable - lot increase ratio after four losing trades in a row;
  • Lot multiplier, if five positions are unprofitable - lot increase ratio after five losing trades in a row.

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

FractalLevels_System FractalLevels_System

The indicator implements a breakout system using the Fractal_Levels indicator channel.

Daily BreakPoint Daily BreakPoint

A daily bar breakout strategy.

Exp_Daniella Exp_Daniella

A trading system based on the signals of the Daniella semaphore signal indicator.

Exp_CMO_Duplex Exp_CMO_Duplex

Two identical trading systems based on the crossover of the CMO indicator and the zero line, for long and short trades, which can be configured in different ways in one Expert Advisor.