Skip to content

Remove automated scalper bot, restore swing-trading rules - #91

Open
salmashafiuddin1 wants to merge 1 commit into
LewisWJackson:mainfrom
salmashafiuddin1:cleanup/remove-scalper-restore-swing-rules
Open

Remove automated scalper bot, restore swing-trading rules#91
salmashafiuddin1 wants to merge 1 commit into
LewisWJackson:mainfrom
salmashafiuddin1:cleanup/remove-scalper-restore-swing-rules

Conversation

@salmashafiuddin1

Copy link
Copy Markdown

Summary

  • Deletes scalper-run.js and its safety-check-log.json trade log — the 10-second VWAP+RSI+EMA scalper demo bot that placed live spot trades every 10 seconds
  • Rewrites rules.json from the scalping strategy back to a 4H ribbon/EMA/RSI swing-trading bias (watchlist, bias criteria, risk rules) for use with the morning_brief workflow
  • Refreshes package-lock.json from a local npm install

Why

The scalper bot was a demo for automated live trading; this removes it in favor of the manual TradingView MCP analysis workflow (morning_brief, chart reading, Pine tooling) that this repo is meant to showcase.

Test plan

  • npm test passes
  • rules.json is valid JSON and matches the intended swing-trading criteria
  • No remaining references to scalper-run.js elsewhere in the repo (README, CLAUDE.md, package.json scripts)

🤖 Generated with Claude Code

The 10-second VWAP+RSI+EMA scalper was a demo bot that placed live
spot trades every 10 seconds — replacing it with the manual
TradingView MCP analysis workflow this repo is meant to showcase.

- Delete scalper-run.js and its safety-check-log.json trade log
- Rewrite rules.json from the scalping strategy back to a 4H
  ribbon/EMA/RSI swing-trading bias (watchlist, entry criteria,
  risk rules) for use with the morning_brief workflow
- package-lock.json: refreshed from a local npm install

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant