This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
In the last trading object I have shared (Covered Call Screener), covered call potential candidates were retrieved from a Covered Call Screener (The data is retrieved from avasaram.com). In this item, it is time for Covered Put strategies data to be retrieved for US stocks. The data is saved into a database (options_covered_put) which have 11 fields + the date field.
The fields are: Price, Option, Type, Strike, Expiry, Bid, Volume, Open-Interest, Time-Value, Return-On-Exercise and Probability of maximum return. I have included a small description of each field here: Covered Call Screener.
Here is an example on how to use this data with the watchlist plug-in of QuantShare:
After you downloaded some data using this item, open the watchlist plug-in (Tools -> Watchlist).
Select the 'watchlists' tab then click on 'Create dynamic watchlist'.
In the 'Dynamic watchlist' form, click on 'Next' then type the following formula:
prob = GetData('options_covered_put', 'prob', LastData);
filter = prob > 50;
AddColumn('Strike', GetData('options_covered_put', 'strike', LastData));
AddColumn('Prob', prob);
Click on 'Finish'; save your item and wait until the watchlist plug-in finishes its update.
The problem with this function is that the 'GetData' function will get the value of the first item in the database for a specific day. If for example GOOG has three options for today, the 'GetData' will only get the first item. In order to account for all data within the same day, we have to create a custom function. I will create this function later and post a link to the function object.
You have to log in to bookmark this object What is this?
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.