Position Size Calculator

A lot and position size calculator for forex traders.

Was ist Position Size Calculator?

Position Size Calculator ist eine Chrome-Erweiterung, die von ResultFX entwickelt wurde, und ihr Hauptmerkmal ist "A lot and position size calculator for forex traders.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Position Size Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Position Size Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Position Size Calculator Position Size Calculator
ID jplgpdhnkcjliikneckpjglldpgkpjhf
Offizielle URL https://chromewebstore.google.com/detail/position-size-calculator/jplgpdhnkcjliikneckpjglldpgkpjhf
Beschreibung A lot and position size calculator for forex traders.
Dateigröße 104 KB
Installationsanzahl 351
Aktuelle Version 0.01
Letztes Update 2023-01-11
Veröffentlichungsdatum 2023-01-10
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler ResultFX
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://forexstrategy12345.blogspot.com/2023/01/position-size-calculator.html
Hilfeseite URL https://forexstrategy12345.blogspot.com/p/contact-us.html
Unterstützte Sprachen 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
}