Recently I've been working on my own cryptocurrency quant trading tool.

The goal is simple:
Let traders define for themselves "when to trade, what to trade, and how to trade," and then have the program execute automatically.

What I’ve already implemented:
Customizable trade conditions; multi-condition combination; threshold settings; strategy auto-running; condition triggering; automated placing orders; automated execution

For example:
When the daily price increase is > 7%
→ Meets the condition
→ Automatically executes the trade

In the videos, the main demonstration is the real execution process on OKX. I’m continuing to improve the entire strategy system and add support for more exchanges.

I’d really like to hear your thoughts:
If you had your own quant strategy, what conditions would you most want to use to trigger trades?
You can directly write out your strategy—I can also see whether I can incorporate it into a strategy editor.