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
公式URL 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
Eメール [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
}