Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.
Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.
Vad är Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.?
Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. är en Chrome-tillägg utvecklad av https://helloquant.io, och dess huvudfunktion är "Grid Generator. Automatic Profit and Stop Loss. Various calculators are included.".
Tilläggsskärmbilder
Ladda ner Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.-förlängningens CRX-fil
Ladda ner Bitget Bitcoin Grid Generator. automatic take Profit and stop loss.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This application creates a grid with automatic profit-loss and stop-loss on the BITGET exchange. You can easily create a grid. Various options such as order quantity and order interval are available. Besides, this application is free. Please recommend it to your friends around you. [main function] - create grid - Grid take profit order - Grid stop loss order - Grid dynamic spacing - Grid dynamic quantity - Compound interest calculator - Average down in price calculator - Recommendation seed calculator
Grundläggande Information om Tillägg
Namn | Bitget Bitcoin Grid Generator. automatic take Profit and stop loss. |
ID | hgonecfijhplmnihdcbcmpimgcabgnhe |
Officiell webbadress | https://chromewebstore.google.com/detail/bitget-bitcoin-grid-gener/hgonecfijhplmnihdcbcmpimgcabgnhe |
Beskrivning | Grid Generator. Automatic Profit and Stop Loss. Various calculators are included. |
Filstorlek | 68.6 KB |
Antal Installationer | 104 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2023-12-02 |
Publiceringsdatum | 2022-10-30 |
Betyg | 4.91/5 Totalt 43 Betyg |
Utvecklare | https://helloquant.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://helloquant.io |
Hjälpsida URL | https://helloquant.io |
URL till Sekretesspolicy Sidan | https://helloquant.io/privacy |
Stödda Språk | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ko", "version": "1.6", "manifest_version": 3, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon.png" } }, "icons": { "128": "images\/icon.png" } } |