Coder Social home page Coder Social logo

songaal / futuremaker Goto Github PK

View Code? Open in Web Editor NEW
18.0 3.0 9.0 5.57 MB

A progressive cryptocurrency algorithm trading library

Python 49.58% Shell 0.35% Jupyter Notebook 50.06%
altcoin api arbitrage bitcoin bot cryptocurrency crypto ethereum exchange invest

futuremaker's Introduction

Futuremaker

Futuremaker는 파이썬 pandas 로 쉽게 만들수 있는 암호화폐 트레이딩 봇입니다.

Futuremaker is a progressive cryptocurrency algorithm trading library based on Python.

라이선스 : MIT licensed.

pypi: latest version at pypi.

How to install

$ git clone https://github.com/songaal/futuremaker

또는

$ pip install futuremaker

Supported Exchanges

마진위주 (Margins)

Futuremaker is Fun

# algo.py
from futuremaker.algo import Algo

class AlertGo(Algo):

    def __init__(self):
        super(AlertGo, self).__init__(symbol='BTCUSDT')

    def update_candle(self, df, candle):
        print(candle)

bot = AlertGo()
bot.run()

Contribute

함께 개발하고 싶은 분은 [email protected] 으로 연락주세요.

If you've found a bug, let me know. If you would like to participate in the development together, please email [email protected] at any time.

futuremaker's People

Contributors

joonwoo88 avatar songaal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.