Skip to main content

Lumnis Alternative Data

Project description

AlpacaLumnisTrader

API Usage

Install the package

pip3 install alpaca-lumnis-trader --upgrade

Overriding the run function

Overriding the main function

Development Usage

Fork the repo

Go to the follwing link to fork the repository:

https://github.com/lumnisfactors/AlpacaLumnisTrader.git 

Clone the Repo

Use the following command to clone the repository:

git clone https://github.com/[YOUR_USERNAME]/AlpacaLumnisTrader.git

Install Requirements

After cloning the repository, navigate to the project's root directory and install the required packages using the following command:

pip install -r requirements.txt

Add API Keys

Create a new file in the AlpacaLumnisTrader directory and name it KEYS.py. Add the following variables to the file and replace the empty strings with your respective API keys:


API_KEY_ALPACA = "YOUR_ALPACA_API_KEY"
SECRET_KEY_ALPACA = "YOUR_ALPACA_SECRET_KEY"
API_KEY_LUMNIS = "YOUR_LUMNIS_API_KEY"

These API keys are required for using Binance and Luminis data to make trades. Please ensure that you keep your API keys secret and never share them with anyone.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alpaca-lumnis-trader-0.1.3.tar.gz (8.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page