package
0.0.0-20240926191745-78b482a58509
Repository: https://github.com/encryptedl/edl-tradebot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewCandlesCache creates a new CandlesCache Object.
NewOrderbookCache creates a new OrderbookCache Object.
NewSummaryCache creates a new SummaryCache Object.

# Constants

BTC reprseent the Bitcoin asset.
ETH represents the ethereum asset.
SideBuy specifies the buy side of an order.
SideSell specifies the sell side of an order.
USD represents the USD asset.

# Variables

BITCUSD pair represents the BTC/USD pair typically found as a basis .
ETHUSD pair represent the ETH/USD pair found on exchanges.

# Structs

CandlesCache represents a local candles cache for every exchange.
Limit represents an order that a limit type.
OrderbookCache represents a local orderbook cache for every exchange.
Pair represent an asset pairing that can be trading on an echange.
SummaryCache represents a local summary cache for every exchange.

# Type aliases

Asset represent a coin or currency that is used in trading pairs.
Side represents the side of the trade that the order is placing.