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