Pocket-BOT

Trading robot for PocketOption

Pocket-BOT란 무엇입니까?

Pocket-BOT은(는) https://o-signals.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trading robot for PocketOption"입니다.

확장 프로그램 스크린샷

screenshot

Pocket-BOT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the Pocket-BOT AI Trader - the intelligent chrome extension that takes the guesswork out of trading. Powered by advanced artificial intelligence, this robot analyzes market data in real-time to identify profitable trade opportunities on the Pocket Option platform.

The robot is designed to replicate expert trading strategies, identifying entries and exits based on technical indicators like RSI, moving averages, and more. It can open and close positions automatically once its algorithms detect high-probability setups. This removes emotional decision making and helps ensure you never miss another profitable trade.                    

확장 프로그램 기본 정보

이름 Pocket-BOT Pocket-BOT
ID nbhkhobdniaddfpanjibgckiohmhgjpo
공식 URL https://chromewebstore.google.com/detail/pocket-bot/nbhkhobdniaddfpanjibgckiohmhgjpo
설명 Trading robot for PocketOption
파일 크기 200 KB
설치 횟수 432
현재 버전 0.0.8
최근 업데이트 2024-02-14
출시 날짜 2024-01-17
평점 4.94/5 총 89 개의 평점
개발자 https://o-signals.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://o-signals.com
도움말 페이지 URL https://t.me/o_signals1
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1S7ebFtp3DnBQ9i3rIA4MbZLYccStboa7_vW1mVaUNxc/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pocket-BOT ",
    "description": "Trading robot for PocketOption",
    "version": "0.0.8",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Trading robot for PocketOption",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.js",
                "mdb.min.js",
                "main\/deal.js",
                "main\/content.js",
                "main\/registr.js",
                "main\/site.js",
                "main\/id.js"
            ],
            "css": [
                "style.css",
                "mdb.min.css"
            ],
            "matches": [
                "https:\/\/pocketoption.com\/*",
                "https:\/\/pocket-link16.co\/*",
                "https:\/\/pocket-link17.co\/*",
                "https:\/\/pocket-link18.co\/*",
                "https:\/\/pocket-link19.co\/*",
                "https:\/\/pocket-link20.co\/*",
                "https:\/\/pocket-link21.co\/*",
                "https:\/\/pocket-link22.co\/*"
            ]
        }
    ]
}