Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Aman9723/morning-trend-strategy

An intraday morning trend based strategy for backtesting on NSE stocks.
https://github.com/Aman9723/morning-trend-strategy

backtesting csv filesystem json trading-strategy

Last synced: about 2 months ago
JSON representation

An intraday morning trend based strategy for backtesting on NSE stocks.

Awesome Lists containing this project

README

        

## 🪖 Strategy
1. Mark the high and low of `9:45 to 10:00` candle.
2. If price goes above the marked high execute the `buy order`, if price goes below the marked low execute the `sell order` and don't do anything if price stayed in range.
3. For buy, `stop loss` becomes the marked low and vice versa.
4. Wait for the market end or stop loss trigger to `exit` the trade.
5. Max one trade per day and max loss per day is 1% of capital to manage the `risk`.

## 🧠 Logic
1. Skip the opening 30 mins due to high market volatility.
2. Trade in the direction of current day trend.
3. Wait for large profit or take small stop loss.

## 📃 Results
> [Results](https://github.com/Aman9723/morning-trend-strategy/blob/master/Results.txt) are not impressive possibly due to less win-rate. Tested over custom dates and the data of 7+ years.