mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-19 07:26:49 +00:00
* Various bug fixes * Deadlink, cleanup plus bug fixes * Various Kraken fixes * Add convert func for decimal unix timestamps * Convert all test times to UTC * Kraken: Make assets a pointer to prevent excessive copying * Docker slash fix * Address nits plus bump ITBit last checked pairs timestamp * Set pairs to enabled pairs when getting active orders * Use asset translator for UpdateAccountInfo and more checks for the exchange template tool * Address MadCozBadd's nits * Make exchange var 2 chars * Make program more user friendly * Project wide comment checks and exchName check * Fix Huobi indexing bug and use correct pair formatting * Address nits + readme change
32 lines
975 B
Cheetah
32 lines
975 B
Cheetah
{{- define "readme"}}
|
|
# GoCryptoTrader {{.CapitalName}} Exchange Wrapper
|
|
|
|
<img src="https://github.com/thrasher-corp/gocryptotrader/blob/master/web/src/assets/page-logo.png?raw=true" width="350px" height="350px" hspace="70">
|
|
|
|
An exchange interface wrapper for the GoCryptoTrader application.
|
|
|
|
## This is still in active development
|
|
|
|
You can track ideas, planned features and what's in progress on this Trello board: [https://trello.com/b/ZAhMhpOy/gocryptotrader](https://trello.com/b/ZAhMhpOy/gocryptotrader).
|
|
|
|
## Current {{.CapitalName}} Exchange Features
|
|
|
|
{{if .REST}}+ REST Support {{end}}
|
|
{{if .WS}}+ Websocket Support {{end}}
|
|
{{if .FIX}}+ FIX Support {{end}}
|
|
+ Can be used as a package
|
|
|
|
## Notes
|
|
|
|
+ Please add notes here with any production issues
|
|
+ Please provide link to exchange website and API documentation
|
|
|
|
## Contributors
|
|
|
|
+ Please add your information
|
|
|
|
|User|Github|Contribution|
|
|
|--|--|--|
|
|
|AliasGoesHere|https://github.com/AliasGoesHere |WHAT-YOU-DID|
|
|
{{end}}
|