Skip to content

Instantly share code, notes, and snippets.

@dkav6
Last active November 5, 2021 08:02
Show Gist options
  • Save dkav6/0da9c130ca311d2999d971d4ec374106 to your computer and use it in GitHub Desktop.
Save dkav6/0da9c130ca311d2999d971d4ec374106 to your computer and use it in GitHub Desktop.
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