Arbitrage
On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]
O que é Arbitrage?
Arbitrage é uma extensão do Chrome desenvolvida por theashworld, e sua principal característica é "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Arbitrage
Baixe arquivos de extensão Arbitrage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Arbitrage |
ID | copoikkfmogejibilnlmcpigihokanne |
URL Oficial | https://chromewebstore.google.com/detail/arbitrage/copoikkfmogejibilnlmcpigihokanne |
Descrição | On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected] |
Tamanho do Arquivo | 66.25 KB |
Contagem de Instalações | 181 |
Versão Atual | 3.21 |
Última Atualização | 2015-10-07 |
Data de Publicação | 2015-10-07 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | theashworld |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |