Position Size Calculator

A lot and position size calculator for forex traders.

什麼是Position Size Calculator?

Position Size Calculator是由ResultFX開發的Chrome擴展程式,該擴展的主要功能是“A lot and position size calculator for forex traders.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Position Size Calculator擴展crx文件

下載Position Size Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Position Size Calculator is the ultimate tool for risk-averse traders. It lets you define your trading goals and quickly calculate the optimal position size for any instrument, preserving your capital and helping you stay in the game longer. With its intuitive design and flexible settings, Position Size Calculator makes managing your risk easier than ever before!                    

擴展基本資訊

名稱 Position Size Calculator Position Size Calculator
ID jplgpdhnkcjliikneckpjglldpgkpjhf
官方網址 https://chromewebstore.google.com/detail/position-size-calculator/jplgpdhnkcjliikneckpjglldpgkpjhf
簡介 A lot and position size calculator for forex traders.
檔案大小 104 KB
安裝次數 351
目前版本 0.01
更新時間 2023-01-11
上架時間 2023-01-10
評分 4.00/5 共 1 次評分
開發者 ResultFX
電子郵箱 [email protected]
付費類型 free
擴展官網 https://forexstrategy12345.blogspot.com/2023/01/position-size-calculator.html
說明頁面URL https://forexstrategy12345.blogspot.com/p/contact-us.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Position Size Calculator",
    "description": "A lot and position size calculator for forex traders.",
    "version": "0.01",
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/bootstrap.min.js",
                "js\/tasks.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}