@solucx/sdk
Advanced tools
| import { Indicator } from "./Indicator"; | ||
| import { Type } from "./Type"; | ||
| export declare class NONE extends Indicator { | ||
| negativeMin: number; | ||
| negativeMax: number; | ||
| neutralMin: number; | ||
| neutralMax: number; | ||
| positiveMin: number; | ||
| positiveMax: number; | ||
| type: Type; | ||
| getScore(positives: number, negatives: number, neutrals: number): number; | ||
| } |
@@ -9,2 +9,8 @@ "use strict"; | ||
| super(...arguments); | ||
| this.negativeMin = 0; | ||
| this.negativeMax = -1; | ||
| this.neutralMin = 0; | ||
| this.neutralMax = 0; | ||
| this.positiveMin = 1; | ||
| this.positiveMax = 0; | ||
| this.type = Type_1.Type.NONE; | ||
@@ -11,0 +17,0 @@ } |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"NONE.js","sourceRoot":"","sources":["../../src/Indicators/NONE.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,iCAA8B;AAC9B,MAAa,IAAK,SAAQ,qBAAS;IAAnC;;QACW,SAAI,GAAG,WAAI,CAAC,IAAI,CAAC;IAI5B,CAAC;IAHU,QAAQ,CAAC,SAAiB,EAAE,SAAiB,EAAE,QAAgB;QAClE,OAAO,CAAC,CAAC;IACb,CAAC;CACJ;AALD,oBAKC"} | ||
| {"version":3,"file":"NONE.js","sourceRoot":"","sources":["../../src/Indicators/NONE.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,iCAA8B;AAC9B,MAAa,IAAK,SAAQ,qBAAS;IAAnC;;QACW,gBAAW,GAAW,CAAC,CAAC;QACxB,gBAAW,GAAW,CAAC,CAAC,CAAC;QACzB,eAAU,GAAW,CAAC,CAAC;QACvB,eAAU,GAAW,CAAC,CAAC;QACvB,gBAAW,GAAW,CAAC,CAAC;QACxB,gBAAW,GAAW,CAAC,CAAC;QACxB,SAAI,GAAG,WAAI,CAAC,IAAI,CAAC;IAK5B,CAAC;IAHU,QAAQ,CAAC,SAAiB,EAAE,SAAiB,EAAE,QAAgB;QAClE,OAAO,CAAC,CAAC;IACb,CAAC;CACJ;AAZD,oBAYC"} |
+1
-1
| { | ||
| "name": "@solucx/sdk", | ||
| "version": "1.18.0", | ||
| "version": "1.18.1", | ||
| "description": "SoluCX SDK", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
45884
1.11%766
1.59%