<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Superior.Trade</title>
    <description>The latest articles on DEV Community by Superior.Trade (@superiortrade).</description>
    <link>https://dev.to/superiortrade</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4126733%2F542a3753-7551-498f-9dae-ddac00f4090f.png</url>
      <title>DEV Community: Superior.Trade</title>
      <link>https://dev.to/superiortrade</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/superiortrade"/>
    <language>en</language>
    <item>
      <title>Superior Trade Terminal: backed by $1M from Animoca Brands. Now open source.</title>
      <dc:creator>Superior.Trade</dc:creator>
      <pubDate>Thu, 17 Sep 2026 07:27:36 +0000</pubDate>
      <link>https://dev.to/superiortrade/superior-trade-terminal-backed-by-1m-from-animoca-brands-now-open-source-2944</link>
      <guid>https://dev.to/superiortrade/superior-trade-terminal-backed-by-1m-from-animoca-brands-now-open-source-2944</guid>
      <description>&lt;p&gt;We just open-sourced it — the chart you draw on, the agent that reads the drawing, the validator that says no to unsafe strategies, the deploy pipeline. All of it. Apache-2.0, on GitHub.&lt;/p&gt;

&lt;p&gt;Here's the thing about a trading tool: it asks for your API keys, then touches real money with them. That's just a different trust bar than most dev tools have to clear. If something's going to do that, you should get to actually read what you're trusting. So every prompt and safety rule in the pipeline is in the repo now. Edit any of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's in the repo
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. The chart interface.&lt;/strong&gt;&lt;br&gt;
 Sketch the level or zone you keep staring at. The agent reads your drawing against the live chart and comes back with an actual plan — entry, stop, target, invalidation. Don't feel like drawing? Typing works too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. The strategy writer.&lt;/strong&gt;&lt;br&gt;
 Describe a rule you want running on the market, and the terminal turns it into a real Freqtrade or Nautilus-Trader strategy. Plain code you can actually read, not some proprietary format. Tested against up to two years of Hyperliquid data before it goes live, with PnL tracking the whole way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. The one-shot setup path.&lt;/strong&gt;&lt;br&gt;
 Got a single trade idea? The agent places a bracket order — entry, stop, target — plus an auto-stop timer. You size the position with a slider, not the agent. That part we don't budge on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. The validator.&lt;/strong&gt;&lt;br&gt;
 Nothing deploys until the strategy's been checked for the stuff that quietly kills homebrew bots:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lookahead bias&lt;/li&gt;
&lt;li&gt;Stops that ignore leverage&lt;/li&gt;
&lt;li&gt;Entries firing on dead candles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every one of these checks is there because a strategy once reached production without it. They're scars, not features we dreamed up in a meeting. And they're all sitting in the repo — not just claimed in this post.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fotc69d0dl5yjn3ai0blt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fotc69d0dl5yjn3ai0blt.png" alt="https://superior.trade/" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's still closed, and why
&lt;/h2&gt;

&lt;p&gt;The terminal is the interface to the same infrastructure running terminal.superior.trade. Self-host it and your keys never leave your machine. But the execution core — the part that actually routes an order to the exchange — stays closed.&lt;/p&gt;

&lt;p&gt;Self-host it, or just use the hosted build and skip setup. Same API, same accounts either way.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;

&lt;p&gt;Two keys, nothing else to sign up for:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.tourl"&gt;github.com/Superior-Trade/trading-terminal&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If your trading already runs through an agent instead of you clicking around a UI, just point it at the skill file:&lt;/p&gt;

&lt;p&gt;Read superior.trade/SKILL.md and register. Claude Code, OpenClaw, Codex, and Cursor all speak it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest part
&lt;/h2&gt;

&lt;p&gt;We've run autonomous agents on real money before. Results weren't uniform — some strategies did fine, some didn't, and every failure traced back to the same place: the path between an idea and an order actually getting filled correctly. That path is what's open source now.&lt;/p&gt;

&lt;p&gt;What would you want checked before trusting an agent to deploy a strategy with your keys? Genuinely curious what's missing from that list up there.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>webdev</category>
      <category>agents</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
