Skip to content
New issue

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

Get Current single value MACD (or other indicator) #53

Open
kouarfarouk opened this issue Jul 27, 2022 · 1 comment
Open

Get Current single value MACD (or other indicator) #53

kouarfarouk opened this issue Jul 27, 2022 · 1 comment

Comments

@kouarfarouk
Copy link

kouarfarouk commented Jul 27, 2022

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!

@tutovit
Copy link

tutovit commented Sep 24, 2022

let data = await require('trading-indicator').rsiCheck(14, 75, 25, 'binance', 'BTC/USDT', '1h', false)
console.log(data);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants