WideBot
English
English
  • Welcome to WideBot Wiki
  • About
    • What's new?
    • Supported Exchanges
  • How to work with bot
    • How to change profile information and to add API keys and secrets
    • How to create a new bot
    • How to use any bot
    • What is an arbitrage bot
    • Bot Parameters
      • Exchange
      • Candle Size
      • Pair
      • Simultaneous Trades
    • Transaction
      • Closed Orders
      • Closed Transactions
    • What is a depth chart
    • How to use trading view chart
    • What is backtesting
    • What is warm up period
  • Strategies & Indicators
    • Strategies
      • MAcrossover
      • MAgoldenCross
      • MACDgoldencross
      • RSIsignals
      • MACDandRSI
      • RSIandMACross
      • StochSignal
      • Stochcrossover
      • MACDandStoch
      • StoCrossSignal
      • Bollinger Band
    • Indicators
      • Moving Average(MA)
      • RSI
      • MACD
      • Stochastic
      • Bollinger Band
Powered by GitBook
On this page

Was this helpful?

  1. Strategies & Indicators
  2. Indicators

Stochastic

PreviousMACDNextBollinger Band

Last updated 4 years ago

Was this helpful?

In of trading, the stochastic is a indicator that uses levels. developed this indicator in the late 1950s. The term refers to the point of a current price in relation to its price range over a period of time. This method attempts to predict price turning points by comparing the closing price of a security to its price range.

The 5-period stochastic oscillator in a daily timeframe is defined as follows:

where H5 and L5 are the highest and lowest prices in the last 5 days respectively, while %D is the N-day moving average of %K (the last N values of %K).

Usually, this is a simple moving average, but can be an exponential moving average for a less standardized weighting for more recent values. There is only one valid signal in working with %D alone — a divergence between %D and the analyzed security.

technical analysis
securities
oscillator
momentum
support and resistance
George Lane
[1]
stochastic
[2]
{\displaystyle \%D_{N}=((K1+K2+K3)/N)}
{\displaystyle \%K=100*(Price-L5)/(H5-L5)}