Python Developer for Modular Stock Buy & Sell Strategy (Chartink → AlgoTest)

Job ID: 40201073

Budget: $15 – $25 USD

Project Overview

I need a Python developer to build a modular trading system where:

✔ BUY strategy works independently
✔ SELL strategy works independently
✔ Both use stock list from Chartink
✔ Strategies are structured to run on AlgoTest

Market Scope:
• Indian stocks from NSE
• Nifty 200 + FnO
• Intraday (1-min / 10-min)

Module 1 — Scanner Input

Fetch stock list from Chartink scanner

Auto refresh at defined interval

Module 2 — BUY STRATEGY ENGINE

Handles only long trades.

Examples of rules:

Price above VWAP (2 candle close)

previous day breakout

% calculation

First 10-min breakout

Entry, SL, Target logic

Output:
BUY signals only

Module 3 — SELL STRATEGY ENGINE

Handles only short trades.

Examples of rules:

Price below VWAP

Breakdown patterns

Bearish flag

Volume breakdown

Entry, SL, Target logic

Output:
SELL signals only

Module 4 — AlgoTest Strategy Formatting

Convert BUY signals → Buy strategy format

Convert SELL signals → Sell strategy format

Backtest-ready rule structure

Technical Requirements

✔ Python (Pandas, NumPy)
✔ TA indicators (VWAP, EMA, Volume)
✔ Modular coding structure
✔ Knowledge of AlgoTest rule system
✔ Experience in intraday trading logic

Deliverables :

Separate Python files:

buy_strategy.py

sell_strategy.py

Chartink stock fetch script

Strategy logic documentation

Editable conditions

Setup guide


Note : Payment will be released only after successful setup and testing on my live AlgoTest account.