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
}