Last active
November 5, 2021 08:02
-
-
Save dkav6/0da9c130ca311d2999d971d4ec374106 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
from backtesting import Strategy | |
from backtesting.lib import crossover | |
from backtesting import Backtest | |
from yfinance import Ticker | |
import pandas as pd | |
from talib import EMA, SMA, WMA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment