trading-helper
Simple to use and secure autonomous trading bot with WEB application.
AI Summary
Trading Helper
GAS project for crypto trading assistance.
Target Users
GAS users seeking secure autonomous crypto trading and 24/7 monitoring.
Problems Solved
24/7 crypto monitoring, autonomous trading, secure self-hosting.
Script ID
- In GAS Editor: Click "Libraries +" → Paste into "Script ID" field → Click "Look up"
- "trading-helper" will appear in the search results
- Select the latest version (highest number) from "Version" dropdown
- Click "Add"
Tags
Main Features
1
Free GAS Hosting
Deploy and host for free on Google Apps Script platform.
2
Web UI
Responsive web UI works on desktop and mobile devices.
3
24/7 Monitoring
Monitors market 24/7, shows investment candidates, Gmail alerts.
Examples
Main Functions
| Function | Description |
|---|---|
| setupTradingHelper | Project setup via GAS copy |
Examples
Trading Helper Setup
/**
* Trading Helperセットアップ
* ・Googleアカウント準備: Google account required
* ・GASプロジェクトコピー: https://script.google.com/home/projects/1GdE5hJKB4HlFyJmUQkqbbARl3KsRk5ypUhnXKwomJy_TMHaqZr8Knai6
* ・Binance APIキー設定: Optional for autonomous trading
*/
function setupTradingHelper() {
// READMEのリンクから最新リリースをGoogleアカウントにクローン
// ビデオチュートリアル: https://youtu.be/ucue6ORV2n0
}