당사 팬 페이지에 가입하십시오
Flat Channel - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 8279
- 평가:
- 게시됨:
- 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.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/19150
Displays average values of the bulls and bears power.
Current Next FuturesThe script has three independent functions for determining the current FORTS futures.
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.
AlligatorA trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop.