Created
July 24, 2022 10:44
-
-
Save yongghongg/cae53f25562b3bf79c2421036197e846 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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