def __init__()

in 4_Kinesis/model/algo_base.py [0:0]


    def __init__(self):         
        with open(StrategyTemplate.CONFIG_FILE, 'r') as f:
            self.config = json.load(f)
        print("[INIT]:config:%s=%s" % (StrategyTemplate.CONFIG_FILE,self.config))
        
        self.lastDay=-1
        self.lastMonth=-1
        self.dataclose = self.datas[0].close