QSN Risk Manager
Autonomous risk management and trading system for Bitcoin.
What is QSN Risk Manager?
QSN Risk Manager is a Chrome extension developed by https://quantsig.net, and its main feature is "Autonomous risk management and trading system for Bitcoin.".
Extension Screenshots
Download QSN Risk Manager Extension CRX File
Download QSN Risk Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | QSN Risk Manager |
ID | mglbmemgcelnflklejcakacecblddgga |
Official URL | https://chromewebstore.google.com/detail/qsn-risk-manager/mglbmemgcelnflklejcakacecblddgga |
Description | Autonomous risk management and trading system for Bitcoin. |
File Size | 211 KB |
Installation Count | 24 |
Current Version | 0.9.23 |
Last Updated | 2014-01-06 |
Publish Date | 2014-01-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://quantsig.net |
Payment Type | free |
Help Page URL | http://www.quantsig.net/quickdoc/qrm/ |
Supported Languages | 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" } |