Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
- // © NKactive
- //@version=5
- indicator("SMA Indicator NK v1.0", overlay=true)
- // ****************************************************************************************************************************************************************
- smaFast = ta.sma(close, 2)
- plot(smaFast, color = color.red, linewidth = 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement