Scope of Work 1. Broker Integration Connect the system with my broker terminal via API. The system must be able to place, modify, and cancel orders automatically. 2. Data Input (JSON Source) The system will continuously read a JSON file from a predefined source (folder). The JSON file will contain stock names and order instructions (buy/sell). The system should monitor the source regularly and execute trades immediately upon receiving valid data. 3. Order Execution All trades must be executed immediactely. The system should support both: Long (Buy) trades Short (Sell – intraday/MIS) trades 4. Position Sizing I will preset the amount per stock (capital or quantity) in system settings. The system will use this preset automatically for each trade. 5. Risk Management (SL & Target) I will preset default Stop Loss (SL) and Target values (percentage or absolute). Every executed trade must automatically apply these preset SL and target values. 6. Trailing Stop Loss The system must support a percentage-based trailing SL. Once profit increases by a preset percentage, SL should move forward automatically. Trailing parameters should be adjustable in system settings. 7. Trading Schedule I will start the system manually. I can preset trading start and end times (e.g., 09:00 to 15:20 IST). The system must: Execute trades only within preset timings. Stop taking new trades after the end time. 8. Logging & Alerts Maintain simple logs for all trades (entry, SL, target, exit). Provide basic alerts when: Order is placed SL/Target is hit Trade is closed (optional but preferred) Expected Deliverables Fully functional automation system. ( Paper plus Real Trade Both ) Setup instructions and configuration guide. Testing in broker demo environment before live deployment. Basic support during initial live usage phase.