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!

What is Easy Crypto Trade Automation | Whaletail?

Easy Crypto Trade Automation | Whaletail is a Chrome extension developed by https://whaletail.ai, and its main feature is "The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Easy Crypto Trade Automation | Whaletail Extension CRX File

Download Easy Crypto Trade Automation | Whaletail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Easy Crypto Trade Automation | Whaletail Easy Crypto Trade Automation | Whaletail
ID mhbcpbdapglmecjmjbdfpelifeoonbpd
Official URL https://chromewebstore.google.com/detail/easy-crypto-trade-automat/mhbcpbdapglmecjmjbdfpelifeoonbpd
Description The best crypto trading automation app. Trade like a pro. Build complex trade scenarios or chain trades into strategies with ease!
File Size 827 KB
Installation Count 306
Current Version 2.0.0
Last Updated 2021-11-30
Publish Date 2020-04-04
Rating 4.13/5 Total 8 Ratings
Developer https://whaletail.ai
Email [email protected]
Payment Type free
Extension Website https://whaletail.ai/
Help Page URL https://whaletail.ai/
Privacy Policy Page URL https://whaletail.ai/privacy-policy
Supported Languages 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:\/\/*\/*",
        ""
    ],
    "content_security_policy": "default-src 'self'; style-src 'self' https:\/\/use.fontawesome.com https:\/\/fonts.googleapis.com 'unsafe-inline'; img-src 'self' data:;script-src 'self' https:\/\/use.fontawesome.com https:\/\/www.google-analytics.com https:\/\/fonts.googleapis.com; connect-src https:\/\/api.whaletail.ai https:\/\/o487637.ingest.sentry.io http:\/\/localhost:3030 https:\/\/whaletail.ai https:\/\/www.google-analytics.com; font-src 'self' https:\/\/use.fontawesome.com https:\/\/fonts.googleapis.com;"
}