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


    It is realized by the TS on breakdown of day time levels, which pay off on indicator Pivot.

    Trading:

  • it is traded on hour timeframe;
  • after 0 hours of current day, we count levels Pivot, Resist1, Resist2, Resist3, Support1, Support2, Support3;
  • after closing an hour candle above Pivot we make purchase and stoploss at level Support(n), takeprofit on Resist (n);
  • it is used trailing for carry of a stoploss to a point of breakeven;
  • sell - an hour candle is closed below Pivot, stoploss - Resist (n), takeprofit - Support (n).

    I explain value of some entrance parameters:

  • variable TgtProfit is levels of stops and profits and should have values 1, 2 or 3;
  • if TgtProfit = 1, that stoploss (byu/sell) = Resist1/Support1 and takeprofit (byu/sell) = Support1/Resist1;
  • if TgtProfit = 2, that stoploss (byu/sell) = Resist1/Support1 and takeprofit (byu/sell) = Support2/Resist2;
  • if TgtProfit = 3, that stoploss (byu/sell) = Resist2/Support2 and takeprofit (byu/sell) = Support3/Resist3;
  • the variable isTradeDay defines, that as the open positions will be closed. If isTradeDay = true, the open warrants will be compulsorily closed on the termination of day, else warrants will be in the market yet will be closed on stop or of profit;
  • at installation value of a variable isTrace = True in a broad gully the file is carried out record of the every possible debugging information for debugging the TS.

    Results of testing: not all pairs at use of this approach on breakdown send on a level of profitableness.

    In the following adviser it will be realized by the TS on a release from the same levels.



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

价格通道 价格通道

价格通道指标计算了在输入参数中指定长度的柱数中的最高价和最低价.

Sell-Buy Alert Sell-Buy Alert

本指标在MACD或者RVI指标改变时显示买/卖箭头.

交易订单历史图表 交易订单历史图表

本脚本程序从交易历史中取得订单信息并在交易图表上设置箭头.

gpfTCPivotLimit gpfTCPivotLimit

It is realized by the Trading System on a release from intraday time levels, which pay off on indica