支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

KT Support and Resistance Levels MT5

👤 作者: KEENBASE SOFTWARE SOLUTIONS

4.5 分

¥315.00

📌 版本: v422
📥 下载: 0
⭐ 评分: 4.5

📝 产品详情

KT Support and Resistance Levels MT5

作者KEENBASE SOFTWARE SOLUTIONS
版本v422
更新13 九月 2023
激活数10
原价$45 USD
Use of support and resistance in systematic trading is very subjective. Every trader has their own idea and way to plotting the support and resistance levels on the chart. KT Support and Resistance indicator take out this ambiguity out of the situation and automatically draws support and resistance levels following an algorithmic approach using a unique multi-timeframe analysis.


When launched on the chart, It immediately scan the most significant extreme points across all the available timeframes and saves them for further analysis. A special algorithm then populates and iterates the stored extreme points for final selection.


This indicator plot four types of support/resistance levels:

  • Super Strong Levels: These levels are the most substantial levels among all. Price is very likely to respect "Super Strong Levels" and often bounce back after testing them.

  • Strong Levels: These are also substantial levels and price often respect them but not as much as their predecessor. If price breaks them with a significant margin, you can expect a continuation in the same direction.

  • Moderate Levels: If you are a day trader, you should keep an eye on these levels. Immediate trade entries around these levels should be avoided to prevent unnecessary losses.

  • Short-Term Levels: These are comparatively weaker levels plotted using a singular time frame analysis. If you are a day trader or scalper, you may use these levels to decide a stop loss and profit target.


Applications

  • Filter out bad trades by avoiding trade entries around a significant support/resistance level.
  • Automatically draw significant support and resistance levels using an advanced methodology and saves a ton of time every day.
  • Prevent stop hunting by institutional traders by placing the stop loss before or after a support/resistance level.
  • Include a multi-timeframe approach in your technical analysis without ever switching to a different time frame.


EA Developers

// This code will help you to import the support/resistance levels in your expert advisor. 

string super_strong_levels_name ="KT_SUP_RES_Super_Strong_Levels";
string strong_levels_name = "KT_SUP_RES_Strong_Levels";
string moderate_levels_name = "KT_SUP_RES_Moderate_Levels";
string shortterm_levels_name = "KT_SUP_RES_Short-Term_Levels"

for(int i=ObjectsTotal(); i>=0; i--)
{
 string object_name = ObjectName(0,i);
 if(ObjectType(object_name)!=OBJ_TREND)continue;
 
if(StringFind(object_name,super_strong_levels_name)>=0) 
​// fill super strong level array with ObjectGetDouble(0,object_name,OBJPROP_PRICE)if(StringFind(object_name,strong_levels_name)>=0) 
​// fill strong level array with ObjectGetDouble(0,object_name,OBJPROP_PRICE)if(StringFind(object_name,moderate_levels_name)>=0) 
// fill moderate level array with ObjectGetDouble(0,object_name,OBJPROP_PRICE)if(StringFind(object_name,shortterm_levels_name)>=0) 
// fill shorterm level array with ObjectGetDouble(0,object_name,OBJPROP_PRICE)
}

// The above code is almost similar for both MQL4 and MQL5 with some minor adjustments. 

安全须知

本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

EA 配置

交易品种XAUUSD
时间框架H1 (推荐)
推荐经纪商IC Markets, IC Trading
最低存款$300 / 0.01手

📸 截图预览