BotwriteLog Method

Call this method when you want to write information to the strategy log

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public void writeLog(
	string LogRecord
)

Parameters

LogRecord  String

[Missing <param name="LogRecord"/> documentation for "M:SharpTraderBot.Bot.writeLog(System.String)"]

Example

C#
writeLog("Buy conditions detected!");

See Also