Skip to content

WebAssembly wrapper for tulip indicators, compatible with browsers and nodejs

License

Notifications You must be signed in to change notification settings

wrule/tulip-wasm-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tulip-wasm

tulip-wasm is a WebAssembly ported version of tulip indicators, so it has extremely high performance while supporting browsers and Nodejs environments, and provides the ability to combine indicators and calculate them, as well as a friendly API.

installation

npm install tulip-wasm

example

import * as tulip from 'tulip-wasm';

async function main() {
  await tulip.init();
  console.log(tulip.sma([1, 2, 3, 4, 5], 2));
}

main();

documentation

tulip-wasm supports all 104 technical indicators of tulip indicators You can learn what technical indicators tulip-wasm contains by reading the official documentation of tulip indicators All indicators can be accessed in a way like tulip.xxx

About

WebAssembly wrapper for tulip indicators, compatible with browsers and nodejs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages