Arbitrage

On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]

Was ist Arbitrage?

Arbitrage ist eine Chrome-Erweiterung, die von theashworld entwickelt wurde, und ihr Hauptmerkmal ist "On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]".

Erweiterungsscreenshots

screenshot

Arbitrage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arbitrage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Arbitrage Arbitrage
ID copoikkfmogejibilnlmcpigihokanne
Offizielle URL https://chromewebstore.google.com/detail/arbitrage/copoikkfmogejibilnlmcpigihokanne
Beschreibung On NSE option chain page scroll to the bottom to see if any arbitrage opportunities were found. Send feedback to [email protected]
Dateigröße 66.25 KB
Installationsanzahl 181
Aktuelle Version 3.21
Letztes Update 2015-10-07
Veröffentlichungsdatum 2015-10-07
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler theashworld
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}