-
Updated
Oct 19, 2021 - Python
coinbase-pro
Here are 72 public repositories matching this topic...
-
Updated
Nov 30, 2021 - Python
-
Updated
Jan 8, 2022 - Python
-
Updated
Nov 11, 2021 - Python
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Dec 31, 2021 - Go
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
fix scrape_start()
-
boolean flag for scrape_running() status
-
save to raw_data_pipeline folder
-
timezone basis/reference config (timezone of scrape)
-
outline of function def for new hour of data (mock function)
-
outline of error handling if scrape interrupted
-
Updated
Dec 11, 2021 - C#
-
Updated
Oct 5, 2021 - Java
-
Updated
Feb 7, 2021 - Python
-
Updated
May 12, 2021 - Python
-
Updated
Mar 31, 2019 - JavaScript
-
Updated
Dec 14, 2021 - R
-
Updated
May 13, 2021 - Python
-
Updated
Jan 18, 2019 - JavaScript
-
Updated
Sep 29, 2021 - Clojure
-
Updated
Sep 13, 2021 - Python
-
Updated
Feb 6, 2021
-
Updated
Feb 5, 2019 - JavaScript
-
Updated
Oct 25, 2020 - Rust
-
Updated
Dec 11, 2021 - C#
-
Updated
Dec 31, 2021 - Java
-
Updated
Feb 6, 2021 - Pascal
-
Updated
Feb 5, 2021 - Pascal
-
Updated
Jan 28, 2021 - PowerShell
Improve this page
Add a description, image, and links to the coinbase-pro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coinbase-pro topic, visit your repo's landing page and select "manage topics."
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