Mql5官网 KT Asian Breakout Indicator 外汇EA

Mql5官网 KT Asian Breakout Indicator 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 KT Asian Breakout Indicator 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


KT Asian Breakout indicator scans and analyzes a critical part of the Asian session to generate bi-directional buy and sell signals with the
direction of a price breakout. A buy signal occurs when the price breaks above the session high, and a sell signal occurs when the price breaks
below the session low.

MT5 Version is available here https://www.mql5.com/en/market/product/41704

Things to remember

  • If the session box is vertically too wide, a new trade should be avoided as most of the price action has already completed within the
    session box.
  • If the breakout candle is too big, the price often reverses temporarily before continuing to the signal direction.

Features

  • Stoploss and profit targets are included with the buy/sell signals.
  • KT Asian Breakout indicator constantly checks for its performance using the first, second, or third profit target as a success
    criterion.
  • Displays three essential performance metrics like win/loss signals, success rate, and average pips per signal.
  • If the breakout candle is too big, a warning message is displayed on the chart.

Recommendations

  • Time-Frame: 15-minutes.
  • Pairs: All JPY pairs.

Input Parameters

  • Draw Session Box:  true/false
  • Draw Stoploss and Profit Targets:  true/false
  • Performance Analysis: true/false
  • Show Text Analysis(on the top left corner):  true/false
  • Success Rate Criterion:  first-target | second-target | third-target
  • Color and Style settings:  self explanatory
  • Alerts Settings:  self explanatory

Developers

double Buy_Signal    = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",0,1);
double Sell_Signal   = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",1,1); 
double Buy_Stoploss  = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",2,1);
double Sell_Stoploss = iCustom(NULL,0,"Market/KT Asian Breakout Indicator",3,1);

if(Buy_Signal!=0) // buy condition is true
if(Sell_Signal!=0) // sell condition is true

// Fetching targets from the chart
First Target = NormalizeDouble(ObjectGetDouble(0,"KT_FTP",OBJPROP_PRICE),Digits);
SecondTarget = NormalizeDouble(ObjectGetDouble(0,"KT_STP",OBJPROP_PRICE),Digits);
Third Target = NormalizeDouble(ObjectGetDouble(0,"KT_TTP",OBJPROP_PRICE),Digits);

图片[1]-Mql5官网 KT Asian Breakout Indicator 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-Mql5官网 KT Asian Breakout Indicator 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[3]-Mql5官网 KT Asian Breakout Indicator 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞91 分享
相关推荐