Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entity

A Python library for trading entities: actions, positions, and OHLCV data structures.

Installation

pip install git+https://github.com/the-sentio/entity.git

Usage

from entity import Action, PositionSide, OHLCV

# Example usage
print(Action.Buy)
print(PositionSide.LONG)
print(OHLCV("AAPL", 1692547200000, 100.0, 110.0, 95.0, 105.0))

About

Data structures used in Sentio

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages