Skip to content

Instantly share code, notes, and snippets.

@anesiadis
anesiadis / test2.py
Last active January 20, 2017 14:46
from strategy import Strategy, Order
from indicators import EMA
import resolution
class TestStrategy(Strategy):
def init(self):
self.cash(1000)
self.start_date(2015, 6, 2)
self.end_date(2015, 6, 3)