Skip to content

A simple and scalable cryptocurrency auto trader bot

Notifications You must be signed in to change notification settings

darklight9811/catbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not in working state yet

Catbot

Cryptocurrency automatic trader bot, or just catbot. Is a modular bot that can work with any market API or strategy. Made to be easily expanded upon, this is a personnal project I intended to maintain public.

Options

Strategies

Strategies are functions that will return booleans in wheter the bot can buy or sell, they will be run everytime the bot updates the current currency price. They can be based on market strategies or you can make up your own.

Sources

Sources are a adapter to market APIs, such as Binance. An interface to communicate with them without worrying about implementation.

Extensions

Extensions are addons that you can attach to the main bot, we already bundle some out of the box, such as screenie and logger.

List of extensions

  • screenie

Screenie allows you to follow up with your bot latest actions and statistics within the terminal window.

  • logger

Logger makes sure you don't miss anything that happens within your bot. Such as buy logs, sell, balance, errors.

About

A simple and scalable cryptocurrency auto trader bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published