Your long a 1 yr strangle. And selling a call each month. Or your long a put and short timeapreads. What happens if the underlying goes up 10000%? You basically have a short call time spread and you lose AND you lose on the put value going down too
my first post reads in a csv and puts it in a list of lists. I didn't entirely read his post. To getcolumns
df=Pandas.read_csv(file)
df.col(0)
df.col(1)
savoir faire is everywhere
a few people did solve his simple task. At least the thread title task. I am more than willing to write this for anyone for my minimum fee which so far scares 100% of retail traders away.
I am starting a newsletter on how to avoid hucksters and charlatans. Bimonthly subscription with rebate and affiliate programs. Together we can clean up this.
you can do that out of the box with python. Almost the exact same syntax too. But doing all the other stuff the OP wanted can be done in less than 5 lines with the pandas lib.
This is highly advanced so you might need to study theory behind whats going on here
download python https://store.continuum.io/cshop/anaconda/
and use the pandas library
import pandas
listOflists=list(pandas.read_csv("FILE.csv").to_records())