🎮
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?

Generation process

The signal generation process consists of four main steps:

  • Streaming raw price data from the Codex WebSocket

  • Querying the DataFrame and resampling it based on different timeframes

  • Calculating indicators using OHLCV values taken from the DataFrame

  • Generating signals based on threshold and crossover conditions defined by the selected indicator

PreviousIntroduction to SignalsNextPrice data streaming

Last updated 22 days ago

Was this helpful?