futu-indicator-coder

Generate Futu Niuniu and Moomoo indicator scripts from natural language trading logic.

2|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/fredchu/claude-dotfiles --skill futu-indicator-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: futu-indicator-coder
Source: https://github.com/fredchu/claude-dotfiles/tree/main/skills/futu-indicator-coder
Command: npx skills add https://github.com/fredchu/claude-dotfiles --skill futu-indicator-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of custom technical indicators for the Futu Niuniu and Moomoo trading platforms, translating natural language descriptions into functional code.

Core Features & Use Cases

  • Indicator Script Generation: Writes scripts for main chart or sub-chart indicators based on user logic.
  • Syntax Adherence: Ensures correct use of assignment operators (: and :=) and function calls.
  • Use Case: A user wants to create a custom indicator that signals when the 5-day moving average crosses above the 20-day moving average. They describe this logic, and the Skill generates the precise Futu script.

Quick Start

Use the futu-indicator-coder skill to write a Futu indicator script for a 5-day and 20-day moving average crossover.

Frequently Asked Questions about futu-indicator-coder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write custom technical indicators for Futu Niuniu and Moomoo?

You can generate custom technical indicators for Futu Niuniu and Moomoo by describing your trading logic in natural language, which the tool translates into functional scripts with correct syntax and plotting rules.

Can I create a moving average crossover script for Moomoo without knowing the exact syntax?

Yes, you can create a moving average crossover script for Moomoo by simply describing the indicator logic, and the tool will handle the specific syntax for function calls, assignments, and plotting automatically.

Does generating Futu indicator scripts require setting up specific parameters?

Generating Futu indicator scripts involves guidance on parameter setup, ensuring your custom main chart or sub-chart indicators adhere to specific rules for assignment operators and function calls before plotting.

What is the difference between main chart and sub-chart indicators when coding for Futu?

Main chart indicators overlay directly on price data while sub-chart indicators display in a separate pane, and the script generation process adjusts the plotting syntax to match your specified indicator type.

How do I ensure my Bollinger Bands script uses the correct assignment operators in Futu?

To ensure your Bollinger Bands script uses correct assignment operators, the generation process strictly adheres to Futu syntax rules, applying the appropriate `:` and `:=` operators for calculations and plotting.