All Projects → paritytrading → Philadelphia

paritytrading / Philadelphia

Licence: apache-2.0
Low-latency Financial Information Exchange (FIX) engine for the JVM

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Philadelphia

Tradingstrategies
Algorithmic trading strategies
Stars: ✭ 120 (-45.21%)
Mutual labels:  trading, finance
Py Market Profile
A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.
Stars: ✭ 153 (-30.14%)
Mutual labels:  trading, finance
Trendyways
Simple javascript library containing methods for financial technical analysis
Stars: ✭ 121 (-44.75%)
Mutual labels:  trading, finance
Oandapyv20 Examples
Examples demonstrating the use of oandapyV20 (oanda-api-v20)
Stars: ✭ 102 (-53.42%)
Mutual labels:  trading, finance
Trade Frame
c++ based application for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution.
Stars: ✭ 187 (-14.61%)
Mutual labels:  trading, finance
Strategems.jl
Quantitative systematic trading strategy development and backtesting in Julia
Stars: ✭ 106 (-51.6%)
Mutual labels:  trading, finance
Interactivebrokers Algo System
Java/MySQL live algorithmic trading using Interactive Brokers API
Stars: ✭ 151 (-31.05%)
Mutual labels:  trading, finance
Awesome Streamlit
The purpose of this project is to share knowledge on how awesome Streamlit is and can be
Stars: ✭ 769 (+251.14%)
Mutual labels:  trading, finance
Mixture model trading public
Stars: ✭ 166 (-24.2%)
Mutual labels:  trading, finance
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-28.31%)
Mutual labels:  trading, finance
Tradestation
EasyLanguage indicators and systems for TradeStation
Stars: ✭ 65 (-70.32%)
Mutual labels:  trading, finance
Awesome Quant
中国的Quant相关资源索引
Stars: ✭ 2,529 (+1054.79%)
Mutual labels:  trading, finance
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+339.27%)
Mutual labels:  trading, finance
Mop
Stock market tracker for hackers.
Stars: ✭ 1,534 (+600.46%)
Mutual labels:  finance, trading
Axistradecult
Assist tool for trading on stock market, automatic download historical stock data, technical research, chart and analysis.
Stars: ✭ 26 (-88.13%)
Mutual labels:  trading, finance
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-39.73%)
Mutual labels:  trading, finance
Tda Api
A TD Ameritrade API client for Python. Includes historical data for equities and ETFs, options chains, streaming order book data, complex order construction, and more.
Stars: ✭ 608 (+177.63%)
Mutual labels:  trading, finance
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (+226.03%)
Mutual labels:  trading, finance
Pipeline Live
Pipeline Extension for Live Trading
Stars: ✭ 154 (-29.68%)
Mutual labels:  trading, finance
Jiji2
Forex algorithmic trading framework using OANDA REST API.
Stars: ✭ 211 (-3.65%)
Mutual labels:  trading, finance

Philadelphia

Philadelphia is a low-latency Financial Information Exchange (FIX) engine for the JVM.

You can use Philadelphia to connect to stock exchanges, brokerage firms, and other network endpoints that use the FIX protocol. You can also use it to provide your own services using the FIX protocol.

Philadelphia is designed to exhibit low and predictable latency. To achieve this, it supports non-blocking, zero-copy networking and does not allocate any memory on message reception or transmission. It can achieve 7.7 µs round-trip time (RTT) over the loopback interface.

Philadelphia requires Java Runtime Environment (JRE) 8 or newer.

Download

See the latest release on GitHub.

Modules

Philadelphia contains the following libraries:

See the FIX Trading Community for the protocol specifications and Philadelphia Extras for additional FIX dialects.

Philadelphia contains the following applications:

  • Terminal Client is a simple console application for interacting with a FIX acceptor.

  • Code Generator is a simple console application for generating Philadelphia profiles for FIX dialects.

Philadelphia contains the following example applications:

Philadelphia contains the following test applications:

  • Performance Test contains microbenchmarks for the FIX protocol implementation.

Links

For more information on Philadelphia:

License

Copyright 2015 Philadelphia authors.

Released under the Apache License, Version 2.0. See LICENSE.txt for details.

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].