Code Monkey home page Code Monkey logo

okex-future-api's Introduction

1.首先,在base目录的settings.py下填写
  api_key =''              
  secret_key = ''                            # 自行填写

2. 如需更换货币类型请修改:
  default = {
    'symbol': 'eos_usd',                   # 自行修改(如: btc_usd ltc_usd eth_usd etc_usd bch_usd)
    'contract_type': 'this_week'           # 自行修改(如: 合约类型: this_week:当周 next_week:下周 quarter:季度)
  }

3.其他说明:
  启动方式: python main.py (默认启动app目录下的test.py)

  选择app下的其他策略脚本: python main.py plan_a     (plan_a.py必须在app目录下存在)

  其他策略请自行在app目录下编写,本项目只提供python的基础api

4.该api无后门,请安心使用。

5.api存在问题请联系我。

okex-future-api's People

Contributors

targetoyes 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.