How are on_strategy_start(), on_start() and is_symbol_qualified() related to each other?

superquantsuperquant Posts: 28
edited March 2017 in Under The Hood

Which of these gets called first and how many times will it be called for my submission?

  1. They are called in the following order, on_strategy_start(), is_symbol_qualified() on_start()

  2. on_strategy_start() is called once per day for each script or trading strategy.

  3. is_symbol_qualified() is called once per day for every symbol in the cloudquant symbol database for the then current day

  4. on_start() is called once per day for every symbol that returned True from is_symbol_qualified()

Sign In or Register to comment.