Quantform
Event-driven automation runtime for financial markets and protocols.
Install / Use
/learn @quantform/QuantformREADME
quantform is a runtime for building automated financial systems.
It connects markets, exchanges, and protocols, and lets you define how your system reacts to changes in real time.
Define your logic once and run it across markets, protocols, and environments.
Use it to build trading strategies, automate DeFi, or run cross-market execution — all in one place.
-
works everywhere
connect centralized exchanges, DeFi protocols, and wallets in one system -
real-time by default
react instantly to market and protocol changes -
one system, all environments
run the same logic in backtesting and live execution -
built for automation
go beyond trading — automate entire financial workflows
Example
export function useStrategy() {
return combineLatest(
watchPrice("BTCUSDT"),
watchPrice("ETHUSDT")
).pipe(
map(([btc, eth]) => btc.price / eth.price),
filter(ratio => ratio > 15),
switchMap(() => placeOrder("BTCUSDT", "BUY", 0.1))
);
}
Code of Conduct
Please read the full text so that you can understand what actions will and will not be tolerated.
Risk Warning and Disclaimer
Trading Cryptocurrencies, Futures, Forex, CFDs and Stocks involves a risk of loss. Please consider carefully if such trading is appropriate for you. Past performance is not indicative of future results. Articles and content on this website are for entertainment purposes only and do not constitute investment recommendations or advice.
License
This project is MIT licensed.
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
