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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://moneyscreener.blogspot.com, και η κύρια λειτουργία του είναι "It allows users to calculate the MAXPAIN/OPTIONPAIN of F&O stocks and view Options Trading Tips on NSE Option chain Website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NSE Options Strategies (MoneyScreener)
Λήψη αρχείων επέκτασης 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) |
ID | pkhllhkcehbcajnafpabiegolmcekchi |
Επίσημο URL | 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\/*" ] } |