Having some trouble accessing the securities that are added to my universe. I want to pull them out of the securities changed collection and put them into an array or a string to be used in other parts of my script. The following code is my filter. https://kobra.io/#/e/-KB0go5JtfYWyUp2Kvmn https://kobra.io/#/e/-KB0iuMmBwWhUQEc78HI As you can see it returns 3 securities with the Take method. I've tried using AddedSecurities, ToString(), and ToArray() on the SecuritiesChanged collection. The second script is the one I want to merge with the first one and use the coarse universe selection instead of the line that delegates symbols to a string. Please help! PS. Code snippets don't work.

Author