indicatorts icon indicating copy to clipboard operation
indicatorts copied to clipboard

IndicatorTS - Stock technical indicators and strategies in TypeScript for browser and server programs.

Results 31 indicatorts issues
Sort by recently updated
recently updated
newest added

I tried to compute the projection oscillator for 15min frxGBPUSD candles, the total number of candles were 5000, in number. The projection oscillator returns negative values and values greater than...

Hello! I wanted to know how to edit an indicator? For example, I want to rewrite the Aroon indicator with the ability to change the period (it is fixed at...

Hi! First of all, awesome work!! I'm struggling with backtesting a custom strategy. I think I don't really understand how your backtesting works. I mean, how do you set your...

The documentation on this repo is amazing. Really great work, seriously. ```javascript import fs from 'fs' import { newAssetWithLength, backtest, STRATEGY_INFOS } from 'indicatorts' const candlesToAsset = (candles) => {...

I don't think it'd be the same as https://github.com/cinar/indicatorts/blob/main/src/strategy/buyAndHoldStrategy.ts population an array of "SELL" Actions Probably need to introduce the concept of margin, probably not easy.

The Ultimate Oscillator is a technical indicator that was developed by Larry Williams in 1976 to measure the price momentum of an asset across multiple timeframes. By using the weighted...

enhancement
good first issue

The true strength index (TSI) is a technical momentum oscillator used to identify trends and reversals. The indicator may be useful for determining overbought and oversold conditions, indicating potential trend...

enhancement
good first issue

The Stochastic RSI (StochRSI) is an indicator used in technical analysis that ranges between zero and one (or zero and 100 on some charting platforms) and is created by applying...

enhancement
good first issue

The Schaff Trend Cycle (STC) is a charting indicator that is commonly used to identify market trends and provide buy and sell signals to traders. https://www.investopedia.com/articles/forex/10/schaff-trend-cycle-indicator.asp

enhancement
good first issue