Bot to trade on future with MACD entry and ATR close position, no stop-loss

Introduction:This bot is only for xrp, When you run this bot, Please do not trade any other kraken future pairs at same time. Installation clone this repositorygit clone https://github.com/memsjava/xrp-kraken-future-bot.gitcd xrp-kraken-future-bot/ edit the key files, paste inside your future kraken keysFutures_Private_Key and Futures_Public_Key Install dependancy: then now you can run it. Dont forget to add some xrp in your trading future account.python main.py Enjoy πŸ™‚ GitHub View Github    

Read more

Lightweight auth middleware for FastAPI that just works. Fits most auth workflows with only a few lines of code

We at Code Specialist love FastAPI for its simplicity and feature-richness. Though we were a bit staggered by the poor documentation and integrationof auth-concepts. That’s why we wrote a FastAPI Auth Middleware. It integrates seamlessly into FastAPI applications and requires minimum configuration. It is builtupon Starlette and thereby requires no dependencies you do not have included anyway. Caution: This is a middleware to plug in existing authentication. Even though we offer some sample code, this package assumes you already have […]

Read more

An experimental script to perform bulk parsing of arbitrary file features with YARA and console logging

This script is named after Ronnie Coleman, and peforms bulk lifts on arbitary file features using YARA console logging. Requirements Notes This was really designed for me to bulk build an on-demand table for file features I wanted, and to see the values I specified using YARA’s own technology. This allows me to quickly view, stack, organize the “surface area” of a file so I can turn around with the ones I want and create YARA rules. This is a […]

Read more

chem: collection of mostly python code for molecular visualization, QM/MM, FEP, etc

chem: collection of mostly python code for molecular visualization, QM/MM, FEP, etc. Very long-term goal is something like enzyme design. Intended for interactive use from standard python prompt. Major features: 3D visualization of molecular geometry, orbitals, ESP, etc. fast OpenGL volume and isosurface rendering oriented toward analysis and debugging of calculations rather than presentation QM/MM driver supporting electrostatic embedding with various charge shifting schemes DLC/HDLC/Redundant internal coordinates transition state search (Dimer method, Lanczos method), reaction path optimization (NEB) read/write .pdb, […]

Read more

An MQA (Studio, originalSampleRate) identifier for lossless flac files written in Python

An MQA (Studio, originalSampleRate) identifier for β€œlossless” flac files written in Python. About The Project This project is a port of the awesome C++ project MQA_identifier by@purpl3F0x and mqaid byredsudo. Getting Started Prerequisites Installation Clone the repo git clone https://github.com/Dniel97/MQA-identifier-python.git && cd MQA-identifier-python Install the requirements pip3 install -r requirements.txt Usage python3 mqa-identifier-python.py “path/to/flac/files”

Read more

A Project Template With Python

File Structure . β”œβ”€β”€ LICENSE β”œβ”€β”€ Makefile # commands β”œβ”€β”€ README.md β”œβ”€β”€ requirements.txt # package information β”œβ”€β”€ setup.cfg # configurations for formatting & linting & unit-test β”œβ”€β”€ src # source code location └── test └── utest # unit tests location Commands

Read more

Discord Bot to Search YouTube

Info YouTube Bot is a discord bot where you can search for anything on YouTube, it will automatically find the first result, the channel and a lot more info about it then format it into an embed, and if you would like there is a dropdown menu where you can make the bot send you an ephemeral message with the video as an embed to watch. Set-Up Required Enable YouTube API Adding Your Info Get your previously mentioned β€œDiscord Bot […]

Read more

Sharpened Cosine Distance implementation in PyTorch

PyTorch implementation of the Sharpened Cosine Distance operator. The core idea came from Brandon Rohrer(@brohrer) and the implementationis based on the tf/keras implementation of Raphael Pisoni. This implementation supports 2D operation only asymmetric kernels, any shape CUDA / GPU If you find this implementation useful please give it a star. Open issues for bugs/ideas. If you are planning to build something on top of it let me know, I am always up for some good collaborations πŸ˜‰ GitHub View Github […]

Read more

Helper modules and classes for writing to Cloudshell sandbox console

This project provides utility classes for formatting and sending html messages to the cloudshell sandbox console.These methods help to semantically color the text and generate custom html elements (headers / anchors / etc.). The SandboxReporter class is used to chunk together logging messages with the sandbox console print actions into single commands.This reduces duplication in your script if you typically log and print the same messages.There are granular flags for message instances that you only want to log and not […]

Read more
1 230 231 232 233 234 915