All Projects → mathpaquette → PT.MarketDataService

mathpaquette / PT.MarketDataService

Licence: MIT license
Market Data collector for Interactive Brokers

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PT.MarketDataService

ib
Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)
Stars: ✭ 94 (+487.5%)
Mutual labels:  market-data, interactive-brokers
ib dl
Historical market data downloader using Interactive Brokers TWS
Stars: ✭ 43 (+168.75%)
Mutual labels:  market-data, interactive-brokers
ibkr
Interactive Brokers wrapper 🚩
Stars: ✭ 34 (+112.5%)
Mutual labels:  market-data, interactive-brokers
QuantStageApi Python
PT_QuantBaseApi python version
Stars: ✭ 13 (-18.75%)
Mutual labels:  market-data
rRofex
R library to connect to Matba Rofex's Trading API. Functionality includes accessing account data and current holdings, retrieving investment quotes, placing and canceling orders, and getting reference data for instruments.
Stars: ✭ 21 (+31.25%)
Mutual labels:  market-data
mftool
Python library for getting real-time Mutual Funds data in India
Stars: ✭ 76 (+375%)
Mutual labels:  market-data
Jib.jl
A Julia implementation of Interactive Brokers API
Stars: ✭ 42 (+162.5%)
Mutual labels:  interactive-brokers
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+1450%)
Mutual labels:  market-data
candlestick retriever
Retrieve all historical candlestick data from crypto exchange Binance and upload it to Kaggle.
Stars: ✭ 122 (+662.5%)
Mutual labels:  market-data
dukascopy-tools
✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
Stars: ✭ 128 (+700%)
Mutual labels:  market-data
rb3
A bunch of downloaders and parsers for data delivered from B3
Stars: ✭ 52 (+225%)
Mutual labels:  market-data
iextrading4j-hist
IEX Trading library to parse TOPS and DEEP multicast packets
Stars: ✭ 20 (+25%)
Mutual labels:  market-data
IB.CSharpApiClient
Interactive Brokers - TWS API simplified client
Stars: ✭ 41 (+156.25%)
Mutual labels:  interactive-brokers
pr-www
Portfolio Report Website - the data source for Portfolio Performance
Stars: ✭ 50 (+212.5%)
Mutual labels:  market-data
InterReact
Interactive Brokers reactive C# API.
Stars: ✭ 28 (+75%)
Mutual labels:  interactive-brokers
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (+37.5%)
Mutual labels:  market-data
real-time-cryptocurrency-market-prices-websocket
A complete look at the available websockets and how you can use them to implement the executium market data into your own projects.
Stars: ✭ 31 (+93.75%)
Mutual labels:  market-data
NasdaqCloudDataService-SDK-Java
Nasdaq Data Link provides a modern and efficient method of delivery for real-time exchange data and other financial information. This repository provides a Java SDK for developing applications using Nasdaq Data Link's real-time data.
Stars: ✭ 70 (+337.5%)
Mutual labels:  market-data
TradeBot
Crypto trading bot using Binance API (Java)
Stars: ✭ 292 (+1725%)
Mutual labels:  market-data
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+643.75%)
Mutual labels:  market-data

Description

PT.MarketDataService is a windows service built with C# to collect different kind of market data from Interactive Brokers TWS Api and store them for further use.

The overall architecture as been design respecting DDD practices.

Features

  • Collect and store market scanners based on time schedule
  • Collect and store Level 1 data based on retrieved scanner contracts

Usage

  • Define your Scanner Parameters in the database (Check the DefaultInitializer)
  • Configure app.config
    • Define DefaultConnection (Connection String)
    • Configure your TWS Api (IbHost, IbPort, IbClientId)
    • Adjust the frequency (in seconds) you wish to retrieve Level 1 data (Level1RequestFrequencySec)
  • (Optional) Install the service on Windows

Using IB Gateway with your Paper Trading account is suggested.

Tech stack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].