wj-turner / OmegaFin

This open-source project is designed for gathering, processing, and analyzing financial data.
5 stars 3 forks source link

OmegaFin

This open-source project is designed for gathering, processing, and analyzing financial data. Whether you're interested in real-time tick data, historical OHLC data, or using processed data to train machine learning models, OmegaFin offers the tools you need.

Overview

OmegaFin is composed of several components that work together to manage and analyze financial data:

Main App

The core of OmegaFin handles the following processes:

Ctrader Open API Credentials

To access historical data, you need credentials from the Ctrader Open API. The process to obtain these credentials is free:

  1. Visit the Ctrader Open API.
  2. Sign up for an account if you don't have one.
  3. Create an application to obtain your Client ID and Client Secret.
  4. set credentials as environment variables in .env.