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
Last updated
Was this helpful?