Mql5官网 KT Bollinger Shots MT4 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


KT Bollinger Shots works using a striking blend of the slingshot pattern and the mean-reversion phenomenon applied to financial markets.

In addition, a mathematical algorithm is used with variable deviation to fine-tune the indicator’s signals on a different level.

Winning Trade: After a signal, if price touches the middle band in profit, it is considered a winner.

Losing Trade: After a signal, if price touches the opposite band or touches the middle band in loss, it is considered a loser.

!Both scenarios are accounted for in performance metrics and shown on the chart in real-time.

If the probability of price reaching the middle band is 65% or more, it is considered very high due to the self-criticizing nature of the deployed algorithm. 

Key Features

  • The indicator performs analysis of BB shots signals and shows the probability of the upcoming signals closing in profit.
  • Exit points are marked on the chart for each of its signals.
  • Real-time analysis of signals statistics using a self-criticizing mathematical model.
  • Included the alerts for the possible exits after a signal.
  • A vibrant color scheme for better visualization of various indicator events.
  • All Metatrader alerts included. 

Inputs

  • History Bars:  Number of bars to include in the indicator’s calculation.
  • Bollinger Bands Settings:  Period, Deviation, and Shift.
  • Mark Exit Points:  If true, the indicator marks the possible exit points.
  • Exit Alerts:  If true, the indicator also send alerts for the possible exit opportunities. 
  • Signal Stats Analysis:  If true, the indicator shows the signal stats and winning probability on the chart.
  • The rest of the inputs are self-explanatory.

Developers

double Upper_Band = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",0,1);
double Mid_Band = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",1,1);
double Lower_Band = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",2,1);

double Buy_Signal  = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",3,1);
double Sell_Signal = iCustom(Symbol(),0,"Market/KT Bollinger Bands Shots",4,1);


if(Buy_Signal!=0)   // Buy signal detected
if(Sell_Signal!=0) //  Sell signal detected

double Buy_Stoploss = Lower_Band // Can be used as a possible stop loss for a buy trade. 
double Sell_Stoploss = Upper_Band // can be used as a possible stop loss for a sell trade.
double Take_Profit = Mid_Band // Can be used as a possible profit target for both buy & sell trade.  

图片[1]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[3]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[4]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[5]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[6]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[7]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[8]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[9]-Mql5官网 KT Bollinger Shots MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

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