package
0.0.0-20240329022609-e057ce78cec6
Repository: https://github.com/mcwarner5/blockbot8000.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Ask Represents an ASK Order.
Bid Represents a BID Order.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
BotConfig contains all config data of the bot, which can be also loaded from config file.
CandleStick represents a single candlestick in a chart.
CandleStickChart represents a chart of a market expresed using Candle Sticks.
ExchangeBindingsConfig represents the binding of market names between bot notation and exchange ticker.
ExchangeConfig Represents a configuration for an API Connection to an exchange.
StrategyConfig contains where a strategy will be applied in the specified exchange.
Market represents the environment the bot is trading in.
MarketConfig contains all market configuration data.
MarketSummary represents the summary data of a market.
Order represents a single order in the Order Book for a market.
OrderBook represents a standard orderbook implementation.
No description provided by the author
No description provided by the author
No description provided by the author
Ticker provides data incoming from API Tickers, which have little amount of information regarding very last updates from a market.
Order represents a single order in the Order Book for a market.
No description provided by the author
# Type aliases
OrderType is an enum {ASK, BID}.
No description provided by the author
No description provided by the author
No description provided by the author