Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vnpy/vnpy
/ functions
Functions
769 in github.com/vnpy/vnpy
⨍
Functions
769
◇
Types & classes
105
Method
test_alpha88
Test Alpha#88
tests/test_alpha101.py:590
Method
test_alpha89
Test Alpha#89
tests/test_alpha101.py:596
Method
test_alpha9
Test Alpha#9
tests/test_alpha101.py:120
Method
test_alpha90
Test Alpha#90
tests/test_alpha101.py:602
Method
test_alpha91
Test Alpha#91
tests/test_alpha101.py:608
Method
test_alpha92
Test Alpha#92
tests/test_alpha101.py:614
Method
test_alpha93
Test Alpha#93
tests/test_alpha101.py:620
Method
test_alpha94
Test Alpha#94
tests/test_alpha101.py:626
Method
test_alpha95
Test Alpha#95
tests/test_alpha101.py:632
Method
test_alpha96
Test Alpha#96
tests/test_alpha101.py:638
Method
test_alpha97
Test Alpha#97
tests/test_alpha101.py:644
Method
test_alpha98
Test Alpha#98
tests/test_alpha101.py:650
Method
test_alpha99
Test Alpha#99
tests/test_alpha101.py:656
Function
test_dataproxy_between_proxy_comparisons
Test DataProxy comparisons between two proxies.
tests/alpha/test_dataproxy.py:95
Function
test_dataproxy_between_proxy_operations
Test DataProxy operations between two proxies.
tests/alpha/test_dataproxy.py:58
Function
test_dataproxy_scalar_and_reverse_operations
Test DataProxy operations with scalars on both sides.
tests/alpha/test_dataproxy.py:40
Function
test_dataproxy_scalar_comparisons
Test DataProxy comparisons with scalars.
tests/alpha/test_dataproxy.py:82
Function
test_dataproxy_unary_operations
Test unary DataProxy operations.
tests/alpha/test_dataproxy.py:73
Function
test_df
Create test data: 50 symbols, 300 days, with extreme values.
tests/test_alpha101.py:61
Function
threading_excepthook
Show exception detail from background threads with QMessageBox.
vnpy/trader/ui/qt.py:60
Method
tickStrings
Convert original index to datetime string.
vnpy/chart/axis.py:22
Method
trange
(self, array: Literal[False] = False)
vnpy/trader/utility.py:1012
Method
trix
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:775
Function
ts_abs
Calculate the absolute value of the feature
vnpy/alpha/dataset/ts_function.py:286
Function
ts_argmax
Return the index of the maximum value over a rolling window
vnpy/alpha/dataset/ts_function.py:42
Function
ts_argmin
Return the index of the minimum value over a rolling window
vnpy/alpha/dataset/ts_function.py:52
Function
ts_cov
Calculate covariance between two features over a rolling window
vnpy/alpha/dataset/ts_function.py:301
Function
ts_decay_linear
Calculate linear decay weighted average
vnpy/alpha/dataset/ts_function.py:306
Function
ts_delta
Calculate difference between current value and value from window periods ago
vnpy/alpha/dataset/ts_function.py:296
Function
ts_greater
Return the maximum value between two features
vnpy/alpha/dataset/ts_function.py:259
Function
ts_less
Return the minimum value between two features
vnpy/alpha/dataset/ts_function.py:243
Function
ts_log
Calculate the natural logarithm of the feature
vnpy/alpha/dataset/ts_function.py:276
Function
ts_max
Calculate the maximum value over a rolling window
vnpy/alpha/dataset/ts_function.py:32
Function
ts_mean
Calculate the mean over a rolling window
vnpy/alpha/dataset/ts_function.py:82
Function
ts_min
Calculate the minimum value over a rolling window
vnpy/alpha/dataset/ts_function.py:22
Function
ts_product
Calculate the product over a rolling window
vnpy/alpha/dataset/ts_function.py:322
Function
ts_quantile
Calculate the quantile value over a rolling window
vnpy/alpha/dataset/ts_function.py:130
Function
ts_rank
Calculate the percentile rank of the current value within the window
vnpy/alpha/dataset/ts_function.py:62
Function
ts_resi
Calculate the residual of linear regression over a rolling window (optimized)
vnpy/alpha/dataset/ts_function.py:186
Function
ts_rsquare
Calculate the R-squared value of linear regression over a rolling window (optimized)
vnpy/alpha/dataset/ts_function.py:140
Function
ts_slope
Calculate the slope of linear regression over a rolling window (optimized)
vnpy/alpha/dataset/ts_function.py:102
Function
ts_sum
Calculate the sum over a rolling window
vnpy/alpha/dataset/ts_function.py:72
Method
turnover
Get trading turnover time series.
vnpy/trader/utility.py:569
Method
ultosc
(self, time_period1: int = 7, time_period2: int = 14, time_period3: int = 28, array: Literal[False] = False)
vnpy/trader/utility.py:991
Method
unbind
Clear credentials and stop pushing.
vnpy/trader/engine.py:735
Method
unbind
Confirm and clear current binding.
vnpy/trader/ui/widget.py:1685
Method
unregister
Unregister an existing handler function from event engine.
vnpy/event/engine.py:120
Method
unregister_general
Unregister an existing general handler function.
vnpy/event/engine.py:140
Function
update_bar
()
examples/candle_chart/run.py:34
Method
update_bar
Update single bar data.
vnpy/chart/widget.py:168
Method
update_bar
Update one single bar data.
vnpy/chart/manager.py:42
Method
update_bar
Update 1 minute bar into generator
vnpy/trader/utility.py:262
Method
update_bar
Update new bar data into array manager.
vnpy/trader/utility.py:509
Method
update_history
Update a list of bar data.
vnpy/chart/widget.py:155
Method
update_history
Update a list of bar data.
vnpy/chart/manager.py:21
Method
update_order
(self, order: OrderData)
vnpy/trader/converter.py:337
Method
update_order_request
(self, req: OrderRequest, vt_orderid: str)
vnpy/trader/converter.py:346
Method
update_order_request
Update order request to offset converter.
vnpy/trader/engine.py:558
Method
update_position
(self, position: PositionData)
vnpy/trader/converter.py:319
Method
update_setting
Get setting value from line edits and update global setting file.
vnpy/trader/ui/widget.py:1277
Method
update_tick
Update new tick data into generator.
vnpy/trader/utility.py:204
Method
update_trade
(self, trade: TradeData)
vnpy/trader/converter.py:328
Method
update_with_cell
(self, cell: BaseCell)
vnpy/trader/ui/widget.py:1034
Function
virtual
mark a function as "virtual", which means that this function can be override. any base class should use this or @abstractmethod to decorate a
vnpy/trader/utility.py:1275
Method
volume
Get trading volume time series.
vnpy/trader/utility.py:562
Method
wheelEvent
Reimplement this method of parent to zoom in/out.
vnpy/chart/widget.py:252
Method
willr
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:976
Method
wma
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:628
Method
write_log
Write a log event from gateway.
vnpy/trader/gateway.py:153
← previous
701–769 of 769, ranked by callers