SkillAgentSearch skills...

Grid Bot

Automates a grid trading strategy for crypto

Install / Use

npx skills add tripplyons/grid-bot

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Grid Bot

Automates a grid trading strategy for crypto

Setup

Set up keys.json with your KuCoin API keys. There is an example for how to do this in keys.json.example. Make sure that the API key that you use has trading permissions.

Example Settings

Edit the settings in settings.json. Here are the parameters:

  • coin: string - the symbol of cryptocurrency that you are trading (ex. BTC, ETH)
  • base: string - the symbol of what you are using to trade with (ex. USDT, BTC)
  • orders: int - the number of order that you would like to be placed at once (should be even, half above the center and half below)
  • order_size: float - the amount of units in the base currency to buy or sell at each order
  • center_float: float - the price of the coin in units of the base in the middle of the trading range
  • spacing: float - how far to space out each order
  • margin: bool (0 or 1) - trade on the margin account or not

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated6mo ago
Forks2

Languages

Python

Security Score

82/100

Audited on Feb 4, 2026

No findings