Tradetron Intraday Options Strategy
Budget: ₹600 – ₹1,500 INR
I need a Tradetron-ready, fully automated intraday strategy that fires only when a short-term technical condition aligns with a specific time of day. Every trading session the algorithm should:
• Check the previous one-minute candle of a chosen index option (default: nearest in-the-money strike, but the instrument must be picked through dynamic strike determination).
• Compare that candle’s close to a configurable moving average (initially a 20-period EMA on the same one-minute chart).
• If the rule is met and no active position exists, submit a market order within a tight execution window.
Key items I want to adjust from the Tradetron control panel:
– Time and instrument selection (including underlying, strike offset, and entry window)
– Indicator settings: moving-average type & period, candle timeframe, and the evaluation logic itself
– Risk management settings: stop-loss %, target %, and a hard time-based exit
Acceptance criteria
1. Strategy template is delivered in my Tradetron account, clearly commented.
2. All the parameters above are user-editable without touching the core code.
3. Test results on at least three recent trading days are shared (screenshots or exported trades).
4. No open positions remain past the configured close-out time.
Include concise setup instructions so I can clone, tweak, and deploy the strategy across other instruments later.
• Check the previous one-minute candle of a chosen index option (default: nearest in-the-money strike, but the instrument must be picked through dynamic strike determination).
• Compare that candle’s close to a configurable moving average (initially a 20-period EMA on the same one-minute chart).
• If the rule is met and no active position exists, submit a market order within a tight execution window.
Key items I want to adjust from the Tradetron control panel:
– Time and instrument selection (including underlying, strike offset, and entry window)
– Indicator settings: moving-average type & period, candle timeframe, and the evaluation logic itself
– Risk management settings: stop-loss %, target %, and a hard time-based exit
Acceptance criteria
1. Strategy template is delivered in my Tradetron account, clearly commented.
2. All the parameters above are user-editable without touching the core code.
3. Test results on at least three recent trading days are shared (screenshots or exported trades).
4. No open positions remain past the configured close-out time.
Include concise setup instructions so I can clone, tweak, and deploy the strategy across other instruments later.