Watch how to download trading robots for free
Find us on Twitter!
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
Views:
3773
Rating:
(9)
Published:
2018.04.18 17:06
SSS.mq5 (16.03 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

SSS (Special Slow Stochastic) has an additional smoothed (slow) line based on the Stochastic signal line.

It has six input parameters:

  • %K period - the %K period of the standard Stochastic;
  • %D period - the %D period of the standard Stochastic;
  • Slowing - the slowing parameter of the standard Stochastic;
  • Period Special Slow - the period of the additional smoothing line;
  • Overbought - overbought level;
  • Oversold - oversold level.

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

Small_Inside_Bar Small_Inside_Bar

The "Small Inside Bar" indicator. It searches for formations, in which the internal candlestick of the "Internal bar" pattern is not more than half the size of the determinant candlestick.

Autocorrelation Autocorrelation

The indicator calculates and displays on a chart the autocorrelation function, which shows the relationship between the function (signal) and its shifted copy depending on the time shift value.

AD AD

The AD (Accumulation Distribution) indicator with three calculation methods.

Fractured Fractals Fractured Fractals

The Expert Advisor uses the Fractals indicator signals to place pending orders and trail the Stop Loss level of positions.