Lot Size Calculator

Calculate forex lot size / position size for various forex pairs within tradingview application.

ما هو Lot Size Calculator؟

Lot Size Calculator هو إضافة Chrome تم تطويرها بواسطة Avant Infinity، والميزة الرئيسية لها هي "Calculate forex lot size / position size for various forex pairs within tradingview application.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Lot Size Calculator

قم بتنزيل ملفات الامتداد Lot Size Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Effective risk management is essential for successful forex trading, and having a solid strategy in place from the outset is crucial. The Forex Lot Size Calculator extension for TradingView is designed to help traders easily implement risk management practices into their trading plans.

With this extension, you can quickly calculate the appropriate lot size or position size based on your trading plan, all within the TradingView platform. This means you can save time and avoid the hassle of switching between applications or copying and pasting currency pair values.

By using the TradingView position tool to visually mark up your trade and specifying your account balance and risk in the Inputs tab, you can easily determine your lot size for both standard and mini lot size accounts.

Not only does this extension help you streamline your trading plan in one convenient location, but it also enables you to make informed decisions that mitigate risk and maximize potential profits.

Key Features:

✓ Quickly calculate lot size/position size based on your trading plan
✓ Save time and avoid switching between applications
✓ Use the TradingView position tool to visually mark up your trade
✓ Calculate lot size for both standard and mini lot size accounts
✓ Specify your account balance and risk in the Inputs tab to make informed decisions that mitigate risk and maximize potential profits

Take control of your forex trading and implement effective risk management practices with the Forex Lot Size Calculator for TradingView.

Usage:

To use the lot size calculator, select your trading account currency within the app settings (See app photos for examples). 

Return to tradingview and use the long or short position tool to markup your trade with your stop loss position define. Double click on the long or short position and display its property. Ensure you are under the Inputs tab. In this tab you can specify your: 
✓ Account size (Account balance)
✓ Risk (This can be % or an exact amount based on your account currency). 

You can now select Calculate button at the top of the window to display your lot size for a standard and Mini lot size account. 

To save you account balance and Risk for future usage, select OK from the position window.                    

معلومات أساسية عن التمديد

الاسم Lot Size Calculator Lot Size Calculator
ID nfmkfpoaomgnnomijeolbkjffdildobk
عنوان URL الرسمي https://chromewebstore.google.com/detail/lot-size-calculator/nfmkfpoaomgnnomijeolbkjffdildobk
الوصف Calculate forex lot size / position size for various forex pairs within tradingview application.
حجم الملف 92.39 KB
عدد التثبيتات 2,559
النسخة الحالية 2.1.2
آخر تحديث 2023-12-20
تاريخ النشر 2022-10-20
تقييم 4.50/5 مجموع تقييمات 8
المطور Avant Infinity
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lot Size Calculator",
    "version": "2.1.2",
    "description": "Calculate forex lot size \/ position size for various forex pairs within tradingview application.",
    "manifest_version": 3,
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "action": {
        "default_title": "Tradingview Lot Size Calculator",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/*"
            ],
            "js": [
                "foreground.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/v6.exchangerate-api.com\/*",
        "*:\/\/*.tradingview.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}