fixed up ta's
This commit is contained in:
parent
0397796cfb
commit
4881a38c32
2 changed files with 1098 additions and 1 deletions
|
|
@ -44,7 +44,44 @@ export type {
|
||||||
export * from './basic-calculations';
|
export * from './basic-calculations';
|
||||||
|
|
||||||
// Export working technical indicators (building one by one)
|
// Export working technical indicators (building one by one)
|
||||||
export { sma, ema, rsi, macd, bollingerBands, atr, obv, stochastic } from './technical-indicators';
|
export {
|
||||||
|
sma,
|
||||||
|
ema,
|
||||||
|
rsi,
|
||||||
|
macd,
|
||||||
|
bollingerBands,
|
||||||
|
atr,
|
||||||
|
obv,
|
||||||
|
stochastic,
|
||||||
|
williamsR,
|
||||||
|
cci,
|
||||||
|
mfi,
|
||||||
|
vwma,
|
||||||
|
momentum,
|
||||||
|
roc,
|
||||||
|
accumulationDistribution,
|
||||||
|
aroon,
|
||||||
|
adx,
|
||||||
|
parabolicSAR,
|
||||||
|
chaikinMoneyFlow,
|
||||||
|
pivotPoints,
|
||||||
|
ichimoku,
|
||||||
|
ultimateOscillator,
|
||||||
|
easeOfMovement,
|
||||||
|
tema,
|
||||||
|
wma,
|
||||||
|
keltnerChannels,
|
||||||
|
donchianChannels,
|
||||||
|
klingerVolumeOscillator,
|
||||||
|
priceOscillator,
|
||||||
|
chandeMomentumOscillator,
|
||||||
|
stochasticRSI,
|
||||||
|
vortexIndicator,
|
||||||
|
balanceOfPower,
|
||||||
|
trix,
|
||||||
|
massIndex,
|
||||||
|
coppockCurve
|
||||||
|
} from './technical-indicators';
|
||||||
// export * from './risk-metrics';
|
// export * from './risk-metrics';
|
||||||
// export * from './portfolio-analytics';
|
// export * from './portfolio-analytics';
|
||||||
// export * from './options-pricing';
|
// export * from './options-pricing';
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue