Pinned Loading
-
-
CTO Line indicator for TradingView
CTO Line indicator for TradingView 1//@version=4
2study(title="CTO Line", shorttitle="CTO", overlay=true, resolution="")
3smma(src, length) =>
4smma = 0.0
5smma := na(smma[1]) ? sma(src, length) : (smma[1] * (length - 1) + src) / length
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



