天猫首页
当前位置: 首页 > 高盈利外汇EA > MT4-KT Momentum Arrows

浏览历史

MT4-KT Momentum Arrows
prev zoom next

MT4-KT Momentum Arrows

  • 本店售价:¥450元 ¥630元
  • 商品货号:ECS036533
  • 商品库存: 11111
  • 上架时间:2023-10-13
  • 商品点击数:83

商品描述

商品属性

商品标签

相关商品

KT Momentum Arrows Indicator is based on a momentary breakout which is calculated using the bands deviation and emerging volatility in a certain direction.

A buy signal is generated when the price close above the upper band and a sell signal is generated when the price close below the lower band.

A magnitude coefficient is used as the input which affects the band deviation and volatility at the same time. The coefficient value should be carefully selected and analyzed based on the instrument and time frame.


MT5 version of the same indicator is available here KT Momentum Arrows MT5


Key Features

  • No Repaint!
  • A great entry tool for momentum traders.
  • Performance analysis elements such as Win/Loss, Success rate, Avg. Profit etc.
  • Suitable for Day Traders, Swing Traders, and Scalpers.

Input Parameters

  • History Bars: Number of bars to use for indicator data calculation.
  • Magnitude Coefficient: A single coefficient to adjust the band deviation and volatility measurement.
  • Performance Analysis: Show/hide performance analysis including the profit trend lines.
  • Alert Settings: Pop up, Email, Push notifications and Sound alerts are available.
  • Rest of the inputs are self-explanatory.


EA Developers

double Buy_Signal;
double Sell_Signal;
double Upper_Band;
double Lower_Band;
Buy_Signal  = iCustom(NULL,0,"Market/KT Momentum Arrows",0,1);
Sell_Signal = iCustom(NULL,0,"Market/KT Momentum Arrows",1,1);
Upper_Band  = iCustom(NULL,0,"Market/KT Momentum Arrows",2,1);
Lower Band  = iCustom(NULL,0,"Market/KT Momentum Arrows",3,1);
// Detecting the buy/sell signals
If(Buy_Signal!=0)
 {
  // Do something with buy condition 
 }
if(Sell_Signal!=0)
 {
  // Do something with sell condition
 }

商品标签

购买记录(近期成交数量0)

还没有人购买过此商品
总计 0 个记录,共 1 页。 第一页 上一页 下一页 最末页

用户评论(共0条评论)

  • 暂时还没有任何用户评论
总计 0 个记录,共 1 页。 第一页 上一页 下一页 最末页
用户名: 匿名用户
E-mail:
评价等级:
评论内容:
验证码: captcha
在线咨询