Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 733 Bytes

File metadata and controls

8 lines (5 loc) · 733 Bytes

Support-Resistance

Visual style support and resistance detection using Python based on the blog post here https://www.candlestick.ninja/2019/02/support-and-resistance.html

Support https://1.bp.blogspot.com/-C0h0ohi3BDE/XHXHtTwWT_I/AAAAAAAACTY/xdMwGAa79x0Ka4GM29gdtTova5IqhmPWQCLcBGAs/s640/Screen%2BShot%2B2019-02-26%2Bat%2B5.09.02%2BPM.png

Resistance https://1.bp.blogspot.com/-0ODER7EGcXQ/XHXJfxBlOpI/AAAAAAAACTs/uE4cad1cc4YtVcNvg8-vgxRldwglRlCbgCLcBGAs/s640/Screen%2BShot%2B2019-02-26%2Bat%2B5.17.13%2BPM.png

Basicallly there are two seperate codes, one supres.py is for live trading which the most simpliefied version and useful to understand the concept and then there is supres_backtest.py for backtesting large datasets.