Metadata-Version: 1.2
Name: algo-trader
Version: 0.9.0
Summary: Trade execution engine to process API data and transmit orders to Bitmex and other brokers.
Home-page: https://github.com/dignitas123/algo_trader
Author: Niclas Hummel
Author-email: info@algoinvest.online
License: UNKNOWN
Description: # Algo Trader Package
        
        This is a package for the use of [algoinvest.online](https://www.algoinvst.online)
        
        It can connect to a the Signal Provider API and execute orders on Bitmex and other providers.
        
        # Install on pythonanywhere or on your PC
        
        python -m pip install --user git+https://github.com/dignitas123/algo_trader
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
