Posizer

A position sizing calculator for trades including brokerage and taxes.

Posizerとは何ですか?

Posizerはvivek32taによって開発されたChromeの拡張機能で、その主な機能は「A position sizing calculator for trades including brokerage and taxes.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Posizer拡張機能のCRXファイルをダウンロード

Posizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Traders often make the mistake of focusing solely on finding the perfect entries and exits. But what really spells the difference between successful and unsuccessful traders is risk management. It’s something that should never be taken for granted. 

And the first step towards risk management is proper position sizing. And that's where Posizer helps you.


Features you might like:

•  Set allocated capital and risk percentage based on your preference. (Bonus: You enter it only once, instead of every trade.)
• Estimate tax, brokerage and charges on the position based on the usual discount broker and NSE charges.
•  Open this on a particular stock chart in Zerodha to automatically consider the open ticker price for entry. (Tip: Open after market depth is loaded)


Definitions: 

•  Entry : Price at which order to buy/sell is executed.
•  Stop Loss : Price to close a losing position at, to prevent losses.
•  Active Capital : Allocated account balance.
•  Risk Percentage: Percent of active capital you're willing to risk.
•  Position Size : Number of contracts/units you buy or sell.
•  Position Value: Capital you'll be spending to enter a position.
•  Capital at Risk : Capital you lose on a trade if stop loss is triggered.
•  Tax & Charges : Brokerage, STT Charges, Stamp Charges, Taxes etc...


Privacy & Data :

None of your data leaves your local system. This extension does not even need servers to run, so your data is truly yours. Even the contents of "Active Capital" and "Risk Percent" is stored on your local browser's session storage. Hence, your data is only with you.                    

拡張機能の基本情報

名前 Posizer Posizer
ID ifdokboipgdinjaiokegelppjdchgehf
公式URL https://chromewebstore.google.com/detail/posizer/ifdokboipgdinjaiokegelppjdchgehf
説明 A position sizing calculator for trades including brokerage and taxes.
ファイルサイズ 68.01 KB
インストール数 1,050
現在のバージョン 1.0.0
最終更新日 2021-08-01
公開日 2021-07-28
評価 5.00/5 合計 2 レビュー
開発者 vivek32ta
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vivek32ta/posizer#readme
ヘルプページのURL https://github.com/vivek32ta/posizer/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Posizer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "A position sizing calculator for trades including brokerage and taxes.",
    "icons": {
        "128": "assets\/128.png",
        "48": "assets\/48.png",
        "16": "assets\/16.png"
    },
    "browser_action": {
        "default_icon": "assets\/16.png",
        "default_title": "Posizer",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab"
    ]
}