欢迎访问 外汇EA下载与MT4/MT5自动交易资源 - 聚合外汇EA、黄金EA、量化交易工具与自动化交易实战内容。
登录 注册

多时间框架交易者 (Multi Time Frame Trader)

author emer | 0 人阅读 | 0 人评论 |
来源:ForexFactory · Trading Systems · 原帖链接
原帖作者:c0d3
发布日期:First Post: Feb 28, 2009 7:58am | Edited Mar 15, 2009 1:53am
EA Updated v0.05

skyper7498

After researching numerous algorithmic trading systems, going against the long term trend is a possible reason behind random results of any trading system.

This Multi Time Frame Trader(MTFT) was developed to enter the market's long term movement, by using 3 different time frames which provide: higher probability trades, and precise entry conditions.

Details:

EA looks at
(3) time frames and determines either to SELL or to BUY a currency based on the highest time frame's trend/slope.

  1. Trend/Slope of each time frame is calculated with the !LinRegrBuf.mq4 indicator, for: , and timing_chart

    1. download the !LinRegrBuf.mq4 indicator to the 'experts/indicators' folder in MT4 directory

  1. Overbought/Oversold conditions of the signal_chart and the timing_chart are determined by the Stochastic Oscillator

  1. EA default trading time frames:

    1. =H1
    2. signal_chart=M5
    3. timing_chart=M1

Entry Conditions:

  1. If the slope of the is negative(-) and

    1. signal_chart price is overbought and

      1. timing_chart price is overbought

        1. enter short position with TP and SL

  1. If the slope of the is positive(+) and

    1. signal_chart price is oversold and

      1. timing_chart price is oversold

        1. enter long position with TP and SL

EA Properties:

  1. trade | enable/disable trading
  2. alert | enable/disable alerts when entry conditions are met
  3. e_trailing_stop | enable/disable trailing stop
  4. TrailingStop | trailing stop in PIPs
  5. trade_spread | allowed spread for EA to trade
  6. barstocount | number of samples to calculate the trend/slope in the !LinRegrBuf indicator
  7. | highest time frame
  8. signal_chart | medium time frame
  9. timing_chart | lowest time frame
  10. TP | takeprofit
  11. SL | stoploss
  12. lots | orders lots
  13. slippage | order slippage
  14. magicnumber | order magic number to track orders
  15. Kp | %Kperiod, stochastic %K line period
  16. Dp | %Dperiod, stochastic %D line period
  17. slw | stochastic slowing value
  18. mtd | stochastic MA method

More Information:

  1. The new EA does not eat resources like the older EA did, and now you can customize the time frames that the EA can trade, along with customized TakeProfit and StopLoss.
  2. To trade Daily, 4H and 1H time frames, set the following:

    1. trend_chart=1440
    2. signal_chart=240
    3. timing_chart=60

  3. EA is based on the following multi time frame trading concept: http://www.saxoeducation.com/Learnin...rames.aspx#4.1

原帖附件 (3)

📦 帖子附件汇总 (4)

以下是回帖中所有共享的附件(4 个,已去重)。

🔐
请登录后参与评论
注册满12小时后评论,即可解锁附件下载
立即登录