Workflows

Practical end-to-end usage paths, from NinjaTrader to OHLCV generation and Python analysis.


This section is organized around real end goals, not around isolated formats or tools.

What This Section Covers

  • Platform-oriented usage such as NinjaTrader
  • Conversion workflows such as generating OHLCV
  • Developer-oriented analysis workflows in Python

Intended Reading Flow

  1. Choose your download method in Download
  2. Choose your source format in File Formats
  3. Jump to the end goal that matches your real workflow
  • Start with NinjaTrader if the destination is platform replay or historical import.
  • Start with Python Analysis if the destination is research, custom code, or analytics.
  • Start with Generate OHLCV if you already know the goal is derived bars rather than the full event stream.

Pages In This Section