-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels