Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bot ¶
type Bot interface {
OnInit(ctx workflow.Context, params runtime.OnInitCallbackWorkflowParams) error
OnNewPrices(ctx workflow.Context, params runtime.OnNewPricesCallbackWorkflowParams) error
OnExit(ctx workflow.Context, params runtime.OnExitCallbackWorkflowParams) error
}
Bot is the interface for a trading robot executed on Cryptellation.
Click to show internal directories.
Click to hide internal directories.