// Downloaded From https://www.WiseStockTrader.com
buy=ref(L,-2)>ref(H,-1) AND L>ref(H,-1); 
sell=ref(H,-2)<ref(L,-1) AND H<ref(L,-1);