🎮
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

Price data streaming

PreviousGeneration processNextDataFrame resample

Last updated 22 days ago

Was this helpful?

The signal generation process begins with the continuous streaming of raw price data from the CODEX WebSocket, which ensures that signals remain up to date with the current price action of the tracked token on the Monad testnet.

Price data is streamed based on the available prices for a given token pool, typically quoted in USD. This is time-series data, which enables efficient manipulation of timeframes and supports the overall calculation of indicators and signals.

Raw price data streamed from CODEX API