know sure thing

know sure thing
Download ALL MT5 indicators (5742)
YouTube Video Thumbnail



Similar MetaTrader Tools

know sure thing

Info

The know sure thing is a Indicator for MetaTrader 5 that the know sure thing (kst) indicator is an oscillator based on momentum represented by the rate of change (roc). it is four different-period rocs smoothed with simple moving averages (smas).

Usage

This tool is typically used for enhancing chart analysis and decision making.

Platform

This Indicator works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Indicators folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use know sure thing

1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.

2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.

3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.

4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.

Frequently Asked Questions

Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."

Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).

Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.

What this tool does

the know sure thing (kst) indicator is an oscillator based on momentum represented by the rate of change (roc).

Typical Use Case

This Indicator excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Indicator works on MetaTrader 5. Place the file in the MQL5/Indicators folder and restart the terminal.

Description & Settings

Related: EVT Crash Gauge: Advanced Tail-Risk Measurement - another powerful indicator for MetaTrader 5 traders.


the know sure thing (kst) indicator is an oscillator based on momentum represented by the rate of change (roc). it is four different-period rocs smoothed with simple moving averages (smas). from these four roc series, a final value is calculated, oscillating between positive and negative values above and below the zero line. the indicator's signal line is the sma of the calculated kst line. essentially, the know sure thing indicator measures the momentum of four separate price cycles.

Also recommended: currency exposure monitor for systemic risk management - similar indicator with strong performance on MetaTrader 5.

the kst indicator was developed by martin pring and introduced in 1992 in stocks & commodities magazine.
calculation
.
the default calculation periods for roc, smoothing and signal line are: 10,15,20,30,10,10,10,10,10,15,9.
kst takes the rate of price change for four different time periods, smooths them and summarises the results.
the general rule is that
when kst is positive, momentum is rising, and when kst is negative, momentum is falling. this can mean bullish and bearish markets respectively. it should be noted that the calculation and smoothing periods used in the indicator parameters are chosen at the trader's discretion. pring recommended such parameter values for daily, weekly and monthly charts:
divergences
divergence occurs when the price movement is not confirmed by the indicator values. this can be a sign that the current momentum is not supporting the price and a market reversal is probably near. a bullish kst divergence is when prices are falling and kst is rising. bearish divergence is the opposite, when prices are rising and kst is falling.
overbought/oversold
relative to other oscillators that have a given data scale, kst is not tied to any ranges. therefore, determining the true overbought and oversold levels requires some research and experimentation on historical data of the chart period in question. in most cases, overbought and oversold conditions of kst are good for confirming a trend, but not for reversing it. overbought can be seen as a sign of strength in a bull market, while oversold can be a sign of strength in a bear market.
crossovers
there are two different types of crossovers when analysing kst:

zero line crossover,

crossing the signal line and the main line.
zero line crossovers are usually high lagged and unreliable and are more likely to indicate a continuation of the current trend, while signal line crossovers can signify a major change in momentum.
if the kst line is negative while crossing the signal line from bottom to top, the upside momentum is increasing. if the kst line is positive while crossing the signal line from top to bottom, the downside momentum increases. the know sure thing (kst) indicator is similar to many other technical analysis indicators in that it has both strengths and weaknesses and should not be used as a stand-alone signal generation system. since the indicator uses a series of moving averages, it has an inherent delay. this can cause simple signals, such as crossing the zero line, to be unreliable. however, the indicator can be considered useful when using overbought and oversold conditions, but not as a way to determine reversals, but as a confirmation of the trend direction. crossing with the signal line with confirming signals from other indicators shows effectiveness in predicting price movements.

You may also like: Cycle Period Measurement Indicator - excellent alternative for indicator users on MetaTrader 5.

Source Code

#property copyright "RobotFX"
#property link "https://robotfx.org"
#property version   "1.00"
#property indicator_separate_window
#property indicator_buffers 10
#property indicator_plots   2
#include <MovingAverages.mqh>
#property indicator_label1  "KST"
#property indicator_type1   DRAW_LINE
#property indicator_color1  C'0,150,136'

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.