Hi,

I was trying to test the script from Financial Hacker options post to simulate the options history pricing, but when I try to run the script, I get this error:

OptionsSimulate compiling.............
Error in 'line 55:
'i' undeclared identifier
< for(i = 0; i < 2; i++)
>.

I don't think I've to declare 'i' since it's done in the for loop, but I'm not an expert in C, so maybe someone can help me out.

Thanks.