Pete Kruskall
Pete Kruskall
My experience is probably outdated by a year or more at this point, but I ended up digging around in native code + other people's plugins (for months...really), cobbling together...
Unfortunately, this might need to be reopened as a regression, as I see similar behavior with the Python API (which now uses https://polygon.io/docs/stocks/get_v3_reference_dividends). For example: ex_dividend_date=2023-02-01 returns two dividends for...
 
Here are the endpoints related to exercising options I found, all with `https://ustrade.webullfinance.com/api` as their root: `trading/v1/webull/option/checkOptionExercise` `trading/v1/webull/option/exerciseResultDetail` `trading/v1/webull/option/listExerciseResult` `trading/v1/webull/option/checkOptionExercise` `trading/v1/webull/option/saveOptionExercise` `trading/v1/webull/position/updateOptionExercise` More information on parameters etc, with which existing...
I think `wait` takes a pid these days. instead of `-n` try `$!`. Presuming node didn't spawn any child processes, that should be the pid of the last command you...
@tamoyal -- though it's not germane to this issue, not seeing log messages on release builds is intentional. Please see filters in the dependency: logger @https://github.com/leisim/logger/tree/master/lib/src/filters. In particular, DevelopmentFilter, which...