BitQuantBot

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

What is BitQuantBot?

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

Extension Screenshots

screenshot

Download BitQuantBot Extension CRX File

Download BitQuantBot 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 alarm detection bot for bitquant program operation.
비트퀀트에서 제공하는 이확장 프로그램은 트레이딩뷰에서 발생한 얼러트 또는 웹훅신호를 비트퀀트 프로그램 동작을 위하여 감지하고 자동매매가 이루어지게 하는 프로그램입니다.
트레이딩뷰에서 제공하는 웹훅방식을 사용하기때문에 PC를 종료하여도 24시간 자동 매매가 이루어집니다.
또한 모바일로도 설정 및 제어가 가능합니다.
사용방법에 대한 자세한 확인은 개발자 홈페이지에서 확인하세요.                    

Extension Basic Information

Name BitQuantBot BitQuantBot
ID flebclpklfahdiocbmaahphgdeemdeee
Official URL https://chromewebstore.google.com/detail/bitquantbot/flebclpklfahdiocbmaahphgdeemdeee
Description 트레이딩뷰 사이트(tradingview.com)의 얼러트를 인식하여 얼러트에 설정된 알림메시지의 주문내용을 통해 암호화폐를 자동매매하는 프로그램입니다.
File Size 1.19 MB
Installation Count 29
Current Version 1.2.4
Last Updated 2023-04-27
Publish Date 2022-04-21
Rating 5.00/5 Total 3 Ratings
Developer Bitquant
Email [email protected]
Payment Type free
Extension Website https://bitquant.kr
Privacy Policy Page URL https://sites.google.com/view/bitquantbot
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitQuantBot",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.4",
    "manifest_version": 3,
    "default_locale": "ko",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/bitquantbot01.kr\/registerApi"
    ],
    "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": [
                ""
            ]
        }
    ]
}