is_symbol_qualified() Question

Dustin_LangDustin_Lang Posts: 25
edited March 2017 in Under The Hood

Should I put code to qualify symbols in 'is_symbol_qualified' and does it execute before on_start ?

Comments

  • shayneshayne Posts: 70
    edited June 2017

    best place to look is https://app.cloudquant.com/application/#/glossary/78 documentation

  • It is the recommended place to qualify symbols and is called before on_start. You may only qualify symbols based on static information (previous close, average volume, etc).

  • Are there plans for in_symbol_universe to be able to receive the script parameters? It would be great to be able to tweak the symbol universe with parameters as opposed to having to edit the script.

  • shayneshayne Posts: 70
    edited March 2017

    We are discussing a new method to use at the class level that would enable is_symbol_quanlified() to view the passed in parameters

Sign In or Register to comment.