Add TradeClaw to Trading bots#58
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f1b3ad4c5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| | [R2 Bitcoin Arbitrager](https://github.com/bitrinjani/r2) | R2 Bitcoin Arbitrager is an automatic arbitrage trading system powered by Node.js + TypeScript |  |  | | ||
| | [analyzingalpha](https://github.com/leosmigel/analyzingalpha) | Implementation of simple strategies |  |  | | ||
| | [PyTrendFollow](https://github.com/chrism2671/PyTrendFollow) | PyTrendFollow - systematic futures trading using trend following |  |  | | ||
| | [TradeClaw](https://github.com/naimkatiman/tradeclaw) | Self-hosted AI trading signal platform generating BUY/SELL/HOLD signals from RSI, MACD, Bollinger Bands and EMA confluence across forex, crypto and metals; backtesting engine, REST API and Telegram/Discord alerts |  |  | |
There was a problem hiding this comment.
Remove the unsupported Discord alert claim
The description advertises Telegram/Discord alerts, but the linked TradeClaw repository's own README states that Discord is only early scaffolding/proposed and is not a shipped supported integration, with Telegram as the only wired chat integration. As written, users following this awesome-list entry will expect a supported Discord alert feature that the project does not currently provide, so the description should omit Discord or qualify it as experimental/unreleased.
Useful? React with 👍 / 👎.
…ot a native alert channel
|
Thanks @chatgpt-codex-connector — fixed in df27fea. Reframed the entry so it no longer advertises a native Discord alert channel: Telegram is the only wired native chat integration, and Discord now appears accurately as one of the example webhook forwarders (Slack, Discord, n8n, Zapier, Google Sheets) shipped under For the record, the project's own README has also been corrected in the same spirit (removed an indicator and a data-source it didn't actually ship, fixed the free-tier delay figure, and scoped the strategy-preset/HMM claims to what runs in the live path). |
|
To use Codex here, create an environment for this repo. |
Adds TradeClaw to the Trading bots section.
Self-hosted AI trading signal platform: BUY/SELL/HOLD signals from RSI, MACD, Bollinger Bands and EMA confluence across forex, crypto and metals, with a backtesting engine, REST API and Telegram/Discord alerts. Docker Compose deploy.
Placed in Trading bots (table format, following the existing Node.js/TypeScript precedent like R2 Bitcoin Arbitrager). I am the project author.