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

Flat Channel - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
7859
평가:
(31)
게시됨:
2017.11.03 12:36
업데이트됨:
2018.06.26 15:06
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

The Flat Channel EA trades breakouts of the flat channel. When a flat channel is found or when the market slows down, the EA places a pending order expecting the channel breakout. The stop level is equal to two channel widths. The recommended pair is EURUSD with the M30 timeframe.


Input Parameters

  • Time work (true → on, false → off) - enable/disable time filter.
  • Trade on Tuesday - allow/prohibit trading on Tuesdays.
  • Trading on Wednesday - allow/prohibit trading on Wednesdays.
  • Trading on Thursday - allow/prohibit trading on Thursdays.
  • Start trading on Monday - time to start trading on Monday.
  • Stop trading on Friday - time to stop trading on Friday.
  • Money management - enable/disable automated money management.
  • Risk in % for a deal from a free margin - risk percent per trade (if Money management = false).
  • Lots - lot value.
  • Life_time - pending order lifetime.
  • magic - EA's magic number.
  • StdDev averaging period - the averaging period of the StdDev indicator.
  • Flet bars - the minimum number of bars for determining the flat.
  • Canal min (in pips) - minimum channel size.
  • Canal max (in pips) - maximum channel size.
  • Breakeven - enable/disable the breakeven function.
  • Fibo tral - the minimum distance from the current price for moving a position to breakeven.

Flat Channel

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

Differential indicator by Sultonov Differential indicator by Sultonov

Displays average values ​​of the bulls and bears power.

Current Next Futures Current Next Futures

The script has three independent functions for determining the current FORTS futures.

HarVesteR HarVesteR

The Expert Advisor uses the following indicators: Moving Average Convergence/Divergence, MACD; Moving Average, MA; Average Directional Movement Index, ADX. It closes half of the profitable position.

Alligator Alligator

A trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop.