SShortSingh.
Back to feed

Viral '3,888% return' trading strategy reconstructed and backtested — results near coin-flip

0
·1 views

A YouTuber from the channel Trading with DaviddTech claimed a strategy called 'Manergy Cloud' achieved a 3,888% return using 10x leverage on Bitcoin, with a 62.8% win rate across 237 trades. A developer attempted to independently verify the claims but found that key indicators cited in the video — the 'EWMA' regime filter and the 'LMO' oscillator — were never publicly released, a fact confirmed by the video's own comment section. Unable to replicate the exact strategy, the developer built the closest honest equivalent using documented substitutes and tested it on US equity instruments without leverage. The reconstructed backtest produced results close to random chance, roughly coin-flip odds, though the developer was careful to note this tests their own reconstruction rather than the original creator's unpublished system. The findings raise broader concerns about viral trading content that promotes unverifiable, proprietary indicators while directing viewers toward paid communities.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Thumb Chords: A New Ergonomic Keyboard Modifier Pattern Using Spacebar Combos

A developer has introduced a keyboard input pattern called 'Thumb Chord,' which involves simultaneously pressing the spacebar and a home row key to trigger modifier functions like Shift or Control. The pattern is designed to reduce strain on the little fingers by eliminating the need to hold traditional modifier keys. When paired with one-shot modifiers, a brief chord tap applies the modifier to only the next keystroke, while holding the spacebar keeps the modifier active until released. Unlike home row modifiers, thumb chords do not depend on timing-based calculations, requiring only that both key-down events occur within a roughly 50-millisecond window. The developer also built a measurement tool to help users calibrate the activation threshold relative to their typing speed.

0
ProgrammingDEV Community ·

QA Engineer Builds Tool That Converts Plain English and Live Sites Into API Tests

A QA engineer has developed TestFlow Agent, a side project designed to eliminate the repetitive task of writing the same API tests across multiple formats. The tool operates in two modes: one where users describe a flow in plain English and it generates Postman, Playwright, and JMeter test artifacts simultaneously, and another where it records live browser traffic from any website to produce the same outputs. The recording mode handles common pitfalls such as chaining dynamic IDs across steps, filtering out noise like analytics and fonts, and refreshing expired authentication tokens so tests remain replayable. The project includes a mock API, allowing generated tests to execute end-to-end rather than produce static output. The tool was shared publicly on DEV Community as the engineer's first post on the platform.

0
ProgrammingDEV Community ·

Engineer Builds Terraform-Managed Demo Proving Zero Trust Policies With Entra ID and Cloudflare

A developer has published a fully Terraform-managed demonstration project that tests real Zero Trust failure modes using Microsoft Entra ID and Cloudflare Access. The setup registers Entra with Cloudflare twice — once via OIDC and once via SAML — to compare how each protocol handles identity and group claims. Three demo users with varying group memberships validate include, require, and exclude policy logic, exposing edge cases that typical Zero Trust write-ups overlook. The origin server verifies JWT signatures against the team's JWKS, resolves group GUIDs into readable names, and labels whether each claim came from the OIDC identity endpoint or the SAML assertion. The project is intended as a learning demonstration rather than a production template, and its full code is publicly available on GitHub.

0
ProgrammingDEV Community ·

idemkit: Open-Source Python Library to Make Retryable Operations Safe

A developer has released idemkit, an open-source Python library designed to handle idempotency correctly across HTTP requests, message queues, and function calls. The project was born from a real-world experience of duplicate payment charges that persisted despite standard idempotency-key implementations, exposing race conditions and crash-recovery flaws. The library's core mechanism uses an atomic claim, an expiring lease, and a fencing token to ensure a given operation runs exactly once even under concurrent or repeated execution. It supports multiple backends including Redis, Postgres, MongoDB, and DynamoDB, and integrates with FastAPI, Flask, and Django via middleware or a decorator. Released as v0.1 under the Apache-2.0 license, the library is available on GitHub and via pip, with the author noting it provides effectively-once guarantees rather than exactly-once, as the latter is impossible in distributed systems.

Viral '3,888% return' trading strategy reconstructed and backtested — results near coin-flip · ShortSingh