Exemplo n.º 1
0
	def __checkExitOnSessionClose(self, bars):
		for position in self.__activePositions:
			order = position.checkExitOnSessionClose(bars)
			if order:
				self.registerPositionOrder(position, order)
Exemplo n.º 2
0
 def __checkExitOnSessionClose(self, bars):
     for position in self.__activePositions:
         order = position.checkExitOnSessionClose(bars)
         if order:
             self.registerPositionOrder(position, order)
Exemplo n.º 3
0
 def __checkExitOnSessionClose(self, bars):
     for position in self.__activePositions:
         position.checkExitOnSessionClose(bars)