Skip to content

Instantly share code, notes, and snippets.

@poi67439
Last active March 20, 2019 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poi67439/589d28e4c4e290012b89dff8219a1699 to your computer and use it in GitHub Desktop.
Save poi67439/589d28e4c4e290012b89dff8219a1699 to your computer and use it in GitHub Desktop.
sample711
Input : Period1(5);
var : Sma1(0);
Sma1 = ma(C,Period1);
Plot1(Sma1, "이동평균1");it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment