# Functions
FormatSessionName returns the back-test session name.
InQuoteAsset converts all balances in quote asset.
# Constants
FeeToken is used to simulate the exchange platform fee token This is to ease the back-testing environment for closing positions.
# Structs
KLineDumper dumps the received kline data into a folder for the backtest report to load the charts.
SessionSymbolReport is the report per exchange session trades are merged, collected and re-calculated.
SimplePriceMatching implements a simple kline data driven matching engine for backtestgo:generate callbackgen -type SimplePriceMatching.
SummaryReport is the summary of the back-test session.