Add message to EdgTrader log collection.
public void Print(string Message);
Parameters
Message string
Message to add to EdgTrader log.
Remarks
Print can be used only after bot or indicator initialized can not be used in contructor.
Example
Print("hi")