is_symbol_qualified() Question
Dustin_Lang
Posts: 25
Should I put code to qualify symbols in 'is_symbol_qualified' and does it execute before on_start ?
Tagged:
Comments
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.
We are discussing a new method to use at the class level that would enable
is_symbol_quanlified()
to view the passed in parameters