Documentation ¶ Index ¶ type Bot func (b *Bot) OnExit(ctx context.Context) error func (b *Bot) OnInit(ctx context.Context, run *cryptellation.Run) func (b *Bot) OnTick(ctx context.Context, t tick.Tick) error func (b *Bot) TicksToListen(ctx context.Context) []event.PricesSubscription Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bot ¶ type Bot struct { // contains filtered or unexported fields } func (*Bot) OnExit ¶ func (b *Bot) OnExit(ctx context.Context) error func (*Bot) OnInit ¶ func (b *Bot) OnInit(ctx context.Context, run *cryptellation.Run) func (*Bot) OnTick ¶ func (b *Bot) OnTick(ctx context.Context, t tick.Tick) error func (*Bot) TicksToListen ¶ func (b *Bot) TicksToListen(ctx context.Context) []event.PricesSubscription Source Files ¶ View all Source files bot.go Directories ¶ Show internal Expand all Path Synopsis backtest forwardtest Click to show internal directories. Click to hide internal directories.