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

kraken

Here are 235 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
scientes
scientes commented Jun 15, 2021

Currently the price for a certain transaction statement is currently not known for binance and some other exchanges.
but for binance transactions that belong together always have the correct timestamp if i'm not mistaken.

2021-05-09 03:25:21,Spot,Transaction Related,USDT,-21.87041400,""
2021-05-09 03:25:21,Spot,Fee,BNB,-0.00002523,""
2021-05-09 03:25:21,Spot,Buy,VET,98.10000000,""

T

good first issue binance

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