mallorymallory / kraken-crypto-trading-interface

A lightweight(?) python tkinter trading terminal for tradoors
MIT License
0 stars 0 forks source link

Pair&Interval changers + misc #2

Closed mallorymallory closed 5 months ago

mallorymallory commented 5 months ago

Interface: changing geometry management from pack to grid for better management pair + interval changer functionality added to chart force chart to left-side on updates gen help functions for pair/interval names (silly)

Indicators: better pairmap created for IDing valid pairs in chart-pair-selector changed expected DATA format from list of list of information to list of pairs. interval should ideally never be different between active pairs ++ interval and period are passed directly to getNew (their main purpose previously) pairSetter added to update active pair list

mallorymallory commented 5 months ago

👍