Trend following using Kernel functions – AI

Today we are going to work on two separated short exercises Kernel Supertrend code and chart Kernel IFTRSI code and chart
IFTRSI + Quadratic Kernel regression

This script uses the quadratic kernel from @jdehorty kernel library to find trends using inverse fisher transform of RSI as a source. It calculates 2 quadratic kernels MAs with different lengths and enters a long and shorts based on bullish/bearish crosses. It offers a backtesting stream and alerts. The kernel library from @jdehorty offers other […]