-
Updated
Jul 24, 2021 - Python
#
coinbase-pro
Here are 64 public repositories matching this topic...
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks
crypto
bitcoin
trading
coinbase
ethereum
trading-bot
trading-strategies
technical-analysis
gdax
coinbase-api
bittrex-api
binance
binance-api
crypto-signal
mamo
cryptotrading
coinbase-pro
abenezer-mamo
cryptosignal
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
mongodb
bitcoin
trading
coinbase
multiprocessing
deep-reinforcement-learning
multithreading
dqn
tickstore
arctic
recorder
trading-algorithms
cryptocurrencies
bitfinex
hft
order-book
limit-order-book
orderbook
tick-data
coinbase-pro
-
Updated
Jul 22, 2021 - Python
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
docker
bitcoin
coinbase
ethereum
cryptocurrency
btc
gdax
eth
gdax-api
coinbase-api
litecoin
cryptocurrency-trading-bot
ltc
coinbase-pro
get-rich-slowly
-
Updated
Apr 30, 2021 - Python
This is a crypto trading bot made in NodeJS that uses the coinbase pro API.
nodejs
bot
trading-bot
cryptocurrency
trading-algorithms
cryptocurrencies
coinbase-pro
coinbasepro-api
-
Updated
Jul 14, 2021 - JavaScript
Open
fix scrape_start()
1
timothyyu
commented
Aug 22, 2018
-
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
csharp
bitcoin
trading
coinbase
ethereum
trading-api
gdax
gdax-api
orderbook
coinbase-pro
coinbasepro
coinbasepro-api
-
Updated
Jul 21, 2021 - C#
Simple example application for Coinbase Pro FIX API
-
Updated
Mar 24, 2020 - Java
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
golang
bitcoin
cryptocurrencies
bitstamp
bitfinex
huobi
probit
cryptocurrency-exchanges
binance
kucoin
gemini-api
trade-data
gateio
coinbase-pro
bitmart
digifinex
bybit
ftx
hbtc
ascendex
-
Updated
Jul 26, 2021 - Go
Replicate Coinbase Pro in local environment
-
Updated
Mar 31, 2019 - JavaScript
Wrapper for Coinbase pro (erstwhile GDAX) Cryptocurrency exchange
wrapper
library
r
rstudio
cryptocurrency
mit-license
gdax
unofficial-wrappers
coinbase-pro
coinbase-pro-api
coinbasepro
coinbasepro-api
gdax-r
-
Updated
Jul 28, 2021 - R
A Python API for Coinbase Pro
-
Updated
May 12, 2021 - Python
bandl is an open-source library, provides APIs for equity stocks, derivatives, and cryptocurrencies. APIs for NSE EQ/FNO data, Nasdaq, Samco, 5Paisa, AngelBroking, Binance, and Coinbase are available.
python
yahoo-finance-api
cryptocurrencies
coinbase-api
binance-api
coinbase-pro
nasdaq-crawler
yfinance
5paisa-trading-apis
nasdaq-python-api
yfinance-api
nasqad
nse-python-api
optionchain
angelbroking-apis
binance-python-api
coinbase-python-api
samco-python-api
-
Updated
Feb 7, 2021 - Python
Lightweight Coinbase Pro API implementation wirtten in es6+
-
Updated
Jan 18, 2019 - JavaScript
A Clojure wrapper for the Coinbase Pro API (formerly GDAX)
-
Updated
Sep 28, 2020 - Clojure
A cryptocurrency day-trading bot for Raspberry Pi.
raspberry-pi
debian
bitcoin
coinbase
trading-bot
python3
cryptocurrency
trading-strategies
trading-algorithms
bash-script
raspberry-pi-3
cryptocurrency-trading-bot
cryptocurrency-exchanges
cryptocurrency-portfolio
coinbase-pro
coinbasepro-api
-
Updated
May 13, 2021 - Python
Create your own index fund on Coinbase Pro that replicates Coinbase's Index Fund.
nodejs
javascript
money
parse
bitcoin
coinbase
ethereum
tokens
parse-server
cryptocurrencies
gdax-api
coinbase-api
litecoin
parse-dashboard
bitcoin-cash
cryptocurrency-exchanges
index-fund
coinbase-pro
-
Updated
Feb 5, 2019 - JavaScript
a place to learn how to configure and use the SimpleBot trading program, as well as report any issues encountered
-
Updated
Feb 6, 2021
Backtest, paper trade, sandbox test, and deploy live cross-exchange without modifying a single line of trading logic (on stocks and crypto 💸 ).
bot
platform
framework
bots
coinbase
bot-framework
cryptocurrency
stocks
investment
binance
coinbase-pro
coinbase-pro-api
blankly
-
Updated
Jul 31, 2021 - Python
second generation delilah trading engine and includes a sample UI (simple-bot) for demonstrating use
-
Updated
Feb 6, 2021 - Pascal
Additional FIX dialects for Philadelphia
-
Updated
Jun 8, 2021 - Java
coinbase pro client library (formerly GDAX)
-
Updated
Feb 5, 2021 - Pascal
A CLI tool for accumulating cryptocurrency through the Coinbase Pro API
-
Updated
Oct 25, 2020 - Rust
A Python app to automate buying cryptocurrency on the Coinbase Pro exchange. Runs in a Docker container for convenience.
-
Updated
May 22, 2021 - Python
-
Updated
Jul 12, 2021 - C#
godax is an (unofficial) Coinbase Pro API client
-
Updated
Oct 3, 2020 - Go
jaw12346
opened
May 31, 2021
A cryptobot created in python using Coinbase Pro's API
-
Updated
May 9, 2019 - Python
Web interface for exploring the large price changes of several cryptocurrencies
python
bitcoin
coinbase
ethereum
cryptocurrency
d3js
litecoin
bitcoin-cash
coinbase-pro
coinbasepro-api
-
Updated
May 19, 2021 - JavaScript
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