Documentation
¶
Index ¶
- func CronBacktestInLive()
- func CronCheckTriggerOds()
- func CronDumpStratOutputs()
- func CronFatalLossCheck()
- func CronKlineDelays(dp *data.LiveProvider)
- func CronKlineSummary()
- func CronLoadMarkets()
- func CronRefreshPairs(dp data.IProvider)
- func FetchHourKlines(dp *data.LiveProvider)
- func RunTradeClose(args []string) error
- func StartLoopBalancePositions()
- type CryptoTrader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CronBacktestInLive ¶ added in v0.2.18
func CronBacktestInLive()
func CronCheckTriggerOds ¶
func CronCheckTriggerOds()
func CronDumpStratOutputs ¶ added in v0.2.18
func CronDumpStratOutputs()
func CronFatalLossCheck ¶
func CronFatalLossCheck()
func CronKlineDelays ¶
func CronKlineDelays(dp *data.LiveProvider)
func CronKlineSummary ¶
func CronKlineSummary()
func CronLoadMarkets ¶
func CronLoadMarkets()
func CronRefreshPairs ¶
func FetchHourKlines ¶ added in v0.2.28
func FetchHourKlines(dp *data.LiveProvider)
func RunTradeClose ¶ added in v0.1.33
func StartLoopBalancePositions ¶ added in v0.2.5
func StartLoopBalancePositions()
Types ¶
type CryptoTrader ¶
func NewCryptoTrader ¶
func NewCryptoTrader() *CryptoTrader
func (*CryptoTrader) FeedKLine ¶
func (t *CryptoTrader) FeedKLine(bar *orm.InfoKline)
func (*CryptoTrader) Init ¶
func (t *CryptoTrader) Init() *errs.Error
func (*CryptoTrader) Run ¶
func (t *CryptoTrader) Run() *errs.Error
Click to show internal directories.
Click to hide internal directories.