// Downloaded From https://www.WiseStockTrader.com
Plot(C,"",colorBlack,styleCandle);
nos = -Param("Profit %",10,1,50,1);
Plot(SelectedValue(C)*(1-nos/100)," Profit ",colorGreen,styleDashed);