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."입니다.
확장 프로그램 스크린샷
Posizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" ] } |