NSE Options Strategies (MoneyScreener)

It allows users to calculate the MAXPAIN/OPTIONPAIN of F&O stocks and view Options Trading Tips on NSE Option chain Website.

什麼是NSE Options Strategies (MoneyScreener)?

NSE Options Strategies (MoneyScreener)是由https://moneyscreener.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“It allows users to calculate the MAXPAIN/OPTIONPAIN of F&O stocks and view Options Trading Tips on NSE Option chain Website.”。

擴展截圖

screenshot
screenshot

下載NSE Options Strategies (MoneyScreener)擴展crx文件

下載NSE Options Strategies (MoneyScreener)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Option Pain, or sometimes referred to as ‘Max Pain’ has a significant fan following and probably an equal number of people who despise it. The theory of options pain stems as a corollary to the belief – “90% of the options expire worthless, hence option writers/sellers tend to make money more often, more consistently than the option buyers”.

This is still a very young theory as the origins of Option Pain dates back to 2004. If one can identify this price point, then it’s most likely that this is the point at which markets will expire. The ‘Option Pain’ theory does just this – identify the price at which the market is likely to expire considering least amount of pain is caused to option writers.

Here is how optionspain.com formally defines Option Pain – “In the options market, wealth transfer between option buyers and sellers is a zero sum game. On option expiration days, the underlying stock price often moves toward a point that brings maximum loss to option buyers. This specific price, calculated based on all outstanding options in the markets, is called Option Pain. Option Pain is a proxy for the stock price manipulation target by the option selling group”.                    

擴展基本資訊

名稱 NSE Options Strategies (MoneyScreener) NSE Options Strategies (MoneyScreener)
ID pkhllhkcehbcajnafpabiegolmcekchi
官方網址 https://chromewebstore.google.com/detail/nse-options-strategies-mo/pkhllhkcehbcajnafpabiegolmcekchi
簡介 It allows users to calculate the MAXPAIN/OPTIONPAIN of F&O stocks and view Options Trading Tips on NSE Option chain Website.
檔案大小 201 KB
安裝次數 635
目前版本 1.1.1.0
更新時間 2018-06-24
上架時間 2018-06-24
評分 3.00/5 共 2 次評分
開發者 https://moneyscreener.blogspot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://moneyscreener.blogspot.in/2017/12/calculate-max-options-pain-chrome-extension.html
說明頁面URL http://moneyscreener.blogspot.in/2017/12/calculate-max-options-pain-chrome-extension.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NSE Options Strategies (MoneyScreener)",
    "description": "It allows users to calculate the MAXPAIN\/OPTIONPAIN of F&O stocks and view Options Trading Tips on NSE Option chain Website.",
    "version": "1.1.1.0",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-32.png",
        "default_title": "MoneyScreener - Options Strategies"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nseindia.com\/live_market\/dynaContent\/live_watch\/option_chain\/*"
            ],
            "css": [
                "css\/core.css",
                "css\/jquery-ui.min.css",
                "css\/jquery-ui.structure.min.css",
                "css\/jquery-ui.theme.min.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "declarativeContent",
        "https:\/\/www.nseindia.com\/live_market\/dynaContent\/live_watch\/option_chain\/*",
        "https:\/\/www.nse-india.com\/live_market\/dynaContent\/live_watch\/option_chain\/*",
        "https:\/\/in.investing.com\/stock-screener\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/core.css",
        "css\/jquery-ui.min.css",
        "css\/jquery-ui.structure.min.css",
        "css\/jquery-ui.theme.min.css",
        "css\/images\/*"
    ]
}