BotOnInit Method

Put the bot initialization logic here

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public virtual void OnInit()

Example

C#
public override void OnInit()
{
    //This method is called when you start Bot
}

See Also