doki03165/fx-trading-claude ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python app for researching a forex trading manual and turning it into something I can actually run on my own computer.

I want it to download price data for a bunch of currency pairs, scan them on 1 hour, 4 hour, and daily timeframes, and work out whether each setup passes the manual’s rules, including the different gates and entry conditions. It should not place trades, only generate the trade plan, like where to enter, stop loss, take profit, position size, risk, and whether the setup is ready or still waiting. I also want backtesting, parameter sweeps, and a local dashboard that shows live signals, research results, and a history of state changes. If possible, make it easy to run from a single command on Windows, and let it keep watching in the background and refresh itself every hour. Look up current docs online if you need to.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab