Pocket-BOT
Trading robot for PocketOption
Qu'est-ce que Pocket-BOT ?
Pocket-BOT est une extension Chrome développée par https://o-signals.com, et sa fonction principale est "Trading robot for PocketOption".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pocket-BOT
Téléchargez les fichiers d'extension Pocket-BOT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pocket-BOT |
ID | nbhkhobdniaddfpanjibgckiohmhgjpo |
URL Officiel | https://chromewebstore.google.com/detail/pocket-bot/nbhkhobdniaddfpanjibgckiohmhgjpo |
Description | Trading robot for PocketOption |
Taille du Fichier | 200 KB |
Nombre d'Installations | 432 |
Version Actuelle | 0.0.8 |
Dernière Mise à Jour | 2024-02-14 |
Date de Publication | 2024-01-17 |
Évaluation | 4.94/5 Total 89 Évaluations |
Développeur | https://o-signals.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://o-signals.com |
URL de la Page d'Aide | https://t.me/o_signals1 |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1S7ebFtp3DnBQ9i3rIA4MbZLYccStboa7_vW1mVaUNxc/edit?usp=sharing |
Langues Prises en Charge | 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\/*" ] } ] } |