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 |
官方URL | 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" } |