Open gonszalito opened 3 months ago
@gonszalito we have an experimental support for real/live data.
You can view live ticks with getCurrentRates
function - https://github.com/Leo4815162342/dukascopy-node/blob/master/src/getCurrentRates.ts:
const { getCurrentRates } = require('dukascopy-node');
getCurrentRates({
instrument: 'eurusd',
timeframe: 'tick',
limit: 10,
}).then(console.log);
thx a lot dude
hey i was wondering if u provide live tick updates