Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
powprashant committed Nov 28, 2023
2 parents 7977c29 + 5155d78 commit e9f51dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ On my experience and some backesting on stockmock and algotest.in platforms, if
And instead of hedging with yet another OTMs on individual legs, we can place a stop loss order at 65% from entry price on both legs.
On expiry we can do same with straddle (short ATM PE and CE), with 65% stop loss on both legs.

Trailing stop loss also reduces loss days and can be tried out. Do check out the [`backtest`](https://github.com/P0W/option_strategies/tree/main/backtest) for more interesting insights.
Trailing stop loss also reduces loss days and can be tried out. Do check out the [`backtest`](https://github.com/P0W/option_strategies/tree/main/resources/backtest) for more interesting insights.

We can also place a **_live monitor_** feed to monitor MTM on both legs and sqaure off if either a provided MTM SL is hit or a provided MTM target is achieved for the day.

Expand Down

0 comments on commit e9f51dd

Please sign in to comment.