Closed stenioanibal closed 1 year ago
@stenioanibal you can get the list programmatically via:
import { Instrument } from "dukascopy-node";
// or:
// const { Instrument } = require('dukascopy-node')
const instrumentList = Object.keys(Instrument);
Reference to the respective enum: https://github.com/Leo4815162342/dukascopy-node/blob/master/src/utils/instrument-meta-data/generated/instrument-enum.ts
You can also view available instruments by category here: https://www.dukascopy-node.app/instruments
Any way to get the available instruments list?