SkillAgentSearch skills...

TerminalCharts

plot native historical ohlc data as japanese candles, runs on terminal, written in c

Install / Use

/learn @SujithSizon/TerminalCharts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

1)Compile
gcc -o tcharts TerminalCharts.c -lncurses
2)Download ohlc data from respective website as csv and then Ctrl+A and Ctrl+V to textfile.

NSE Historical Index Data NSE Historical Contract-wise

3)Run respective for Japaneese Candlestick / Bar pattern (replace "NIFTY" with file saved earlier).
./offline -s candle NIFTY
./offline -s bar NIFTY
4)Create live market data (use "rand" file created now in above code).
gcc -o randt randt.c -lpthread
5)Run live market data (under progress)
./live.sh
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4y ago
Forks3

Languages

C

Security Score

55/100

Audited on Mar 3, 2022

No findings