OptimusFLOW
  • Welcome to OptimusFLOW Help
  • Getting started
    • First Time Users
    • Control center
    • Workspaces, Binds, Groups
    • Templates
    • Set as Default
    • Symbols lookup
    • Table management
    • Backup & restore manager
    • General settings
  • Connections
    • Connections manager
    • Connection to Optimus Futures
    • Connection to Paper to Trader dxFeed
    • Connection to Rithmic
    • Connection to Rithmic Prop
    • Connection to CQG
    • Connection to OANDA
  • Trading Journal
  • Analytics panels
    • Chart
      • Chart types
        • Renko
        • Heiken Ashi
        • Kagi
        • Points & Figures
        • Range bars
        • Line break
        • Volume Bars
      • Chart overlays
      • Technical indicators
        • Oscillators
          • Aroon Indicator
          • Moving Average Convergence/Divergence
          • Awesome Oscillator
          • Accelerator Oscillator
          • %R Larry Williams
          • Momentum
          • Rate of Change
          • Commodity Channel Index
        • Moving averages
          • Exponential Moving Average
          • Simple moving average
        • Volatility
          • Average True Range
          • Standard deviation
        • Trend
          • ZigZag
        • Volume
          • Delta Flow
      • Drawing tools
      • Volume Analysis Tools | Volume Profiles | Footprint chart | VWAP
        • Cluster chart
        • Volume profiles
        • Time statistics
        • Time histogram
        • Historical Time & Sales
      • Power Trades
      • VWAP | Volume Weighted Average Price
    • Watchlist
    • Time & Sales
    • Price Statistic
    • DOM Surface
    • Option Analytics
    • TPO Profile Chart
  • Trading panels
    • Order Entry
      • Order Types
    • DOM Trader
    • Market depth
    • Trading simulator
    • Market Replay (History Player)
    • FX Cell
  • Portfolio panels
    • Positions
    • Working Orders
    • Trades
    • Orders History
    • Synthetic Symbols
    • Historical Symbols
  • Information panels
    • Account info
    • Symbol Info
    • Event Log
    • RSS
    • Reports
  • Miscellaneous
    • History Exporter
    • Market heat map
    • Stat matrix
    • Exchange times
    • Quote Board
    • Excel and RTD function
  • Algo
    • Introduction
    • Install for Visual Studio
    • Simple Indicator
    • Input Parameters
    • Built-In indicators access
    • Indicator with custom painting (GDI)
    • Using markers with indicators
    • Adding a custom indicator to Watchlist
    • Downloading history
    • Simple strategy
    • Access to trading portfolio
    • Trading operations
    • Example: Simple Moving Average
Powered by GitBook
On this page
  • Description
  • Formula
  • Most useful cases

Was this helpful?

  1. Analytics panels
  2. Chart
  3. Technical indicators
  4. Oscillators

Rate of Change

PreviousMomentumNextCommodity Channel Index

Last updated 5 years ago

Was this helpful?

Description

Rate of change is the same indicator as Momentum and also shows an acceleration of price movement. But instead of Momentum, Rate of Change is expressed in percantage value. Simply put ROC measures the percentage change in price between the current price and the price N-periods in the past.

Rate of change can be used in variety of different ways. In addition to being used as a general trend or trend strength indicator, the ROC is also commonly used to find a divergence of a price that is a signal of a possible upcoming trend change.

Formula

ROC = (Close - Close(N-periods ago))/Close(N-periods ago) x 100

Where: Close - current close price Close(N-periods ago) - the close price N-periods ago

Most useful cases

Trend indicating - crossing a zero line could be used as an indicator of a new trend wave.

Divergence/Convergence - Divergence/Convergence pattern is a form of price action when new high(low) of the price not confirmed with a new high/low of ROC. Such price and indicator’s behavior can be interpreted as the weakness of current existing trend.