I created a custom factor that calculates a value I use to then screen out stocks via the pipeline method. Maybe this is a silly question, but how can I reference this symbol-specific calculation in the handle data method? I've tried storing the custom factor's output (out[:] ) as a variable (context.Variable), but when I debug the output it gives me something much different than what I hoped for. Any advice is appreciated. Thx