Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 662 Bytes

strategy_methods.misc.rst

File metadata and controls

22 lines (18 loc) · 662 Bytes

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:

.. currentmodule:: strategies.strategy.Strategy

.. autosummary::
    :toctree: strategy_methods.misc
    :template: strategy_methods_template.rst

    log_message
    sleep
    set_market
    update_parameters
    get_parameters
    await_market_to_close
    await_market_to_open
    wait_for_order_registration
    wait_for_order_execution
    wait_for_orders_registration
    wait_for_orders_execution