//Author: Erik A Garland-Success Over Stress- http://www.youtube.com/@SuccessOverStress -Email: SuccessFromStress@gmail.com. Discord: https://discord.gg/3hdkfE8fyU
//Date: 091925
//Design: moving average spreading with top 2 moving average similiar in difference and a widening from the slowest moving average
//5 Min : input: iptf( 2.25 ), smallr( 17 ), midr( 34 ), longr( 69 ), touchf( 0.1515 ), itrailbars( 6 );
//1 Min : input: iptf( 2.25 ), smallr( 11 ), midr( 34 ), longr( 25 ), touchf( 0.1515 ), itrailbars( 1 );
//with l< l[[1]: input: iptf( 2.25 ), smallr( 17 ), midr( 30 ), longr( 25 ), touchf( 0.1515 ), itrailbars( 1 ); this actually makes the above 1 Min without l<l[1] much better
//@S100_MovingAvgBand_1M_120D_0.526W_1.88PF_L_2025-09-20