Skip to main content

Official ELTYER plugin for the investing algorithm framework

Project description

ELTYER Investing Algorithm Framework Plugin

This is the official plugin for the investing algorithm framework open source project.

Installation

You can install the plugin with pip.

pip install eltyer-investing-algorithm-framework

Usage

Example trading bot using binance data using the eltyer components.

import os

from investing_algorithm_framework import AlgorithmContext
from eltyer_investing_algorithm_framework.setup import create_app

dir_path = os.path.abspath(os.path.join(os.path.realpath(__file__), os.pardir))

app = create_app(
    resources_directory=dir_path, key="<YOUR_ELTYER_TRADING_BOT_API_KEY>"
)


@app.algorithm.strategy(
    time_unit="SECOND",
    interval=5,
    data_provider_identifier="BINANCE",
    target_symbol="BTC",
    trading_data_type="TICKER",
)
def perform_strategy(context: AlgorithmContext, ticker):
    print("Running my strategy")


if __name__ == "__main__":
    app.start()

Documentation

You can find the official documentation at our documentation website

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

eltyer investing algorithm framework-0.4.2.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file eltyer investing algorithm framework-0.4.2.tar.gz.

File metadata

File hashes

Hashes for eltyer investing algorithm framework-0.4.2.tar.gz
Algorithm Hash digest
SHA256 961592ccadcb2526f8489fc9af6aafeeceeadbe078cbf157b4345bba28b73b29
MD5 e3468d3f026c05c3b373dc0146933a40
BLAKE2b-256 86ea2c85f1090165e5d405b8fc7d0c5f54bacb351f372ce1723f12e7b82faa14

See more details on using hashes here.

File details

Details for the file eltyer_investing_algorithm_framework-0.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for eltyer_investing_algorithm_framework-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a389297edd265cd372126479df863ffbda01d0cc506732e180d11c91ee156027
MD5 9d5f4d5ee11d71a2697ecd171a2dd893
BLAKE2b-256 3c368041fb221908b0cdbbd008f0299c91109c485f2e8080f87febb31b0019d7

See more details on using hashes here.

Supported by

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