Goat Alerts TradingView Bot

Automation & Shadow Trading for Cryptocurrency using TradingView

Goat Alerts TradingView Bot란 무엇입니까?

Goat Alerts TradingView Bot은(는) Goat Alerts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation & Shadow Trading for Cryptocurrency using TradingView"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Goat Alerts TradingView Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The greatest trading solution for Bitcoin & other Cryptcurrencies using Tradingview Charts. 

Goat Trader allows you to quickly trade strategies in Tradingview to your favorite exchanges quick and accurately. If you are newer trader and would rather follow expert traders we have a marketplace that allows you to see your favorite traders results and shadow trade them!

What are you waiting for come try the GOAT of Crypto Trading Bots.


MARKETPLACE FEATURES:
-Shadow Trading - Follow your favorite traders as they make the calls in real-time!
-Automated Strategies - Follow expert programmers algorithms as they make calls to your exchanges in REAL-TIME.

Make a passive income if you are an Influencer or Pro trader by providing an awesome service for your followers!

SUPPORTED EXCHANGES:
Bitmex
Bybit

EXCHANGES COMING SOON:
Deribit
Binance                    

확장 프로그램 기본 정보

이름 Goat Alerts TradingView Bot Goat Alerts TradingView Bot
ID gcfbekmogelpbhgcepghlkdbmhpbaaig
공식 URL https://chromewebstore.google.com/detail/goat-alerts-tradingview-b/gcfbekmogelpbhgcepghlkdbmhpbaaig
설명 Automation & Shadow Trading for Cryptocurrency using TradingView
파일 크기 3.22 MB
설치 횟수 1,126
현재 버전 0.99.2
최근 업데이트 2020-07-14
출시 날짜 2020-06-01
평점 4.73/5 총 15 개의 평점
개발자 Goat Alerts
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://discord.gg/f4gH9qq
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1dYzzJyQ0Z25WE8HxgVTeauZfLZmvKunbaP6RHj38ERk/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ensen",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/socket.io.dev.js",
            "js\/lodash.js",
            "js\/sha_dev.js",
            "js\/jquery-3.1.1.js",
            "js\/ccxt.browser.js",
            "js\/events-log.js",
            "js\/instruments.js",
            "js\/features.js",
            "js\/helpers.js",
            "js\/syntax-analyzer.js",
            "js\/Storage.js",
            "js\/TradingView.js",
            "js\/Alert.js",
            "js\/Permissions.js",
            "js\/Exchange.js",
            "js\/Binance.js",
            "js\/BitMEX.js",
            "js\/Bybit.js",
            "js\/Ccxt.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Goat Alerts"
    },
    "icons": {
        "32": "img\/favicon-32x32.png",
        "128": "img\/icon128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automation & Shadow Trading for Cryptocurrency using TradingView",
    "manifest_version": 2,
    "minimum_chrome_version": "45.0",
    "name": "Goat Alerts TradingView Bot",
    "options_page": "app.html",
    "permissions": [
        "clipboardWrite",
        "identity",
        "identity.email",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/*.tradingview.com\/*",
        "https:\/\/*.bitmex.com\/*",
        "https:\/\/*.bybit.com\/*",
        "*:\/\/*.bybit.com\/*",
        "*:\/\/bybit.com\/*",
        "https:\/\/goatalerts.com\/*"
    ],
    "short_name": "Goat Alerts",
    "version": "0.99.2",
    "web_accessible_resources": [
        "tradingview_content.js"
    ]
}