I’m building an intraday futures setup on NinjaTrader 8 and need the entire workflow coded and tested within the next month. The core logic is a trend-following strategy written in C# / NinjaScript, but key calculations and data handling will sit in a companion Python module, so smooth, low-latency communication between the two languages is essential. Here’s what the job entails: • NinjaScript side: create a clean, well-commented NT8 strategy that reads signals, submits/updates orders, manages stops & targets, and records trade metrics for later review. • Python side: expose functions that generate my trend-following entries, manage position sizing, and push any analytics back to the NinjaScript layer. • Integration: set up whichever bridge you prefer—DLL import, NT8’s built-in external interface, or a lightweight socket service—provided it runs reliably during market hours. • Testing: walk-forward and real-time simulation on sample futures instruments to prove stability and correct order handling. • Handover: compiled strategy, fully commented source code, Python files, plus a one-page guide showing installation, parameter tweaks, and how to extend the logic. Delivery deadline: inside four weeks. Code must compile cleanly on current NinjaTrader 8 and work on a standard Windows 10/11 environment with the latest Python 3.x. I’ll be available for quick feedback so we can iterate fast and keep everything on schedule.