Super Trend
Buy y shell
Use with discretion
You're viewing a Community Tool. It's not maintained by IO Tools. Please use with discretion.
Guide
//@version=5
indicator("Ultra Algo", overlay = false)
// Inputs
src = input(close, "Source", group = "Main settings")
p = input.int(180, "Trend period", group = "Main settings", tooltip = "Changes STRONG signals' sensitivity.", minval = 1)
atr_p = input.int(155, "ATR Period", group = "Main settings", minval = 1)
mult = input.float(2.1, "ATR Multiplier", step = 0.1, group = "Main settings", tooltip = "Changes sensitivity: higher period = higher sensitivty.")
mode = input.string("Type A", "Signal mode", options = ["Type A", "Type B"], group = "Mode")
use_ema_smoother = input.string("No", "Smooth source with EMA?", options = ["Yes", "No"], group = "Source")
src_ema_period = input(3, "EMA Smoother period", group = "Source")
color_bars = input(true, "Color bars?", group = "Addons")
signals_view = input.string("All", "Signals to show", options = ["All", "Buy/Sell", "Strong", "None"], group = "Signal's Addon")
signals_shape = input.string("Labels", "Signal's shape", options = ["Labels", "Arr
Discussion
Have a question or feedback? Feel free to leave a comment below. Have fun. Be respectful. Criticize the logics, but not the people. IO Tools has a strict commenting policy.
Install Our Extensions
Add IO tools to your favorite browser for instant access and faster searching
Must-Try Tools
View All New Arrivals
View AllUpdate: Our latest tool was added on Sep 16, 2025