{ Downloaded From https://www.WiseStockTrader.com } p1:=Input("Buy Pressure and Sell Pressure %",0,100,50); p2:=Input("Positive/Negative Price Movement %",0,100,50); (BuyP()/(BuyP()+SellP())-0.5)*100*(p1/100) + (PDI(21)/(PDI(21)+MDI(21))-0.5)*100*(p2/100)