K4L231

Results 2 issues of K4L231

![image](https://user-images.githubusercontent.com/91840629/180651130-d0edc57d-a69f-4386-8ed4-0f173ecf56e4.png) I need histogram and signal of index 0(the latest), any ideas? or I am understanding it wrong? perhaps I need macd[macd.length -1] for the freshest one ??

run(); async function run() { const Binance = require('node-binance-api'); const binance = new Binance().options({ APIKEY: ............................................................', APISECRET: '...........................................', useServerTime: true, recvWindow: 60000, verbose: true, }); binance.marketBuy("DOGEUSDT", 10 , (error, response)...