Risk Calculator
Easily calculate position sizes and risk
What is Risk Calculator?
Risk Calculator is a Chrome extension developed by SteveFromTheOffice, and its main feature is "Easily calculate position sizes and risk".
Extension Screenshots
Download Risk Calculator Extension CRX File
Download Risk Calculator 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
An easy way to calculate the position size of a trade, based on percent risk.
Extension Basic Information
Name | Risk Calculator |
ID | ogbhalchfdnpkmmgdpcfepkhnnpbomoi |
Official URL | https://chromewebstore.google.com/detail/risk-calculator/ogbhalchfdnpkmmgdpcfepkhnnpbomoi |
Description | Easily calculate position sizes and risk |
File Size | 288 KB |
Installation Count | 1,344 |
Current Version | 1.2 |
Last Updated | 2020-12-16 |
Publish Date | 2020-09-20 |
Rating | 4.67/5 Total 3 Ratings |
Developer | SteveFromTheOffice |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Risk Calculator", "description": "Easily calculate position sizes and risk", "version": "1.2", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Risk Calculator", "default_popup": "main.min.html" }, "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" } } |