メインコンテンツにスキップ

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

  1. In GAS Editor: Click "Libraries +" → Paste into "Script ID" field → Click "Look up"
  2. "trading-helper" will appear in the search results
  3. Select the latest version (highest number) from "Version" dropdown
  4. 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

FunctionDescription
setupTradingHelperProject 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
}

Sample Code

Post a Sample

No sample codes for this library yet

Be the first to post a sample!

Post a Sample