achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.94k stars 264 forks source link

Watchlist is now showing up in all group tabs #214

Closed ajgringo619 closed 2 years ago

ajgringo619 commented 2 years ago

Describe the bug Watch lists are no longer separated by group; this is even present using the sample .yaml.

To Reproduce Steps to reproduce the behavior:

  1. Start with options:
    show-summary: true
    show-tags: false
    show-fundamentals: true
    show-separator: true
    show-holdings: true
    sort: value
    interval: 10
    currency: USD
    currency-summary-only: false

    Expected behavior Watch lists should stay separated by group if configured that way.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Here's my (abbreviated) .yaml file:

groups:
  - name: crypto
    watchlist:
      - CURE-USD
      - DOGE-USD
      - LINK-USD
      - LTC-USD
      - MANA-USD
      - MATIC-USD
      - MKR-USD
      - SOL-USD
      - TRX-USD
      - YFI-USD
      - ZRX-USD

    holdings:
      - symbol: "ADA-USD"
        quantity: xxxxx
        unit_cost: xxxxx

      - symbol: "BTC-USD"
        quantity: xxxxx
        unit_cost: xxxxx

  - name: stocks
    watchlist:
      - CTIC
      - ERF
      - HLMN
      - INDI
      - KNTNF
      - PSFE
      - ROVR
      - SFT
    holdings:
      - symbol: "ACHL"
        quantity: xxxxx
        unit_cost: xxxxx

      - symbol: "BTG"
        quantity: xxxxx
        unit_cost: xxxxx
achannarasappa commented 2 years ago

Thanks for reporting this - it should be fixed in the latest release but let me know if you still see the issue on your end

ajgringo619 commented 2 years ago

Works perfectly - thanks a bunch!