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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}