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 - это расширение Chrome, разработанное theashworld, и его основная функция - "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Arbitrage

Скачайте файлы расширений Arbitrage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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
}