TVExtBot 자동매매

트레이딩뷰 사이트(tradingview.com)의 얼러트를 인식하여 얼러트에 설정된 알림메시지의 주문내용을 통해 암호화폐 또는 주식을 자동매매하는 프로그램입니다.

What is TVExtBot 자동매매?

TVExtBot 자동매매 is a Chrome extension developed by bk, and its main feature is "트레이딩뷰 사이트(tradingview.com)의 얼러트를 인식하여 얼러트에 설정된 알림메시지의 주문내용을 통해 암호화폐 또는 주식을 자동매매하는 프로그램입니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TVExtBot 자동매매 Extension CRX File

Download TVExtBot 자동매매 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        *** 트레이딩뷰를 사용하는 분들을 위한 암호화폐 주식 자동매매 필수 프로그램입니다.*** 

TradingView.com은 전세계에서 암호화폐 주식 선물 트레이더들이 가장 많이 사용하는 트레이딩 플랫폼입니다.
TVExtBot는 전세계의 많은 트레이더들이 TradingView.com을 통해 무료로 공개한 지표나 전략을 활용하거나
자신이 직접 개발한 전략을 통해 자동매매를 할 수 있는 구글크롬 확장프로그램입니다.

**웹훅URL 방식을 사용하기 때문에 컴퓨터를 종료해도 자동매매가 가능합니다.
**텔레그램 알림봇 서비스(https://t.me/TTVExtBot)를 등록하시면 외출중에도 TVExtBot에서 자동매매되는 주문정보를 실시간으로 받아 보실수 있습니다.
**텔레그램(https://t.me/iTVExtBot)을 등록하시면 거래소 보유자산 확인과 API키 제어를 통한 자동매매 시작/중단을 할수 있습니다.

#####################################################
설치 후 설정에 관한 자세한 내용은 아래 사이트에서 참조해 주세요.
TVExtBot 시작하기 👉https://tvextbot.github.io/posts/first/
인증키 등록&구매가이드👉https://tvextbot.github.io/posts/authguide/
변동성 돌파 기본 지표👉https://tvextbot.github.io/posts/strategies/indicator_vbi/
변동성 돌파 플러스 지표👉https://tvextbot.github.io/posts/strategies/indicator_vbi_plus/
변동성 돌파 트렌드 지표👉https://tvextbot.github.io/posts/strategies/indicator_vbt/
하이킨아시 업스윙 지표👉https://tvextbot.github.io/posts/strategies/indicator_haus/
#####################################################

※유의사항
・주문메시지에 오류가 있을시에는 자동매매가 이루어지지 않으니 반드시 설정화면의 메시지작성을 통해 작성해 주세요.
・트레이딩뷰 사이트의 유지보수나 거래소API장애로 자동매매가 이루어지지 않을수도 있는점 유의하여 주시길 바랍니다 .
・TVExtBot를 사용시 발생할 수 있는 서비스 장애 또는 발생하는 피해에 대하여는 일체 책임을 지지 않습니다.
・위의 내용에 대해 동의하지 않은 경우에는 TVExtBot 사용을 자제해 주시길 바랍니다.                    

Extension Basic Information

Name TVExtBot 자동매매 TVExtBot 자동매매
ID ocbdbfgioaohinjejhibklaoikhlodne
Official URL https://chromewebstore.google.com/detail/tvextbot-%EC%9E%90%EB%8F%99%EB%A7%A4%EB%A7%A4/ocbdbfgioaohinjejhibklaoikhlodne
Description 트레이딩뷰 사이트(tradingview.com)의 얼러트를 인식하여 얼러트에 설정된 알림메시지의 주문내용을 통해 암호화폐 또는 주식을 자동매매하는 프로그램입니다.
File Size 1.9 MB
Installation Count 2,871
Current Version 3.6.72
Last Updated 2024-03-04
Publish Date 2020-07-04
Rating 5.00/5 Total 32 Ratings
Developer bk
Email [email protected]
Payment Type in_app
Extension Website https://tvextbot.github.io/
Help Page URL https://tvextbot.github.io/post/first/
Privacy Policy Page URL https://sites.google.com/view/tvextbot-privacy-policy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "3.6.72",
    "manifest_version": 3,
    "default_locale": "ko",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "20": "images\/icon-20.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/notify.png",
                "images\/error.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}