Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

add new indicator for talib "WILLR - Williams' %R with rsi oversold", "ADOSC - Chaikin A/D Oscillator" with rsi oversold with support for all volume based indicator #1357

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

Haehnchen
Copy link
Contributor

some more indicator, still no strategy because they need some combinations for a suitable outcome

lib/ta_volume.js Outdated
return
}

let tmpHigh = JSON.parse(JSON.stringify(s.marketData.high))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON stringify/parse is an incredibly slow way to make an array copy. Please consider array.slice(0) instead. array.slice() documentation Benchmark: http://jsben.ch/dzO4U

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx for this input done

… "ADOSC - Chaikin A/D Oscillator" with rsi oversold with support for all volume based indicator
@Haehnchen Haehnchen force-pushed the feature/talib-indicators branch from 0a54adb to ae301ba Compare February 19, 2018 18:26
Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants