K4L231
K4L231
 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)...