MCPcopy Create free account

hub / github.com/vnpy/vnpy / functions

Functions769 in github.com/vnpy/vnpy

Functioncs_std
Calculate cross-sectional standard deviation
vnpy/alpha/dataset/cs_function.py:30
Methoddelete_bar_data
Delete all bar data with given symbol + exchange + interval.
vnpy/trader/database.py:99
Methoddelete_tick_data
Delete all tick data with given symbol + exchange.
vnpy/trader/database.py:111
Methoddetail
Output detailed information about the model
vnpy/alpha/model/template.py:26
Methoddetail
Output MLP model detail information Returns ------- pd.DataFrame Feature importance dataframe
vnpy/alpha/model/models/mlp_model.py:428
Methoddetail
Display model details with feature importance plots Generates two plots showing feature importance based on 'split' and 'gai
vnpy/alpha/model/models/lgb_model.py:149
Methoddetail
Output detailed information about the model Displays feature importance based on the coefficients of the LASSO model, showin
vnpy/alpha/model/models/lasso_model.py:112
Methoddonchian
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:1081
Methoddorpc
(*args: Any, **kwargs: Any)
vnpy/rpc/client.py:61
Methoddx
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:931
Methodedit_global_setting
vnpy/trader/ui/mainwindow.py:336
Methodema
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:598
Functionexcepthook
Show exception detail with QMessageBox.
vnpy/trader/ui/qt.py:46
Methodfetch_raw
Get raw data for a specific segment
vnpy/alpha/dataset/template.py:174
Methodfinish_bind
Persist binding result via WechatEngine and refresh the UI.
vnpy/trader/ui/widget.py:1660
Methodfit
Fit the model with dataset
vnpy/alpha/model/template.py:13
Methodfit
Train the multi-layer perceptron model Trains the MLP model using the given dataset, with main steps including: 1. Preparing
vnpy/alpha/model/models/mlp_model.py:137
Methodfit
Fit the model using the dataset Parameters ---------- dataset : AlphaDataset The dataset containing feat
vnpy/alpha/model/models/lgb_model.py:84
Methodfit
Fit the model with dataset Parameters ---------- dataset : AlphaDataset The dataset used for training
vnpy/alpha/model/models/lasso_model.py:40
Functionfloor_to
Similar to math.floor function, but to target float number.
vnpy/trader/utility.py:130
Methodforward
Forward propagation calculation Parameters ---------- x : torch.Tensor Input feature tensor, shape (batc
vnpy/alpha/model/models/mlp_model.py:666
Functionga_evaluate
Functions to be run in genetic algorithm optimization.
vnpy/trader/optimize.py:232
Methodgenerate
Generate the bar data and call callback immediately.
vnpy/trader/utility.py:474
Functiongenerate_vt_symbol
return vt_symbol
vnpy/trader/utility.py:31
Methodget_account
Get latest account data by vt_accountid.
vnpy/trader/engine.py:486
Methodget_all_accounts
Get all account data.
vnpy/trader/engine.py:528
Methodget_all_active_quotes
Get all active quotes.
vnpy/trader/engine.py:552
Methodget_all_daily_results
Get all daily profit and loss information
vnpy/alpha/strategy/backtesting.py:778
Methodget_all_orders
Get all order data.
vnpy/trader/engine.py:510
Methodget_all_orders
Get all order information
vnpy/alpha/strategy/backtesting.py:774
Methodget_all_plots
Get all plot objects.
vnpy/chart/widget.py:137
Methodget_all_positions
Get all position data.
vnpy/trader/engine.py:522
Methodget_all_quotes
Get all quote data.
vnpy/trader/engine.py:540
Methodget_all_ticks
Get all tick data.
vnpy/trader/engine.py:504
Methodget_all_trades
Get all trade data.
vnpy/trader/engine.py:516
Methodget_all_trades
Get all trade information
vnpy/alpha/strategy/backtesting.py:770
Methodget_bar_overview
Return bar data avaible in database.
vnpy/trader/database.py:122
Methodget_cash
Legacy compatibility method
vnpy/alpha/strategy/template.py:203
Methodget_cash_available
Get current available cash
vnpy/alpha/strategy/backtesting.py:782
Methodget_converter
Get offset converter object of specific gateway.
vnpy/trader/engine.py:583
Functionget_datafeed
()
vnpy/trader/datafeed.py:39
Methodget_default_setting
Return default setting dict.
vnpy/trader/gateway.py:268
Methodget_holding_value
Get current holding market value
vnpy/alpha/strategy/backtesting.py:786
Methodget_info_text
Get information text to show by cursor.
vnpy/chart/item.py:235
Methodget_info_text
Get information text to show by cursor.
vnpy/chart/item.py:322
Methodget_order
Get latest order data by vt_orderid.
vnpy/trader/engine.py:468
Methodget_plot
Get specific plot with its name.
vnpy/chart/widget.py:131
Methodget_portfolio_value
Get total portfolio value
vnpy/alpha/strategy/template.py:199
Methodget_position
Get latest position data by vt_positionid.
vnpy/trader/engine.py:480
Methodget_quote
Get latest quote data by vt_orderid.
vnpy/trader/engine.py:498
Methodget_signal
Get model prediction signal for current time
vnpy/alpha/strategy/backtesting.py:709
Methodget_tick_overview
Return tick data avaible in database.
vnpy/trader/database.py:129
Methodget_trade
Get trade data by vt_tradeid.
vnpy/trader/engine.py:474
Methodget_y_range
Get range of y-axis with given x-axis range. If min_ix and max_ix not specified, then return range with whole data set.
vnpy/chart/item.py:226
Methodget_y_range
Get range of y-axis with given x-axis range. If min_ix and max_ix not specified, then return range with whole data set.
vnpy/chart/item.py:313
Functiongreater
Return the maximum value between two features
vnpy/alpha/dataset/math_function.py:26
Methodhigh
Get high price time series.
vnpy/trader/utility.py:541
Methodinit
Initialize datafeed service connection.
vnpy/trader/datafeed.py:15
Methodinit_ui
Connect signal.
vnpy/trader/ui/widget.py:510
Methodinit_ui
Connect signal.
vnpy/trader/ui/widget.py:593
Methodinitialize
Initialize the build hook
vnpy/trader/locale/build_hook.py:11
Methodis_active
Check if the quote is active.
vnpy/trader/object.py:290
Methodjoin
(self)
vnpy/rpc/server.py:77
Methodkama
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:613
Methodkeltner
(self, n: int, dev: float, array: Literal[False] = False)
vnpy/trader/utility.py:1054
MethodkeyPressEvent
Reimplement this method of parent to move chart horizontally and zoom in/out.
vnpy/chart/widget.py:237
Functionless
Return the minimum value between two features
vnpy/alpha/dataset/math_function.py:10
Methodlist_all_datasets
List all datasets
vnpy/alpha/lab.py:417
Methodlist_all_models
List all models
vnpy/alpha/lab.py:449
Methodlist_all_signals
List all signals
vnpy/alpha/lab.py:478
Methodload_bar_data
Load bar data from database.
vnpy/trader/database.py:72
Methodload_bar_df
Load bar data as DataFrame
vnpy/alpha/lab.py:156
Methodload_component_filters
Collect index component duration filters
vnpy/alpha/lab.py:301
Methodload_component_symbols
Collect index component symbols
vnpy/alpha/lab.py:281
Methodload_data
Load historical data
vnpy/alpha/strategy/backtesting.py:112
Methodload_dataset
Load dataset
vnpy/alpha/lab.py:396
Methodload_model
Load model
vnpy/alpha/lab.py:428
Methodload_signal
Load signal
vnpy/alpha/lab.py:459
Methodload_tick_data
Load tick data from database.
vnpy/trader/database.py:86
Functionlog
Calculate the natural logarithm of the feature
vnpy/alpha/dataset/math_function.py:43
Methodlow
Get low price time series.
vnpy/trader/utility.py:548
Methodmacd
(self, fast_period: int, slow_period: int, signal_period: int, array: Literal[False] = False)
vnpy/trader/utility.py:880
Functionmain_ui
()
examples/client_server/run_server.py:13
Methodmfi
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:1164
Methodminus_di
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:946
Methodminus_dm
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:1132
Methodmom
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:679
Functionmutate_individual
(individual: list, indpb: float)
vnpy/trader/optimize.py:155
Methodnatr
(self, n: int, array: Literal[False] = False)
vnpy/trader/utility.py:850
Methodobv
(self, array: Literal[False] = False)
vnpy/trader/utility.py:805
Methodon_account
Account event push. Account event of a specific vt_accountid is also pushed.
vnpy/trader/gateway.py:125
Methodon_bars
K-line slice callback
vnpy/alpha/strategy/strategies/equity_demo_strategy.py:38
Methodon_contract
Contract event push.
vnpy/trader/gateway.py:147
Methodon_init
Strategy initialization callback
vnpy/alpha/strategy/strategies/equity_demo_strategy.py:25
Methodon_order
Order event push. Order event of a specific vt_orderid is also pushed.
vnpy/trader/gateway.py:109
Methodon_position
Position event push. Position event of a specific vt_symbol is also pushed.
vnpy/trader/gateway.py:117
Methodon_quote
Quote event push. Quote event of a specific vt_symbol is also pushed.
vnpy/trader/gateway.py:133
Methodon_tick
Tick event push. Tick event of a specific vt_symbol is also pushed.
vnpy/trader/gateway.py:93
Methodon_trade
Trade event push. Trade event of a specific vt_symbol is also pushed.
vnpy/trader/gateway.py:101
Methodon_trade
Trade execution callback
vnpy/alpha/strategy/strategies/equity_demo_strategy.py:32
← previousnext →401–500 of 769, ranked by callers