Reza

Wait 5 sec.

RezaGoldOANDA:XAUUSDsamanmash1368 // Entry table.cell(t, 0, 6, "Entry", text_color=textMain, bgcolor=bgRowEven, text_size=fSize) table.cell(t, 1, 6, str.tostring(entry, format.price), text_color=textAccent, bgcolor=bgRowEven, text_size=fSize) table.cell(t, 2, 6, entryMode == "Manual" ? "Manual Entry" : "Using Close", text_color=textSoft, bgcolor=bgRowEven, text_size=fSize) // Stops stopsTxt = "🟢 " + str.tostring(longSL, format.price) + " / 🔴 " + str.tostring(shortSL, format.price) table.cell(t, 0, 7, "Stops", text_color=textMain, bgcolor=bgRowOdd, text_size=fSize) table.cell(t, 1, 7, stopsTxt, text_color=textMain, bgcolor=bgRowOdd, text_size=fSize) table.cell(t, 2, 7, "Long / Short", text_color=textSoft, bgcolor=bgRowOdd, text_size=fSize) //==== Remove when disabled ==== if not showTable and not na(t) table.delete(t) t := na