After working on this through another 300 revisions, I finally got it to be more realistic if using the mixed Long/Short strategy and by adding some linear regression logic to make the channel logic more aggressive.
All of the triggers use the Risk Management Inputs and Lookback Periods.
This script will aggressively scalp crypto using the Average Price Channel strategy. This strategy depends upon the RSI Length, EMA Fast & Slow Lengths. Since it is aggressive you can tweak it using the risk management inputs based on the amount of your capital you are willing to draw down.
The Moving Average is less aggressive and depends on the same parameters as the Price Channel, but only triggers when the price channel is crossed.
The Fibonacci Average has been tweaked considerably to be more reliable and to have additional retracement level options for the upper and middle bounds. This trigger uses the Fast & Slow EMA Lengths and does not use the RSI Length.
The Price dips and peaks is still being worked on, right now it does okay but I am looking at combining some additional trend indicators with it to make it more robust.