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

智能交易系统搜索连续 N 根相同的烛条。 它在看涨烛条时买入,并在看跌烛条时卖出。 EA 检查账户为净持还是对冲。 在代码中使用里 CPositionInfo, CTrade, CSymbolInfo, 和 CAccountInfo 交易类。

  • 版本 1 N candles.

    搜索示例 N=3:

    N- candles

  • 版本 2 N- candles v2

    版本 2 中的新功能: 引入 "Take Profit", "Stop Loss", 和 "Trailing" 参数。

  • 版本 3 N-_Candles_v3

    版本 3 中的新功能: 引入 "Maximum amount of one-direction positions" 参数。

  • 版本 4: N-_Candles_v4

    版本 4 中的新增功能: 对于净持帐户,"maximum number of positions" 参数已被 "maximum position volume" 参数替代。

  • 版本 5 N- Candles v5

    版本 5 中的新增功能: 引入了 "Working time" 参数。

  • 版本 6: N-_Candles_v6

    版本 6 中的新功能: 引入了 "Black sheep" 参数。


版本 7 中的新增功能

增加了当持仓盈利水平已达到等于 Closing of positions at achievement of the general profit 时平仓。


输入

  • N identical candles which go in a row - 连续相同的烛条数量;
  • Lot - 开仓的交易量;
  • Take Profit - 止盈; 如果该值为 "0",则不使用该参数;
  • Stop Loss - 止损; 如果该值为 "0",则不使用该参数;
  • Trailing Stop - 尾随停止; 如果该值为 "0",则不使用该参数;
  • Trailing Step - 尾随步幅值; 如果该值为 "0",则不使用该参数;
  • Max positions certain direction (only for hedging) - 单向持仓的最大数量 (仅限对冲账户);
  • Max position volume (only for netting) - 开仓的最大数量 (仅限净持账户);
  • Use trade hours - 启用/禁用 "working time" 参数;
  • Start hour - 交易开始时间;
  • End hour - 交易结束时间;
  • Closing of positions at achievement of the general profit - 当达成盈利水平 (以货币计算) 时所有持仓平仓;
  • magic number - EA 的独有标识符;
  • The type of closure at the meeting of the "black sheep" - 针对 "blacksheep" 的平仓类型。

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

Small_Inside_Bar_Strategy Small_Inside_Bar_Strategy

Small_Inside_Bar_Strategy - 基于 Small_Inside_Bar 指标的智能交易系统。

ChannelEA2 ChannelEA2

ChannelEA2 - 在通道中工作的智能交易系统,使用挂单止损订单。

价格脉动 价格脉动

EA 等待在 NNN 次逐笔报价内价格超过 XXX 点。

KAMA KAMA

考夫曼 (Kaufman) 自适应移动均线 (KAMA)