tickertape MMI
tickertape Market Mood Index
Cos'è tickertape MMI?
tickertape MMI è un'estensione di Chrome sviluppata da https://ratankumar.org, e la sua funzione principale è "tickertape Market Mood Index".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tickertape MMI
Scarica i file di estensione tickertape MMI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
(Unofficial)
The MMI is an investor sentiment tool that describes the current mood of the market.
MMI takes into account 7 important factors to give a complete 360 degree picture of the emotions driving the market.
FII Activity
This is the net open interest of FIIs in Index Futures on the NSE. Tracking movement in this indicator gives insight into FII views about the markets
Higher than average value suggests bullish FII view about the market
Volatility
Volatility is measured by the India VIX index. It is the implied volatility of 1 month Nifty options and is a measure of the market's expectation of volatility in the near term
High VIX value suggests that market participants are expecting increased risk and volatility in the market
Skew
Volatility only tells us that the markets are expecting some movement, but doesn't tell us anything about the direction. Skew is used to measure the expectations around market direction. It is calculated as the difference between implied volatilities (IV) of OTM put options and OTM call options of Nifty
So, a higher than average value of skew represents a high chance of downward movement
Momentum
It is the difference between 90D & 30D exponential moving averages of Nifty, divided by 90D moving average
A positive value indicates an uptrend and vice versa
Market Breadth
It is calculated by dividing AD Ratio by AD Volume (Modified Arms Index)
A relative low value indicates strong market move supported by volumes
Price Strength
It is tracked by subtracting % of stocks near their 52W low from % of stocks near their 52W high to calculate the net % of stocks near their 52W high
Higher value indicates better price strength in the market
Demand for Gold
It is the relative price return of Gold vs Nifty for last 2 weeks
If the return of gold is increasing relative to Nifty, it indicates a movement away from equities into safer commodities like Gold Informazioni di Base sull'Estensione
| Nome | |
| ID | gofjhbnojoafoljbmnehmniibbpdknhc |
| URL Ufficiale | https://chromewebstore.google.com/detail/tickertape-mmi/gofjhbnojoafoljbmnehmniibbpdknhc |
| Descrizione | tickertape Market Mood Index |
| Dimensione del File | 15.05 KB |
| Conteggio Installazioni | 1,072 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2020-04-15 |
| Data di Pubblicazione | 2020-04-13 |
| Valutazione | 4.75/5 Totale 8 Valutazioni |
| Sviluppatore | https://ratankumar.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Ratan Kumar",
"browser_action": {
"default_icon": {
"19": "icons\/tickertape_16.png",
"38": "icons\/tickertape_38.png"
},
"default_title": "tickertape MMI"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"description": "tickertape Market Mood Index",
"manifest_version": 2,
"name": "tickertape MMI",
"icons": {
"128": "icons\/tickertape_128.png",
"16": "icons\/tickertape_16.png",
"48": "icons\/tickertape_48.png"
},
"permissions": [
"alarms",
"tabs",
"*:\/\/api.tickertape.in\/"
],
"version": "1.0.3"
} | |