Hi evreyone,

I'm new to QC so let me start off by saying: I really enjoy the site and its features! 

I've been reading through a whole bunch of the samples (both in the documentation section and on the github repo).

I'm struggling to put together a piece of code which:

1. Select some stocks based on coarse & fine criteria (figured this out)

2. Based on the stocks selected, purchase call options (figured this out as well)

3. Based on individual unrealized profit of the call option, sell. I'm having trouble with this

So I suspect you can select a pricing model for the options. Once you do this, is there a way to check the unrealized profit per OnData call?

Any help would be appreciated. I'm more than comfortable with being directed to a code dump and figuring out the bits and pieces I would need from it!

Author