Skip to content
View btschwertfeger's full-sized avatar
💭
🪳 everywhere
💭
🪳 everywhere

Organizations

@conda-forge
Block or Report

Block or report btschwertfeger

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
btschwertfeger/README.md

Linkedin Badge

Hi 👋, I'm Benjamin

a passionate developer from Germany who likes working with APIs, data visualization and trading stocks and cryptocurrencies using automated trading strategies.

Topics related to project management, SD/QA, DevOps, CI/CD, Kubernetes, and distributed systems interest me a lot, and since I'm working at CONTACT Software GmbH I have the chance to learn, use, build and apply new techniques and frameworks with my great team every day.

Python Bash Docker Kubernetes Helm Grafana Rancher Git CI/CD Bitcoin Mac Linux Windows

Private Activities

Core Projects

Project Description
python-kraken-sdk
pypi
The python-kraken-sdk is a collection of REST and websocket clients to access the Kraken cryptocurrency exchange API using Python.
[Github]
python-cmethods
pypi
A collection of bias correction techniques written in Python - for climatic research.
[Github]
wavetrend-service
Static Badge
Containing the closed-source command-line tool "wavetrend" which uses the Kraken and Polygon.io APIs to apply a custom trading strategy. This tool runs as service in a private Kubernetes cluster and sends the detected long and short opportunities into the WavetrendSignalBroadcast Telegram channel.
genai
Static Badge
Introducing a versatile command-line tool that seamlessly integrates a local Large Language Model (LLM) for generating prompts, which are then fed into a stable diffusion model executed locally. The result? Stunning designs and illustrations that are automatically uploaded to Redbubble and Spreadshirt for effortless sharing and showcasing.

Other Projects

Project Description
BiasAdjustCXX
DOI
Publication
BiasAdjustCXX is a command-line tool written in C++ that enables the fast and efficient computation of bias corrected time series climate data providing several scaling- and distribution-based techniques.
[Github]
KrakenEx.jl
JuliaHub
The KrakenEx.jl package is a collection of REST and websocket clients to access the Kraken Cryptocurrency Exchange API using Julia.
[Github]
kraken-rebalance-bot
pypi
These package is a simple trading bot that can be run using the command-line. It serves as supplement for the python-kraken-sdk.
[Github]

Outreach

If you are interested in climatic processes or are looking for illustrative examples and learning content, several of my websites are listed below. They cover different topics and allow the dynamic visualization of different climatic processes and models: Daisy World Model, Orbital Theory of Ice Ages, Energy Balance Models, Fourcaults Pendulum, Brownian Motion, Random Systems, Growth Model


PyPI: https://pypi.org/user/btschwertfeger
Dockerhub: https://hub.docker.com/u/btschwertfeger

Pinned

  1. python-kraken-sdk python-kraken-sdk Public

    Python SDK for the Kraken Cryptocurrency Exchange API (Spot, NFT & Futures, REST and Websocket API)

    Python 32 13

  2. python-cmethods python-cmethods Public

    A collection of bias correction techniques written in Python - for climate sciences.

    Python 45 12

  3. KrakenEx.jl KrakenEx.jl Public

    Julia Package to interact with the Kraken Cryptocurrency Exchange API for both Spot and Futures, REST and Websocket endpoints.

    Julia 2 1

  4. BiasAdjustCXX BiasAdjustCXX Public

    Bias correction command-line tool for climatic research written in C++

    C++ 7 2

  5. A realtime order book for trading Sp... A realtime order book for trading Spot on the Kraken cryptocurrency exchange using the pyhton-kraken-sdk
    1
    #!/usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
    # Copyright (C) 2023 Benjamin Thomas Schwertfeger
    4
    # GitHub: https://github.com/btschwertfeger
    5
    #