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
Indicators

StochasticEx - indicator for MetaTrader 5

Views:
3339
Rating:
(7)
Published:
2018.10.25 15:00
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Stochastic expansion oscillator is a stochastic oscillator with a non-conventional calculation and display.

The indicator has three input parameters:

  • %K period - K line calculation period
  • Slowing - slowing calculation period
  • Noise filter period - noise filter calculation period (signal line)

Calculation:

K = KB1+KB2 Signal = SMA(K, Noise filter period)

where:

KB1 = AvgLow/AvgHigh KB2 = -AvgHigh/AvgLow AvgLow  = SMA(LowB, Slowing) AvgHigh = SMA(HighB,Slowing) LowB  = Close-Min HighB = Max-Close Min, Max - the lowest and the highest prices in the %K period range


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

TBS TBS

Tick Based Stochastic indicator

TBS_Histogram TBS_Histogram

Tick Based Stochastic with histogram

PVA PVA

SonicR PVA Volumes indicator

Sprut Sprut

Grid of Stop and Limit pending orders.