// Downloaded From https://www.WiseStockTrader.com
sell = cross( study( "SU" ), close, GetChartID() );
buy = cross( close, study( "RE" ), GetChartID() );