거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 13353
- 평가:
- 게시됨:
- 2015.12.11 10:49
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The Expert Advisor opens a deal during a breakthrough (on candlestick closure) of the trend line, drawn between the peak of the Zig Zag and the two latest peaks for the Buy orders. For the Sell orders — mirrored.
- Filtering by the МА. For Buy the price has to be higher than the МА, for Sell - lower than the МА.
- Closure by crossing the МА.
- Cyclicity filter. The breakthrough has to take place in the second half of the cycle from the first to the second vertex, overlaid on the first one to the right.
- Prohibition of trading on Friday after a specified time and closing the open deals, if their profit is less than set in the options.
- Breakeven and Trailing Stop.
For more details see here: http://strategy4you.ru/prostaya-strategiya-foreks/strategy-forex-na-mazi.html
Parameters:
Parameter | Description |
---|---|
lot | Lot |
stop_loss | Stop Loss |
take_profit | Take Profit |
noloss | Breakeven (disabled if set to 0) |
noloss_pips | Level to set Breakeven |
trall | Trailing Stop (disabled if set to 0) |
trall_start | Profit level to set Trailing Stop |
cycle_filter | Cyclicity filter |
ma_filter | Filter by the МА |
close_ma_cross | Closure by crossing the МА |
friday_time | Trade ending time on Friday |
friday_close_profit | Profit, less than which the deals will be closed on Friday (in points) |
Indicators parameters | |
zz_InpDepth | The ZigZag indicator parameters |
zz_InpDeviation | |
zz_InpBackstep | |
ma_period | МА period |
ma_method | МА method |
ma_price | МА price |
Other parameters | |
magic | Magic number |
CommentSize | Number of log lines at the top left corner of the window (0 - disable this function) |
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/14072

The converter of the tick files created with the Ticks collector into different data representation formats.

Signal based on the ZigZag indicator.

Tick volume of the candlestick drawn as clusters.

Indicator with several Moving Averages.