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

kraken

Here are 201 public repositories matching this topic...

AlgoTrader5
AlgoTrader5 commented Feb 22, 2020

A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:

Price | size
11,000 | 1
10,500 | 1
10,000 | 1

If the user specified quantity 3, the callback would return 10,500.

iProdigy
iProdigy commented Sep 24, 2020

Description

The following chat events need documentation for the website:

  • ChannelMessageActionEvent
     
  • BitsBadgeEarnedEvent
  • CheerEvent
     
  • SubscriptionEvent
  • GiftSubscriptionsEvent
  • GiftSubUpgradeEvent
  • PrimeSubUpgradeEvent
  • ExtendSubscriptionEvent
  • PayForwardEvent
     
  • PrimeGiftReceivedEvent
  • RewardGiftEvent
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

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