QSN Risk Manager
Autonomous risk management and trading system for Bitcoin.
什麼是QSN Risk Manager?
QSN Risk Manager是由https://quantsig.net開發的Chrome擴展程式,該擴展的主要功能是“Autonomous risk management and trading system for Bitcoin.”。
擴展截圖
下載QSN Risk Manager擴展crx文件
下載QSN Risk Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
QSN Risk Manager (QRM) manages a portfolio of Bitcoin and Fiat currencies. It utilizes QSN Model data as feed input to a user defined risk and trading profile in order to proactively manage Bitcoin exposure in real time. QRM provides a number of advanced features such as market and model analysis, real-time trading, live charts, access to the QSN BBS, profile editing/import/export, and reporting features such as data extraction. A valid QSN account with a current data subscription is required in order to use QRM. To sign up and receive 1 month data subscription at no cost, please visit us at https://www.quantsig.net.
擴展基本資訊
名稱 | QSN Risk Manager |
ID | mglbmemgcelnflklejcakacecblddgga |
官方網址 | https://chromewebstore.google.com/detail/qsn-risk-manager/mglbmemgcelnflklejcakacecblddgga |
簡介 | Autonomous risk management and trading system for Bitcoin. |
檔案大小 | 211 KB |
安裝次數 | 24 |
目前版本 | 0.9.23 |
更新時間 | 2014-01-06 |
上架時間 | 2014-01-06 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://quantsig.net |
付費類型 | free |
說明頁面URL | http://www.quantsig.net/quickdoc/qrm/ |
支援的語言 | en-US |
manifest.json | |
{ "background": { "scripts": [ "lib\/background.js" ] }, "browser_action": { "default_icon": "img\/icon_neutral_32.gif", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.gif" }, "description": "Autonomous risk management and trading system for Bitcoin.", "manifest_version": 2, "name": "QSN Risk Manager", "short_name": "QRM", "options_page": "options.html", "permissions": [ "unlimitedStorage", "*:\/\/mtgox.com\/", "*:\/\/*.mtgox.com\/", "https:\/\/*.quantsig.net\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.23" } |