Pocket-BOT
Trading robot for PocketOption
什么是Pocket-BOT?
Pocket-BOT是由https://o-signals.com开发的Chrome扩展程序,该扩展的主要功能是“Trading robot for PocketOption”。
扩展截图
下载Pocket-BOT扩展crx文件
下载Pocket-BOT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/*" ] } ] } |