13.08.2022 Views

advanced-algorithmic-trading

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

464

def main(config, testing, tickers, filename):

tickers = tickers.split(",")

config = settings.from_file(config, testing)

run(config, testing, tickers, filename)

if __name__ == "__main__":

main()

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!