Skip to content

Commit

Permalink
add bb & mfi
Browse files Browse the repository at this point in the history
  • Loading branch information
nenjotsu committed Jan 16, 2022
1 parent 8a65e4e commit 1f679fe
Show file tree
Hide file tree
Showing 296 changed files with 11,008 additions and 4,607 deletions.
6 changes: 3 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './lib/index.ts';
export * from './src/index.ts';
export const getAvailableIndicators = () => {
const AvailableIndicators: string[] = []
// AvailableIndicators.push('sma');
Expand All @@ -7,7 +7,7 @@ export const getAvailableIndicators = () => {
// AvailableIndicators.push('wema');
// AvailableIndicators.push('macd');
AvailableIndicators.push('rsi');
// AvailableIndicators.push('bollingerbands');
AvailableIndicators.push('bollingerbands');
// AvailableIndicators.push('adx');
// AvailableIndicators.push('atr');
// AvailableIndicators.push('truerange');
Expand All @@ -29,7 +29,7 @@ export const getAvailableIndicators = () => {
// AvailableIndicators.push('heikinashi');

// AvailableIndicators.push('stochasticrsi');
// AvailableIndicators.push('mfi');
AvailableIndicators.push('mfi');

// AvailableIndicators.push('averagegain');
// AvailableIndicators.push('averageloss');
Expand Down
20 changes: 0 additions & 20 deletions lib/StockData.js

This file was deleted.

68 changes: 0 additions & 68 deletions lib/Utils/AverageGain.ts

This file was deleted.

68 changes: 0 additions & 68 deletions lib/Utils/AverageLoss.ts

This file was deleted.

79 changes: 0 additions & 79 deletions lib/Utils/CrossDown.ts

This file was deleted.

63 changes: 0 additions & 63 deletions lib/Utils/CrossOver.ts

This file was deleted.

Loading

0 comments on commit 1f679fe

Please sign in to comment.