Arbitrage
On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]
Arbitrage란 무엇입니까?
Arbitrage은(는) theashworld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]"입니다.
확장 프로그램 스크린샷
Arbitrage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Arbitrage |
ID | copoikkfmogejibilnlmcpigihokanne |
공식 URL | https://chromewebstore.google.com/detail/arbitrage/copoikkfmogejibilnlmcpigihokanne |
설명 | On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected] |
파일 크기 | 66.25 KB |
설치 횟수 | 181 |
현재 버전 | 3.21 |
최근 업데이트 | 2015-10-07 |
출시 날짜 | 2015-10-07 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | theashworld |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } |