Hi,
The run-time error is caused by implicit naming of the CBOE DataSet as "CBOE" whereas by default the provider creates "CBOE Put/Call Ratio" DataSet. Here's how you can fix it:
CODE:
Please log in to see this code.
Or a more universal solution that is not tied up to the DataSet name is:
CODE:
Please log in to see this code.
Choose whatever works for you.
Thanks for the heads-up. The Strategy code in the Wiki has been fixed.