We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How to get the single value of MACD (or other any indicator), i get 400 values, i want to see only the current value in last 1 hour
For exemple the current MACD of BTCUDT is 100 but i got a banch of values from -300 to 1200
Thnks!
The text was updated successfully, but these errors were encountered:
let data = await require('trading-indicator').rsiCheck(14, 75, 25, 'binance', 'BTC/USDT', '1h', false) console.log(data);
Sorry, something went wrong.
No branches or pull requests
Hi,
How to get the single value of MACD (or other any indicator), i get 400 values, i want to see only the current value in last 1 hour
For exemple the current MACD of BTCUDT is 100 but i got a banch of values from -300 to 1200
Thnks!
The text was updated successfully, but these errors were encountered: