Skip to content

Commit 0fa58c4

Browse files
committed
Let's rock
0 parents  commit 0fa58c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+26349
-0
lines changed

.babelrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "presets": ["@babel/env"] }

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
node_modules

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2019 c451, Code's All Right
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
<div align="center">
3+
<img width="318" heigth="256" src="assets/README-c8a97eb7.png" alt="trading-vue logo">
4+
</div>
5+
# TradingVue.js
6+
7+
**TradingVue.js** is a hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts.
8+
9+
## Why?
10+
11+
I've been using [TradingView.com](https://www.tradingview.com) for several years and oh boy, I like this service.
12+
But when it came to writing custom trading software there was no charting library with the same level of usability, not even near. There **WAS** no lib.
13+
14+
## Features
15+
16+
* Scrolling & zoomming as we all like
17+
* Simple API for making new overlays
18+
* No need for fancy math!
19+
* One overlay === one .vue file (or .js)
20+
* Fully reactive
21+
* Fully responsive
22+
* Customizable colors and fonts
23+
24+
## Demo & Docs
25+
26+
Oh yeah, here will be something cool.
27+
28+
## Install
29+
30+
Coming Soon
31+
32+
## How to use
33+
34+
Also Coming Soon
35+
36+
## Roadmap
37+
38+
* Solve known issues (search for "TODO: IMPORTANT")
39+
* Performance improvments
40+
* Add more built-in overlays
41+
* Add toolbar (drawing tools)
42+
* Custom loayout / layout persistence
43+
* Fix and improve mobile version
44+
45+
## Contribution
46+
47+
In progress

assets/README-4f62de5b.png

6.89 KB
Loading

assets/README-74cf4f3c.png

6.92 KB
Loading

assets/README-c8a97eb7.png

6.94 KB
Loading

0 commit comments

Comments
 (0)