indicator-examples/README.md
This directory contains implementations of indicator calculations and examples of how they can be shown on a chart.
To run these examples locally follow these steps:
Clone the repo to your local machine
First build the library
npm install
npm run build:prod
Switch to the Indicator Examples Folder, install dependencies, and start the development server
cd indicator-examples
npm install
npm run dev
Visit localhost:5173 in the browser.
npm run compile
Check the output in the compiled folder.
Once you have compiled the examples then simply copy that folder into your project and import the JS module in your code.
Alternatively you can copy the source directly into your project structure and compile it with your own toolchain.