Hi Everyone, 

This is the first ever (proper) algorithm that I have written. I feel that this strategy has legs, and starting this thread will be a great learning exercise for me/others who want to follow along. Please let me know what you think, and suggest any improvements or changes. 

The strategy looks to capture upward momentum in ETH only when the trend is bullish.

Strategy outline: if ETHUSD is trading above the trend filter (ie above the 5 week SMA), AND its oversold on the hourly RSI (between 15 to 20) go long. Intended exit when RSI crosses above 95 or stop out exit if price drops 10%.

Potential changes:

  • instead of using an SMA trend filter, maybe I could implement the previous overall high (when looking at a daily candles).
  • Maybe I could implement a trailing stop

 

Thank you all :)