请观看如何免费下载自动交易
请在Twitter上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
显示:
1179
等级:
(17)
已发布:
2016.04.28 13:10
已更新:
2016.11.22 07:33
\MQL5\Include\ \MQL5\Indicators\ \MQL5\Experts\
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

Description:

A trading system based on the signals of the FiboCandles indicator. A signal to perform a deal is formed at the close of a bar if the color of the indicator candlesticks changes from pink to green or vice versa.

The Expert Advisor uses the compiled indicator file FiboCandles.ex5 for operation. Save it to <terminal_data_folder>\MQL5\Indicators.

Note that the TradeAlgorithms.mqh library file allows using Expert Advisors with the brokers who offer nonzero spread and the option of setting Stop Loss and Take Profit during position opening. You can download more variants of the library at the following link: Trade Algorithms.

Default Expert Advisor's input parameters have been used during tests shown below. Stop Loss and Take Profit have not been used during the tests.

Image:

Fig. 1. Examples of trades on the chart

Fig. 1. Examples of trades on the chart

Testing results for 2015 at EURUSD H12:

Fig. 2. Chart of testing results

Fig. 2. Chart of testing results

由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/15189

Exp_Candles_Smoothed Exp_Candles_Smoothed

一个基于Candles_Smoothed指标信号的交易系统。

Exp_BykovTrend Exp_BykovTrend

一个基于BykovTrend指标信号的交易系统。

Exp_Go Exp_Go

一个基于Go指标信号的交易系统。

PChannel PChannel

价格通道(Price Channel)指标计算了在一定的柱数中最高价的高点和最低价的低点。