All Projects → ivan-vasilev → atpy

ivan-vasilev / atpy

Licence: MIT license
Event-driven Algorithmic Trading For Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to atpy

evon
Fast and versatile event dispatcher code generator for Golang
Stars: ✭ 15 (-34.78%)
Mutual labels:  event-driven
football-events
Event-Driven microservices with Kafka Streams
Stars: ✭ 57 (+147.83%)
Mutual labels:  event-driven
kstreams-des-demo
Kafka Streams demo project containing Derivative Events, the Processor Api and Wall-clock examples
Stars: ✭ 24 (+4.35%)
Mutual labels:  event-driven
passivbot
Trading bot running on Binance, Bitget, OKX and Bybit
Stars: ✭ 558 (+2326.09%)
Mutual labels:  algorithmic-trading
EventEmitter
Simple EventEmitter with multiple listeners
Stars: ✭ 19 (-17.39%)
Mutual labels:  event-driven
How-to-Solve-it-by-Computer-R-G-Dromey
How to Solve it by Computer - R.G. Dromey Solutions
Stars: ✭ 20 (-13.04%)
Mutual labels:  algorithmic-trading
IntroduceToEclicpseVert.x
This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
Stars: ✭ 27 (+17.39%)
Mutual labels:  event-driven
core.horse64.org
THIS IS A MIRROR, CHECK https://codeberg.org/Horse64/core.horse64.org
Stars: ✭ 3 (-86.96%)
Mutual labels:  event-driven
awesome-pinescript
A Comprehensive Collection of Everything Related to Tradingview Pine Script.
Stars: ✭ 563 (+2347.83%)
Mutual labels:  algorithmic-trading
algobox
Open Source algorithmic trading platform in Java / Python
Stars: ✭ 90 (+291.3%)
Mutual labels:  algorithmic-trading
Dermayon
Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc
Stars: ✭ 66 (+186.96%)
Mutual labels:  event-driven
tardis
Event sourcing toolkit
Stars: ✭ 35 (+52.17%)
Mutual labels:  event-driven
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+1669.57%)
Mutual labels:  algorithmic-trading
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+308.7%)
Mutual labels:  algorithmic-trading
libuvpp
minimal change of libuv for p2p networking
Stars: ✭ 22 (-4.35%)
Mutual labels:  event-driven
plutus-algo-backtesting
Algorithmic Trading : A python framework to run backtest on stocks using your own custom algorithmic strategies
Stars: ✭ 28 (+21.74%)
Mutual labels:  algorithmic-trading
eda
eda is a library for implementing event-driven architectures.
Stars: ✭ 31 (+34.78%)
Mutual labels:  event-driven
ency
Enhanced concurrency primitives for Javascript.
Stars: ✭ 32 (+39.13%)
Mutual labels:  event-driven
stockbot
Alpaca algo stock trading bot
Stars: ✭ 105 (+356.52%)
Mutual labels:  algorithmic-trading
dotnet-core-microservices-kafka
Asp.Net Core microservices that communicate asynchronous through Kafka message broker.
Stars: ✭ 42 (+82.61%)
Mutual labels:  event-driven

Event-based Algorithmic Trading For Python

Event-based Algorithmic trading library. The events implementation is pyevents library. The features are:

  • Real-time and historical bar and tick data from IQFeed via @pyiqfeed. The data is provided as pandas multiindex dataframes. For this to work, you need IQFeed subscription.
  • API integration with Quandl and INTRINIO.
  • Storing and retrieving historical data and other datasets with PostgreSQL and InfluxDB. Again, the data is provided via pandas dataframes.
  • Placing orders via the Interactive Brokers Python API. For this to work, you need to have IB account.

For more information on how to use the library please check the unit tests.

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