TradingView Desktop icon

TradingView Desktop 2.11.0

Charting and social-networking for investment traders

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tradingview # TradingView Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tradingview # TradingView Desktop
  ];
}

Package Definition

{
  "pname": "tradingview",
  "version": "2.11.0",
  "src": {
    "url": "https://tvd-packages.tradingview.com/stable/2.11.0/darwin/TradingView.dmg",
    "sha256": "91836c5483b811bb566d736758a3afea80021e1934a7aa1a895d39f88fb9db3a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TradingView.app\" && cp -r \"TradingView.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Charting and social-networking for investment traders",
    "homepage": "https://www.tradingview.com/desktop/"
  }
}