Use `MktPair` attr `.size_tick` in charting
parent
7498cbb5f4
commit
2454dda18f
|
@ -291,7 +291,7 @@ class GodWidget(QWidget):
|
||||||
if symbol is not None:
|
if symbol is not None:
|
||||||
self.window.setWindowTitle(
|
self.window.setWindowTitle(
|
||||||
f'{symbol.fqme} '
|
f'{symbol.fqme} '
|
||||||
f'tick:{symbol.tick_size}'
|
f'tick:{symbol.size_tick}'
|
||||||
)
|
)
|
||||||
|
|
||||||
return order_mode_started
|
return order_mode_started
|
||||||
|
|
Loading…
Reference in New Issue