Skip to content

Instantly share code, notes, and snippets.

@yongghongg
Created July 24, 2022 10:44
Show Gist options
  • Save yongghongg/cae53f25562b3bf79c2421036197e846 to your computer and use it in GitHub Desktop.
Save yongghongg/cae53f25562b3bf79c2421036197e846 to your computer and use it in GitHub Desktop.
# Add moving averages and volume
mpf.plot(df, type='candle', mav=(5,20), volume=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment