Skip to content

Commit

Permalink
Fixing ultosc indicator which was just updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackurben committed Nov 12, 2017
1 parent 94c9cbd commit 3c2a376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const keys = {
'5.3: SlowK MA Type': 'slowkmatype',
'5.3: FastD MA Type': 'fastdmatype',
'5.3: MA Type': 'matype',
'5.3: Time Period 2': 'timeperiod3',
'5.3: Time Period 3': 'timeperiod3',
'5.4: Fast MA Type': 'fastmatype',
'5.4: SlowD Period': 'slowdperiod',
Expand Down
2 changes: 1 addition & 1 deletion test/technical.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ test(`ultosc data works`, () => {
expect(data['Meta Data']['4: Interval']).toEqual('daily');
expect(data['Meta Data']['5.1: Time Period 1']).toEqual(7);
expect(data['Meta Data']['5.2: Time Period 2']).toEqual(14);
expect(data['Meta Data']['5.3: Time Period 2']).toEqual(28);
expect(data['Meta Data']['5.3: Time Period 3']).toEqual(28);
expect(data['Meta Data']['6: Time Zone']).toBeDefined();
expect(data['Technical Analysis: ULTOSC']).toBeDefined();
});
Expand Down

0 comments on commit 3c2a376

Please sign in to comment.