market-pipscalc
v1.2.1
Published
A General Pips Calculator for Forex Trading
Maintainers
Readme
Market-Pips
Node.js utility for working with market "pips" calculations and helpers. This repository contains a minimal CLI/entry point, a core implementation in src/pips.js, and a small test harness.
Links
Features
- Core pip calculation utilities implemented in src/pips.js.
- Simple entry point in index.js for CLI or library usage.
- Minimal tests in test.js to validate behavior.
Installation
- Clone or download the repository.
- Install dependencies (if any are declared in package.json):
npm install market-pipscalc