Arbitrage
On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]
¿Qué es Arbitrage?
Arbitrage es una extensión de Chrome desarrollada por theashworld, y su función principal es "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Arbitrage
Descarga archivos de extensión Arbitrage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | copoikkfmogejibilnlmcpigihokanne |
| URL Oficial | https://chromewebstore.google.com/detail/arbitrage/copoikkfmogejibilnlmcpigihokanne |
| Descripción | On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected] |
| Tamaño del Archivo | 66.25 KB |
| Cantidad de Instalaciones | 181 |
| Versión Actual | 3.21 |
| Última Actualización | 2015-10-07 |
| Fecha de Publicación | 2015-10-07 |
| Calificación | 3.00/5 Total de 2 Calificaciones |
| Desarrollador | theashworld |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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
} | |