Urgent.News

What's breaking now, across thousands of outlets.

Tech

Building my own trading platform, three rebuilds in

I traded forex and crypto manually for years and lost money doing it. Looking back, my strategies were rarely the main problem. I entered trades on emotion and kept no real journal of why I did anything, so I couldn't tell whether a bad week meant bad luck or a strategy that had stopped working. Like a lot of traders, I'd go on tilt, taking worse trades to win back the last loss. Atlas is my…

The author, Victorike, has spent years trading forex and crypto manually, only to lose money due to emotional decision-making and lack of proper journaling. This led to the development of his own trading platform, Atlas, which aims to eliminate these issues. The platform is built to run on the author's machine and converts written strategies into backtests, paper trading, and eventually live trading.

Atlas stores price history and simulates fills in a fixed manner, ensuring consistency in backtesting results. It also enforces a central risk rule for all trades and requires explicit approval for each step of the trading process, including loading credentials and starting a run. The platform has been tested on EUR/USD and GBP/JPY, with additional markets being added and tested independently.

Paper trading is nearly complete, with the code already tested against a simulated broker and capable of saving and starting runs from the command line. However, no real money has been placed through the platform yet, and it is not yet ready for live trading. The author plans to continue testing Atlas in paper trading conditions to identify any real-world issues that may arise.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

JFrog Artifactory CVE-2026-82329: The Default Join Key as an Authentication Bypass

JFrog Artifactory CVE-2026-82329: The Default Join Key as an Authentication Bypass Why an artifact repository is a credential store with a UI An artifact repository holds the build outputs that…

  • JFrog Artifactory vulnerable to authentication bypass exploit CVE-2026-82329
  • Default empty join key allows attackers to forge administrative tokens
  • Remediation advised: upgrade, set unique join key, rotate credentials

i built a cookieless analytics tool (and deleted my cookie banner)

i'm om yaduvanshi, 18. i build ai agents, and my second project is cloudline — website analytics without cookies. the problem: i put GA4 on a side project, added the cookie banner the lawyers want…

  • 18-year-old developer Om Yaduvanshi created Cloudline, a cookieless analytics tool.
  • Cloudline collects only page URL, referrer, screen size, and timestamp for each visit.

How I Fixed Relative Docking & Physics Drift in UE5 (Aether Framework Deep Dive)

Hey DEV! 👋 Last week I shared an update on my open-world space sim Sirius (on reddit KadmiumTech), built on my custom Aether Framework in Unreal Engine 5.

  • Jittery rotation fixed by syncing Aim Director with netcode prediction ticks
  • Landing gear oscillation resolved through delta-time scaled damping forces
  • 90° roll drift corrected by computing lift relative to ship's local Up axis

More from Friday 25 September →