Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Keep On Trading (KOT) - indicator for MetaTrader 5

Views:
5046
Rating:
(12)
Published:
2018.04.18 16:48
KOT.mq5 (10.63 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The KOT (Keep On Trading) indicator shows time for holding a position. For example, if we have an open buy position, the indicator draws a line below the price, which means you can keep the position open. As soon as the line begins to disappear, you can apply your preferable trailing method to move the stop order to the open price of the previous candlestick or to the price of the indicator line. If the indicator line starts to appear above the price and there is an open buy position, you should consider closing the position. The opposite is true for sell signals.

The indicator has four input parameters:

  • ATR period - ATR period for the indicator calculation;
  • MA period - MA period for the indicator calculation;
  • MA method - MA calculation method;
  • Multiplier - multiplier.
The multiplier sets the distance between the line and the price. The option is useful when trailing the stop order based on the indicator line.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20060

DayOfWeekLabels DayOfWeekLabels

The indicator shows days of the week on the price chart.

Custom_Pattern Custom_Pattern

An indicator of custom patterns.

Overbought_Oversold Overbought_Oversold

Dynamic overbought/oversold levels.

PMF PMF

The Pivot Money Flow indicator displays the direction and the reversal of money flows.