Likhtar
Charting tool for financial data
Install / Use
/learn @blacksmith-capital/LikhtarREADME
Likhtar - Lantern
Likhtar is an open source OHLC charting tool with support for technical analysis.
You can use a backend data collection tools such as Oliya as API provider, or supply your own data with a custom adapter. (see example).
Likhtar lets you analyse your data with custom indicators and annotation tools.

Demo
https://blacksmith-capital.github.io/likhtar/
Getting Started
Likhtar is a standalone component application intended for embedding in a webpage.
Dependencies
Likhtar is wrapped in Vue.js for user input management, and ships with Vue.
Installation
First, npm install likhtar
Then, add an anchor so it knows where to embed itself:
<div id="app">
<app />
</div>
Then, instantiate the graph:
let Vue = Likhtar.vue;
Vue.component(Likhtar.app.name, Likhtar.app);
let chartApp = new Vue({
el: '#app',
data: { symbols: "MyExchange:BTCUSD" }
});
See customAdapter if you haven't set up the data provider yet.
Development
npm run build -- --watch
This will compile new assets under dist directory.
Contributing
See Kanban board for what is planned and what is being worked on.
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
Authors
- Yuri Koval'ov - contact@yurikoval.com
License
This project is licensed under the MIT License
Copyright (c) 2020 Yuri Koval'ov
Related Skills
00-overview
💰 Simple shop system made in Symfony using hexagonal architecture as modular monolith
ai-strategy
AI Integration Strategy for InvoiceGenie MVP 🎯 High-Impact AI Features for Your MVP 1. Smart Invoice Generation (Highest Priority) - AI-powered invoice content generation using nat
beanquery-mcp
41Beancount MCP Server is an experimental implementation that utilizes the Model Context Protocol (MCP) to enable AI assistants to query and analyze Beancount ledger files using Beancount Query Language (BQL) and the beanquery tool.
valuecell
9.8kValueCell is a community-driven, multi-agent platform for financial applications.
