package
0.0.0-20250311023717-5c21e974eed8
Repository: https://github.com/thrasher-corp/gocryptotrader.git
Documentation: pkg.go.dev

# Functions

AllModuleNames returns a list of all default module names.
ExchangeAccountInfo returns account information for requested exchange.
ExchangeDepositAddress returns deposit address (if supported by exchange).
ExchangeExchanges returns list of exchanges either enabled or all.
ExchangeOrderbook returns orderbook for requested exchange & currencypair.
ExchangeOrderCancel cancels order on requested exchange.
ExchangeOrderQuery query order on exchange.
ExchangeOrderSubmit submit order on exchange.
ExchangePairs returns currency pairs for requested exchange.
ExchangeTicker returns ticker data for requested exchange and currency pair.
ExchangeWithdrawCrypto submit request to withdraw crypto assets.
ExchangeWithdrawFiat submit request to withdraw fiat assets.
WriteAsCSV takes in a slice matrix to save to file.

# Constants

ErrEmptyParameter error to return when empty parameter is received.
ErrParameterConvertFailed error to return when type conversion fails.

# Variables

Modules map of all loadable modules.
OutputDir is the default script output directory.

# Structs

Context defines a juncture for script context to go context awareness.
OHLCV defines a custom Open High Low Close Volume tengo object.