Automate Tradejini Options Trading

Job ID: 39850992

Budget: ₹1,500 – ₹12,500 INR

I need a clean, well-documented Python script that logs into my Tradejini account, then places Nifty 50 CE / PE orders exactly at the current ATM strike. The script must support both limit and market orders and automatically attach a configurable stop-loss and target to every entry.

Core flow
• Log in programmatically through the official Tradejini API, handling any session or token refresh that the broker requires.
• Accept simple inputs (symbol, quantity, SL, target, order type) and fire the order in real time.
• Manage several Tradejini accounts at once; each account’s credentials and parameters will sit in a separate config so I can scale without code changes.
• Provide clear console or log feedback at every stage—successful login, order acknowledgement, fill status—so I can monitor what is happening live.

Acceptance check
The work is complete when I can run one command, watch the script authenticate, and see an ATM Nifty 50 CE or PE go live with the requested SL/target across at least two of my accounts inside a market-hour demo call.

Please share links or repos that show comparable algo-trading work you have done—preferably with Indian brokers or any exchange-side API. Clean code, concise error handling, and thoughtful security practices are what will sway my decision.