Easy Crypto Trade Automation | Whaletail
The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!
Easy Crypto Trade Automation | Whaletailとは何ですか?
Easy Crypto Trade Automation | Whaletailはhttps://whaletail.aiによって開発されたChromeの拡張機能で、その主な機能は「The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!」です。
拡張機能のスクリーンショット
Easy Crypto Trade Automation | Whaletail拡張機能のCRXファイルをダウンロード
Easy Crypto Trade Automation | Whaletail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Whaletail places a trade and interacts with an exchange based on the settings you choose. -------------------------- (NEW) Version: 2.0.0 - Added optional popup confirmation button handler. - Various bug fixes and performance improvements. - Updated the donation options. Version: 1.9.0 - Added trailing up and trailing down, trade settings. - Various bug fixes and performance improvements. Version: 1.5.0 - Added STRATEGIES ( Add multiple trades into a strategy that executes them in your desired order. eg. Buy low and sell high in a single simple automation. ). Please note that this is a PREVIEW / TRIAL as STRATEGIES will be part of a PAID service and will be disabled from the FREE version when we will launch our website. Version: 1.2.0 - Added TRADE SCENARIOS ( This is optional. Pick multiple trade placement conditions and order them as you please. The trade will be executed after all the conditions have been fulfilled in your desired order. ) -------------------------- The app has four main sections: - New Trade ( trade creation ) - Trades List ( trade listing with completion status ) - New Strategy ( strategy creation, bundling up trades ) - Strategies List ( strategies list with completion status ) Secondary sections: - Readme ( general extension workflow in detail ) - Contribute ( donation addresses ) >> If nothing happens when you try to open a section from the extension menu, please refresh the exchange page (website) << To place an automated trade you will have to do the following: 1) Select your trade targets: - current price ticker - price input - amount input and action button (buy/sell) 2) Input your trade details: - trade label (to be shown in the list) - trade price - trade amount - trade placement condition 3) Confirm the trade details 4) Keep the exchange page/tab open until the trade is placed or you don't want to place the trade at that time. You can still use the browser and other tabs. Being able to program a cryptocurrency trade to be able to sleep happily it's a blessing. Note: All processing is done client side without any servers involved. Telegram: https://t.me/whaletailapp Facebook: https://www.facebook.com/whaletailapp Twitter: https://twitter.com/whaletailapp Instagram: https://www.instagram.com/whaletailapp
拡張機能の基本情報
名前 | Easy Crypto Trade Automation | Whaletail |
ID | mhbcpbdapglmecjmjbdfpelifeoonbpd |
公式URL | https://chromewebstore.google.com/detail/easy-crypto-trade-automat/mhbcpbdapglmecjmjbdfpelifeoonbpd |
説明 | The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease! |
ファイルサイズ | 827 KB |
インストール数 | 306 |
現在のバージョン | 2.0.0 |
最終更新日 | 2021-11-30 |
公開日 | 2020-04-04 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | https://whaletail.ai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://whaletail.ai/ |
ヘルプページのURL | https://whaletail.ai/ |
プライバシーポリシーページのURL | https://whaletail.ai/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "Easy Crypto Trade Automation | Whaletail", "short_name": "Whaletail", "manifest_version": 2, "description": "The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!", "browser_action": { "default_title": "Whaletail", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "notifications", "tabs", "storage", "https:\/\/*\/*", " |