Miscellaneous#
Miscellaneous methods are the methods that do not fit into other categories. You can use these methods to log messages to your log files, sleep for a few seconds and more. You can see a list of them below:
  | 
Logs an info message prefixed with the strategy name.  | 
  | 
Sleep for sleeptime seconds.  | 
  | 
Set the market for trading hours.  | 
  | 
Update the parameters of the strategy.  | 
  | 
Get the parameters of the strategy.  | 
  | 
Sleep until market closes.  | 
  | 
Executes infinite loop until market opens  | 
  | 
Wait for the order to be registered by the broker  | 
  | 
Wait for one specific order to be executed or canceled by the broker  | 
  | 
Wait for the orders to be registered by the broker  | 
  | 
Wait for a list of orders to be executed or canceled by the broker  | 
  | 
Register a callback function to be executed according to a cron schedule.  |