The Wayback Machine - http://web.archive.org/web/20220428024136/https://github.com/topics/kraken
Skip to content
#

kraken

Here are 237 public repositories matching this topic...

iProdigy
iProdigy commented Sep 23, 2020

Description

App access tokens with scopes can be useful in specific applications (e.g. requesting analytics data). The library currently can only provide an app access token with no scopes.

Solutions

Be able to specify scopes to be included when creating an app access token. This code should go in TwitchIdentityProvider (see https://github.com/twitch4j/twitch4j/pull/140/files#diff-7

konqueror1
konqueror1 commented Apr 1, 2020

Describe the bug
I am adding a trailing stop buy order for LTC/USDT with initial stop 37.1 and limit price 37. Current price is ~37.5. When submit the stop executes immediately with this in the log:

Trailing stop on binance LTC/USDT market hit stop price (37.57000000 < 37.10)
It is obvious that 37.57 is not less than 37.10.

Tested with the latest official release 0.15.2 and with bleedi

bug good first issue
provinzio
provinzio commented Apr 9, 2022

possible columns:

  • source_utc_time (from when is the price)

  • source (from where is the price)

  • remark general remark column, but would be better to have more specific columns

  • write patch to add these columns to database, when patch is done print warning which reccommend to refetch all prices

  • update set price db function to require more arguments

help wanted good first issue PriceData database

Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges

  • Updated Jun 29, 2021
  • Python

Improve this page

Add a description, image, and links to the kraken topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kraken topic, visit your repo's landing page and select "manage topics."

Learn more