I need a developer who can turn my trading idea into a fully automated strategy driven by the Relative Strength Index. The core of the job is to build an algorithm that monitors live market data, plots technical analysis charts that feature RSI, and executes buy-or-sell orders automatically when the indicator crosses user-defined thresholds. You are free to choose the language and broker API you are most comfortable with—Python with Alpaca or Interactive Brokers, JavaScript with Binance, even C# with MetaTrader—so long as the final system can: • stream real-time price data, • calculate and display the RSI on an intraday chart, • trigger orders instantly when pre-set RSI levels hit, • log each trade with timestamp, price, and position size, • allow me to adjust RSI parameters, position sizing, and risk limits through a simple config file or UI. I will consider the project complete once backtests show that the signals are firing exactly where the plotted RSI crosses its thresholds and paper-trading confirms orders are placed without delay. If you have existing libraries or frameworks that speed this up, feel free to weave them in—clean, well-commented code is the main priority.