Arbitrage
On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]
Qu'est-ce que Arbitrage ?
Arbitrage est une extension Chrome développée par theashworld, et sa fonction principale est "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Arbitrage
Téléchargez les fichiers d'extension Arbitrage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Quickly find out if there are any option arbitrage strategies for a given option on the NSE (National Stock Exchange - India). Install the extension and go to a page like http://www.nseindia.com/live_market/dynaContent/live_watch/option_chain/optionKeys.jsp?symbolCode=-10007&symbol=NIFTY&symbol=NIFTY&instrument=OPTIDX&date=-&segmentLink=17&segmentLink=17 and if there are option arbitrage possibilities, the tool will show them at the bottom of the option chain. Disclaimer: Trade at your own risk after doing your own research, this is not a recommendation to buy or sell.
Informations de Base sur l'Extension
Nom | Arbitrage |
ID | copoikkfmogejibilnlmcpigihokanne |
URL Officiel | https://chromewebstore.google.com/detail/arbitrage/copoikkfmogejibilnlmcpigihokanne |
Description | On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected] |
Taille du Fichier | 66.25 KB |
Nombre d'Installations | 181 |
Version Actuelle | 3.21 |
Dernière Mise à Jour | 2015-10-07 |
Date de Publication | 2015-10-07 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | theashworld |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arbitrage", "description": "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]", "version": "3.21", "permissions": [ "activeTab", "tabs", "http:\/\/www.nseindia.com\/\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Find arbitrage opportunities on NSE option chain page" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |