trading-indicator icon indicating copy to clipboard operation
trading-indicator copied to clipboard

provide trading technical indicator values based on data of almost crypto currency exchanges

Results 15 trading-indicator issues
Sort by recently updated
recently updated
newest added

Hi, How to get the single value of MACD (or other any indicator), i get 400 values, i want to see only the current value in last 1 hour For...

Can you increase the request limit?

How can we use timestamp property in MFI ? I think this is very important.

Is it possible to add candle data externally?

Detect below candlestick patterns: - [ ] Abandoned Baby. - [ ] Bearish Engulfing Pattern. - [ ] Bullish Engulfiing Pattern. - [ ] Dark Cloud Cover. - [ ]...

epic

Could you please take a look this and tell me if i can use this api https://github.com/binary-com/deriv-api for detecting rsi,bb,ema crossover

(This content is created via [Gittool](https://github.com/thanhnguyennguyen/lazy/tree/master/git)) On behalf of [thanhnguyennguyen](https://github.com/thanhnguyennguyen)

`const vwapCrossSMA = async (period, input) => { let vwap = await vwap(input) let maVal = await sma(parseInt(period), 'close', input), price = vwapval.slice(-2), up = crossover(price, maVal), down = crossunder(price,...

hello,i just use the bellow code,the the error ![image](https://github.com/thanhnguyennguyen/trading-indicator/assets/59576291/5a637385-60d4-4c19-8878-8faf8e43adda) anything i missed? how can i fixed it. my code is : async function test(){ const { atr, getDetachSourceFromOHLCV } =...

hello,i just use the bellow code,the the error ![image](https://github.com/thanhnguyennguyen/trading-indicator/assets/59576291/5a637385-60d4-4c19-8878-8faf8e43adda) anything i missed? how can i fixed it. my code is : async function test(){ const { atr, getDetachSourceFromOHLCV } =...