Hello!
This is a deviation/mean-reversion algorithm that I created based off of the concept of moving average deviation. Essentially, this is how the algorithm works:
1. Find the pivot highs of the difference between 2 moving averages (in this specific case, it's the exponential moving average and the weighted moving average)
2. Check the RSI to see if we're...