项目作者: adanikel

项目描述 :
Live price ticker game for crypto currencies
高级语言: Python
项目地址: git://github.com/adanikel/LiveTicker.git
创建时间: 2021-01-09T10:09:02Z
项目社区:https://github.com/adanikel/LiveTicker

开源协议:MIT License

下载


LiveTicker

Live price ticker game

basically starts a live price feed on the btc/usdt pair on Binance and allows to demo-trade using buy and sell buttons.
The PnL of the current position is calculated in the second row, while the total PnL of all positions is calculated at the bottom of the screen.

Buy and Sell buttons are used to open / close long and short positions.

It is possible to set a different ticker from the settings window, and reset the total PnL by using the refresh button.

Compiled by buildozer

buildozer dependencies

requirements = python3,kivy,requests,urllib3,websockets,asyncio,six,gevent,greenlet,zope.event,zope.interface,setuptools,chardet,certifi,idna

buildozer android permissions

android.permissions = INTERNET

buildozer versions

  • osx.python_version = 3.8.5
  • osx.kivy_version = 2.0.0

general notes

  • added the SSL certificate as an env var

Supported tickers

“AAVEUSDT”,
“AAVEBTC”,
“ADAUSDT”,
“AVABTC”,
“BCHUSDT”,
“BTCBTC”,
“BNBUSDT”,
“BNBBTC”,
“BTCUSDT”,
“DOTUSDT”,
“DOTBTC”,
“ETHUSDT”,
“ETHBTC”,
“LINKUSDT”,
“LINKBTC”,
“LTCUSDT”,
“LTCBTC”,
“XRPUSDT”,
“XRPBTC”