xoh-xapi
Version:
X Open Hub API
13 lines (12 loc) • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PERIOD_MN1 = exports.PERIOD_W1 = exports.PERIOD_D1 = exports.PERIOD_H4 = exports.PERIOD_H1 = exports.PERIOD_M30 = exports.PERIOD_M15 = exports.PERIOD_M5 = exports.PERIOD_M1 = void 0;
exports.PERIOD_M1 = 1;
exports.PERIOD_M5 = 5;
exports.PERIOD_M15 = 15;
exports.PERIOD_M30 = 30;
exports.PERIOD_H1 = 60;
exports.PERIOD_H4 = 240;
exports.PERIOD_D1 = 1440;
exports.PERIOD_W1 = 10080;
exports.PERIOD_MN1 = 43200;