Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS is app is crashing #3

Open
pkkasu opened this issue Mar 7, 2021 · 0 comments
Open

NodeJS is app is crashing #3

pkkasu opened this issue Mar 7, 2021 · 0 comments

Comments

@pkkasu
Copy link

pkkasu commented Mar 7, 2021

When i pass null in the example below, the nodejs app is crashing and the error is not captured in Try and endtry

import * as talib from 'talib-binding'

const STOCHRE2 = talib .STOCH(
// RSI, /* inHigh /
// RSI, /
inLow /
// RSI, /
optAcceleration_Factor, optional */
31, 7, 0, 3, 0
)

is there any way to capture errors from the ta-lib functions ?

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

No branches or pull requests

1 participant