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. Strategies

Stochcrossover

This strategy uses the Stochastic indicator, enter a trade when the Kline is above the Dline, and exit a trade when the Kline is below the Dline.

The stochastic oscillator uses a quite complex mathematical formula to calculate simple moving averages.

%K = 100(C – L14)/(H14 – L14) L14 = the low of the 14 previous trading sessions Where: C = the most recent closing price H14 = the highest price traded during the same 14-day period %K= the current market rate for the currency pair %D = 3-period moving average of %K

This step is similar to the previous rule, but this time we apply the rules on the 15-minute time frame: wait for the Stochastic indicator to hit the 20 level and the %Kline (blue line) is crossing above the %D line (orange line).

PreviousStochSignalNextMACDandStoch

Last updated 4 years ago

Was this helpful?