Trading Vue Js

screenshot of Trading Vue Js
vue

Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]

Overview

TradingVue.js is a hackable charting library designed for traders, allowing for the customization of candlestick charts with various overlays and indicators. Although the library is no longer maintained, it offers a range of features suitable for those creating trading software or seeking greater control and flexibility in charting.

Features

  • Scrolling & zooming: Interactive features for improved user experience.
  • Simple API for overlays: Easy implementation of custom overlays on charts.
  • Custom drawing tools: Enable users to create personalized chart elements.
  • Non-time based charts: Supports chart types like Renko for different perspectives.
  • Reactive & responsive: Fully reactive and responsive design for seamless user interactions.
  • Customizable colors and fonts: Allows for tailored aesthetics to suit individual preferences.
  • Fast performance: Capable of handling large datasets, such as 3 million candles.

NPM Installation

npm install trading-vue-js

In Browser

Include the script in your HTML file:

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.