Exemplo n.º 1
0
 def __repr__(self):
     return getLabel(self._impl) if self._impl else ""
Exemplo n.º 2
0
 def label(self):
     return self._getLabel() + "^{" + getLabel(self._source) + "}"
Exemplo n.º 3
0
 def __str__(self):
     return getLabel(self._impl) if self._impl else ''
Exemplo n.º 4
0
 def __repr__(self):
     return getLabel(self._impl) if self._impl else ""
Exemplo n.º 5
0
 def _getLabel(self):
     return "logreturn" + getLabel(self._source)
Exemplo n.º 6
0
 def __str__(self):
     return getLabel(self._impl) if self._impl else ''
Exemplo n.º 7
0
 def label(self):
     return getLabel(self._acc) + "(" + getLabel(self._source) + ")"
Exemplo n.º 8
0
 def label(self):
     return "Price_{" + getLabel(self.orderbook) + "}"
Exemplo n.º 9
0
 def label(self):
     return "Amount_{" + getLabel(self.trader) + "}"
Exemplo n.º 10
0
 def label(self):
     return "P&L_{" + getLabel(self.trader) + "}"
Exemplo n.º 11
0
 def label(self):
     return "InstEfficiency_{" + getLabel(self.trader) + "}"
Exemplo n.º 12
0
 def label(self):
     return 'if (' + getLabel(self.cond) + ") " + getLabel(self.ifpart) + " else " + getLabel(self.elsepart)
Exemplo n.º 13
0
 def label(self):
     """ Returns indicator label
     """
     return "Efficiency_{"+getLabel(self._trader)+"}"