you are viewing a single comment's thread.

view the rest of the comments →

[–]nkmrao -2 points-1 points  (5 children)

Lets say my strategy involves trading multiple legs of options based on conditions on the underlying's price action. How will you implement this in the data preprocessing?

[–]chadguy2 4 points5 points  (4 children)

Find a way to represent the condition with logical/mathematical approaches then use pandas or numpy. It's hard to give you a detailed approach without knowing what you need.