ProfitSaver - A Trading Profitability Tool

ProfitSaver - Stop Overtrading. Start Winning. A profitability tool for TradingView® users.

ProfitSaver - A Trading Profitability Toolคืออะไร?

ProfitSaver - A Trading Profitability Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FiveHustles และคุณลักษณะหลักของมันคือ "ProfitSaver - Stop Overtrading. Start Winning. A profitability tool for TradingView® users."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProfitSaver - A Trading Profitability Tool

ดาวน์โหลดไฟล์ส่วนขยาย ProfitSaver - A Trading Profitability Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever had a great trading win streak going only to have a bad day and really hurt your progress? How about making some serious profits at the start of the day only to have a few bad trades wipe out your earlier wins? 

ProfitSaver was created specifically for Tradingview® users to prevent just that! It is an overlay specifically designed to protect you from losing more than you can tolerate losing, giving back all those profits you made at the open, or being greedy when you know you should walk away after reaching your daily profit goals. 

Features:

* Daily Loss Limit:  Sets a limit on the most that you can lose for that specific trading session. 

* Daily Profit Limit: Sets a limit on the profits that you can make for that specific trading session. This is used to help traders walk away after reaching their daily goal.

* Max Allowable Profit Loss: This feature protects you from giving back all of your profits from earlier in the day. We recommend a max of 50% to ensure you walk away green for the day.

* Automatic Stop Loss : Using a stop loss is ESSENTIAL to protecting your progress and saving your profits. We made it an automatic feature that requires it for each trade.

* User Defined Allowable Trading Period: This feature allows you to define a custom trading window to prevent overtrading and also to discourage trading during low volume periods.

How it Works: ProfitSaver helps you by  first asking you to define your trading goals for the day and once any of those conditions are triggered it blocks you from accessing the trading panel until midnight of the next trading day. All of your normal charting features are fully functional so that you can continue to study and do your research.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ProfitSaver - A Trading Profitability Tool ProfitSaver - A Trading Profitability Tool
ID hdfcpdbbmneeplnnlicagikeindfamko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/profitsaver-a-trading-pro/hdfcpdbbmneeplnnlicagikeindfamko
คำอธิบาย ProfitSaver - Stop Overtrading. Start Winning. A profitability tool for TradingView® users.
ขนาดไฟล์ 4.09 MB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2020-12-20
วันที่เผยแพร่ 2020-11-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา FiveHustles
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ProfitSaver.co
URL หน้านโยบายความเป็นส่วนตัว https://profitsaver.co/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProfitSaver - A Trading Profitability Tool",
    "version": "2.1",
    "description": "ProfitSaver - Stop Overtrading. Start Winning. A profitability tool for TradingView\u00ae users.",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "node_modules\/moment\/min\/moment.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/favicon.png",
        "default_title": "ProfitSaver - A Trading Profitability Tool"
    },
    "icons": {
        "128": "icons\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tradingview.com\/chart\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "node_modules\/toastr\/build\/toastr.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "node_modules\/toastr\/build\/toastr.min.css",
                "styles\/contentscript.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}