🎮
Gorillionaire
  • Initial page
  • Signals
    • Introduction to Signals
  • Generation process
    • Price data streaming
    • DataFrame resample
    • Indicator calculation
    • Signal generation
  • Available Signals
    • RSI
    • MACD
    • ADX
    • Stochastic
    • Ichimoku Cloud
    • MFI
  • API
    • Docs
Powered by GitBook
On this page

Was this helpful?

  1. Generation process

Indicator calculation

PreviousDataFrame resampleNextSignal generation

Last updated 22 days ago

Was this helpful?

After the DataFrame has been properly resampled, the next step is to compute the indicators.

Each indicator requires different inputs, but they can generally be summarized by the OHLCV values (Open, High, Low, Close, Volume), which correspond to the candlesticks typically displayed in traditional trading charts.

Indicator calculation flow (indicator values are for demonstration purposes only)