altamoon-min-max-alerts ![npm version](https://badge.fury.io/js/min-max-alerts.svg)
Notifies at minimum or maximum for last 24h
The plugin notifies when a future market is at its minimum or maximum for last 24 hours.
Develop
- Install NodeJS
- Clone the repository and go the plugin folder (
cd altamoon-plugins/packages/min-max-alerts
). - Run
npm ci
to install dependencies. - Run
npm start
to start Webpack Dev Server - Use "Add custom plugin" Altamoon feature and paste
http://localhost:8084/bundle.js
to add the plugin.
The example supports Hot Module Replacement intended to make plugin development faster.
![](https://raw.githubusercontent.com/Altamoon/altamoon-plugins/main/.assets/hmr.gif)