// Downloaded From https://www.WiseStockTrader.com "Date="+Date(); Entry=10.15; StopLoss=9.57; Target=13.97; "Entry="+WriteVal(Entry); "StopLoss="+WriteVal(StopLoss); "Target="+WriteVal(Target); Risk=(Entry-StopLoss); RiskPer=((Entry-StopLoss)/Entry)*100; "Risk%="+WriteVal(RiskPer); Profit=(Target-Entry); ProfitPer=((Target-Entry)/Entry)*100; "Profit%="+WriteVal(ProfitPer); RRR=(Profit/Risk); "RRRatio="+WriteVal(RRR);