Advertisement
NKactive

Untitled

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