TVExtBot 자동매매

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

Wat is TVExtBot 자동매매?

TVExtBot 자동매매 is een Chrome-extensie ontwikkeld door bk, en de belangrijkste functie is "트레이딩뷰 사이트(tradingview.com)의 얼러트를 인식하여 얼러트에 설정된 알림메시지의 주문내용을 통해 암호화폐 또는 주식을 자동매매하는 프로그램입니다.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TVExtBot 자동매매

Download TVExtBot 자동매매-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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 사용을 자제해 주시길 바랍니다.                    

Basisinformatie over de Extensie

Naam TVExtBot 자동매매 TVExtBot 자동매매
ID ocbdbfgioaohinjejhibklaoikhlodne
Officiële URL https://chromewebstore.google.com/detail/tvextbot-%EC%9E%90%EB%8F%99%EB%A7%A4%EB%A7%A4/ocbdbfgioaohinjejhibklaoikhlodne
Beschrijving 트레이딩뷰 사이트(tradingview.com)의 얼러트를 인식하여 얼러트에 설정된 알림메시지의 주문내용을 통해 암호화폐 또는 주식을 자동매매하는 프로그램입니다.
Bestandsgrootte 1.9 MB
Aantal Installaties 2,871
Huidige Versie 3.6.72
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2020-07-04
Beoordeling 5.00/5 Totaal 32 Beoordelingen
Ontwikkelaar bk
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://tvextbot.github.io/
Help Pagina-URL https://tvextbot.github.io/post/first/
URL van de Privacybeleid Pagina https://sites.google.com/view/tvextbot-privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}