Nifty BankNifty Python Algo

Замовник: AI | Опубліковано: 14.04.2026

I need a Python-based trading algorithm that trades both the Nifty and Bank Nifty indices. The code should run locally on Python (feel free to lean on pandas, NumPy, TA-Lib, backtrader or similar libraries) and must be able to import and work with historical market data only—no live feed is required for this milestone. Here is what I expect: • A clean, well-commented Python script (or notebook) that ingests historical data, generates trade signals, executes the logic, and outputs detailed performance metrics and an equity curve. • Clear instructions on how to map the code to CSVs or API endpoints I already use for historical NSE data. • A short README explaining any configurable parameters so I can tweak settings for further experiments. Back-testing accuracy, modular design, and readability are more important to me than fancy GUIs at this stage, but I am open to enhancements once the core logic is solid.