Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackTestDataType ¶
type BackTestDataType int
const ( BackTestDataType_Depth BackTestDataType = iota + 1 BackTestDataType_KLine )
type DataConfig ¶
type ExchangeSimConfig ¶
type ExchangeSimConfig struct { ExName string TakerFee float64 MakerFee float64 SupportCurrencyPairs []goex.CurrencyPair QuoteCurrency goex.Currency //净值币种 Account goex.Account BackTestStartTime time.Time BackTestEndTime time.Time DepthSize int //回测多少档深度 UnGzip bool //是否解压 BackTestData BackTestDataType //回测数据类型 }
Click to show internal directories.
Click to hide internal directories.