Hi. I'm brand new to this community and the python programming, and excited to learn this. Is anyone using breakout strategy? I'm wondering if Donchian Channel Breakout trading strategy code available somewhere or someone could help with this. The trading algo is:
1) ADX should be rising.
2) Buy if the price breaks 55-day channel with stop loss at 20-day price channel.
3) Stop should be updated using 20-day channel as price moves up.
4) Liquidate everything if ADX is over 40 and ADX starts to go down.
Any help would be appreciated. Thanks!