hikyuu 2.6.8.3__py3-none-manylinux2014_aarch64.whl → 2.7.3__py3-none-manylinux2014_aarch64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hikyuu/__init__.py +55 -23
- hikyuu/__init__.pyi +626 -595
- hikyuu/analysis/__init__.pyi +589 -563
- hikyuu/analysis/analysis.pyi +590 -564
- hikyuu/core.py +2 -0
- hikyuu/core.pyi +591 -565
- hikyuu/cpp/__init__.pyi +2 -2
- hikyuu/cpp/core310.pyi +587 -130
- hikyuu/cpp/core310.so +0 -0
- hikyuu/cpp/core311.pyi +587 -130
- hikyuu/cpp/core311.so +0 -0
- hikyuu/cpp/core312.pyi +587 -130
- hikyuu/cpp/core312.so +0 -0
- hikyuu/cpp/core313.pyi +587 -130
- hikyuu/cpp/core313.so +0 -0
- hikyuu/cpp/i18n/zh_CN/hikyuu.mo +0 -0
- hikyuu/cpp/i18n/zh_CN/hikyuu_plugin.mo +0 -0
- hikyuu/cpp/libboost_atomic.so +0 -0
- hikyuu/cpp/libboost_atomic.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_charconv.so +0 -0
- hikyuu/cpp/libboost_charconv.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_chrono.so +0 -0
- hikyuu/cpp/libboost_chrono.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_container.so +0 -0
- hikyuu/cpp/libboost_container.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_date_time.so +0 -0
- hikyuu/cpp/libboost_date_time.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_locale.so +0 -0
- hikyuu/cpp/libboost_locale.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_random.so +0 -0
- hikyuu/cpp/libboost_random.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_serialization.so +0 -0
- hikyuu/cpp/libboost_serialization.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_thread.so +0 -0
- hikyuu/cpp/libboost_thread.so.1.90.0 +0 -0
- hikyuu/cpp/libboost_wserialization.so +0 -0
- hikyuu/cpp/libboost_wserialization.so.1.90.0 +0 -0
- hikyuu/cpp/libhikyuu.so +0 -0
- hikyuu/cpp/libhku_hdf5.so +0 -0
- hikyuu/cpp/libhku_hdf5.so.200 +0 -0
- hikyuu/cpp/libhku_hdf5.so.200.2.0 +0 -0
- hikyuu/cpp/libhku_hdf5_cpp.so +0 -0
- hikyuu/cpp/libhku_hdf5_cpp.so.200 +0 -0
- hikyuu/cpp/libhku_hdf5_cpp.so.200.2.0 +0 -0
- hikyuu/cpp/libhku_hdf5_hl.so +0 -0
- hikyuu/cpp/libhku_hdf5_hl.so.200 +0 -0
- hikyuu/cpp/libhku_hdf5_hl.so.200.1.0 +0 -0
- hikyuu/cpp/libhku_hdf5_hl_cpp.so +0 -0
- hikyuu/cpp/libhku_hdf5_hl_cpp.so.200 +0 -0
- hikyuu/cpp/libhku_hdf5_hl_cpp.so.200.1.0 +0 -0
- hikyuu/cpp/libhku_hdf5_tools.so +0 -0
- hikyuu/cpp/libhku_hdf5_tools.so.200 +0 -0
- hikyuu/cpp/libhku_hdf5_tools.so.200.1.1 +0 -0
- hikyuu/cpp/libsqlite3.so +0 -0
- hikyuu/data/clickhouse_upgrade/0001.sql +2 -0
- hikyuu/data/clickhouse_upgrade/createdb.sql +105 -105
- hikyuu/data/common.py +3 -3
- hikyuu/data/common_clickhouse.py +1 -3
- hikyuu/data/download_block.py +351 -0
- hikyuu/data/em_block_to_clickhouse.py +26 -74
- hikyuu/data/em_block_to_mysql.py +25 -75
- hikyuu/data/em_block_to_sqlite.py +26 -78
- hikyuu/data/hku_config_template.py +33 -6
- hikyuu/data/mysql_upgrade/0029.sql +2 -0
- hikyuu/data/pytdx_to_clickhouse.py +96 -38
- hikyuu/data/pytdx_to_h5.py +78 -29
- hikyuu/data/pytdx_to_mysql.py +69 -21
- hikyuu/data/pytdx_weight_to_clickhouse.py +3 -1
- hikyuu/data/pytdx_weight_to_mysql.py +3 -1
- hikyuu/data/pytdx_weight_to_sqlite.py +3 -1
- hikyuu/data/sqlite_upgrade/0029.sql +4 -0
- hikyuu/data/tdx_to_clickhouse.py +2 -2
- hikyuu/data/tdx_to_h5.py +11 -11
- hikyuu/data/tdx_to_mysql.py +2 -2
- hikyuu/data/zh_bond10_to_clickhouse.py +1 -1
- hikyuu/draw/__init__.pyi +1 -1
- hikyuu/draw/drawplot/__init__.pyi +8 -8
- hikyuu/draw/drawplot/bokeh_draw.pyi +610 -583
- hikyuu/draw/drawplot/common.pyi +1 -1
- hikyuu/draw/drawplot/echarts_draw.pyi +612 -585
- hikyuu/draw/drawplot/matplotlib_draw.py +12 -76
- hikyuu/draw/drawplot/matplotlib_draw.pyi +623 -596
- hikyuu/draw/elder.pyi +11 -11
- hikyuu/draw/kaufman.pyi +18 -18
- hikyuu/draw/volume.pyi +10 -10
- hikyuu/examples/notebook/Demo/Demo1.ipynb +48 -33
- hikyuu/extend.py +0 -7
- hikyuu/extend.pyi +599 -573
- hikyuu/fetcher/stock/zh_block_em.py +12 -40
- hikyuu/gui/HikyuuTDX.py +140 -33
- hikyuu/gui/data/CollectSpotThread.py +1 -1
- hikyuu/gui/data/EscapetimeThread.py +8 -14
- hikyuu/gui/data/ImportBlockInfoTask.py +3 -10
- hikyuu/gui/data/MainWindow.py +1300 -761
- hikyuu/gui/data/SchedImportThread.py +2 -2
- hikyuu/gui/data/UsePytdxImportToH5Thread.py +3 -3
- hikyuu/gui/data/UseQmtImportToH5Thread.py +2 -2
- hikyuu/gui/data/UseTdxImportToH5Thread.py +3 -3
- hikyuu/gui/data/tool.py +32 -25
- hikyuu/gui/dataserver.py +5 -3
- hikyuu/gui/images/liandongxiaopu.png +0 -0
- hikyuu/gui/importdata.py +4 -0
- hikyuu/hub.pyi +6 -6
- hikyuu/include/hikyuu/DataType.h +4 -16
- hikyuu/include/hikyuu/KData.h +6 -3
- hikyuu/include/hikyuu/KDataPrivatedBufferImp.h +1 -1
- hikyuu/include/hikyuu/KDataSharedBufferImp.h +1 -1
- hikyuu/include/hikyuu/KQuery.h +2 -2
- hikyuu/include/hikyuu/Stock.h +4 -1
- hikyuu/include/hikyuu/StockManager.h +29 -4
- hikyuu/include/hikyuu/StrategyContext.h +4 -4
- hikyuu/include/hikyuu/data_driver/BaseInfoDriver.h +9 -0
- hikyuu/include/hikyuu/data_driver/BlockInfoDriver.h +6 -0
- hikyuu/include/hikyuu/data_driver/KDataDriver.h +24 -1
- hikyuu/include/hikyuu/data_driver/base_info/mysql/MySQLBaseInfoDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/base_info/sqlite/SQLiteBaseInfoDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/block_info/mysql/MySQLBlockInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/block_info/qianlong/QLBlockInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/block_info/sqlite/SQLiteBlockInfoDriver.h +2 -1
- hikyuu/include/hikyuu/data_driver/kdata/DoNothingKDataDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/cvs/KDataTempCsvDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/hdf5/H5KDataDriver.h +1 -1
- hikyuu/include/hikyuu/data_driver/kdata/mysql/MySQLKDataDriver.h +6 -2
- hikyuu/include/hikyuu/data_driver/kdata/sqlite/SQLiteKDataDriver.h +2 -2
- hikyuu/include/hikyuu/data_driver/kdata/tdx/TdxKDataDriver.h +1 -1
- hikyuu/include/hikyuu/global/sysinfo.h +24 -5
- hikyuu/include/hikyuu/hikyuu.h +1 -1
- hikyuu/include/hikyuu/indicator/IndicatorImp.h +1 -1
- hikyuu/include/hikyuu/indicator/build_in.h +1 -0
- hikyuu/include/hikyuu/indicator/crt/CYCLE.h +4 -4
- hikyuu/include/hikyuu/indicator/crt/HSL.h +2 -2
- hikyuu/include/hikyuu/indicator/crt/QUANTILE_TRUNC.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/TURNOVER.h +1 -0
- hikyuu/include/hikyuu/indicator/crt/ZSCORE.h +2 -2
- hikyuu/include/hikyuu/indicator/imp/IQuantileTrunc.h +25 -0
- hikyuu/include/hikyuu/lang.h +15 -2
- hikyuu/include/hikyuu/misc.h +38 -0
- hikyuu/include/hikyuu/plugin/KDataToClickHouseImporter.h +40 -0
- hikyuu/include/hikyuu/plugin/KDataToMySQLImporter.h +40 -0
- hikyuu/include/hikyuu/plugin/checkdata.h +20 -0
- hikyuu/include/hikyuu/plugin/dataserver.h +2 -1
- hikyuu/include/hikyuu/plugin/device.h +10 -0
- hikyuu/include/hikyuu/plugin/extind.h +40 -0
- hikyuu/include/hikyuu/plugin/hkuextra.h +1 -17
- hikyuu/include/hikyuu/plugin/interface/CheckDataPluginInterface.h +25 -0
- hikyuu/include/hikyuu/plugin/interface/DataServerPluginInterface.h +2 -2
- hikyuu/include/hikyuu/plugin/interface/DevicePluginInterface.h +2 -0
- hikyuu/include/hikyuu/plugin/interface/ExtendIndicatorsPluginInterface.h +12 -0
- hikyuu/include/hikyuu/plugin/interface/HkuExtraPluginInterface.h +1 -13
- hikyuu/include/hikyuu/plugin/interface/ImportKDataToClickHousePluginInterface.h +44 -0
- hikyuu/include/hikyuu/plugin/interface/ImportKDataToMySQLPluginInterface.h +42 -0
- hikyuu/include/hikyuu/plugin/interface/plugins.h +9 -1
- hikyuu/include/hikyuu/python/convert_any.h +9 -6
- hikyuu/include/hikyuu/python/pybind_utils.h +4 -11
- hikyuu/include/hikyuu/strategy/RunSystemInStrategy.h +3 -0
- hikyuu/include/hikyuu/strategy/Strategy.h +1 -1
- hikyuu/include/hikyuu/trade_manage/Performance.h +4 -4
- hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +10 -2
- hikyuu/include/hikyuu/trade_manage/TradeRecord.h +2 -1
- hikyuu/include/hikyuu/trade_sys/allocatefunds/AllocateFundsBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/allocatefunds/build_in.h +1 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/crt/AF_FixedAmount.h +26 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/imp/FixAmountFunds.h +18 -0
- hikyuu/include/hikyuu/trade_sys/condition/ConditionBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/environment/EnvironmentBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/moneymanager/MoneyManagerBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedCapitalFundsMM.h +0 -4
- hikyuu/include/hikyuu/trade_sys/multifactor/MultiFactorBase.h +36 -4
- hikyuu/include/hikyuu/trade_sys/multifactor/NormalizeBase.h +124 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/ScoresFilterBase.h +124 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/build_in.h +3 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/buildin_norm.h +36 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/buildin_scfilter.h +51 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/GroupSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/IgnoreLessOrEqualValueSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/IgnoreNanSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/MinAmountPercentSCFilter.h +25 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/PriceSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/filter/TopNSCFilter.h +24 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/EqualWeightMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/ICIRMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/ICMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/WeightMultiFactor.h +1 -1
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormMinMax.h +23 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormQuantile.h +28 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormQuantileUniform.h +28 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/NormZScore.h +25 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/normalize/quantile_trunc.h +16 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/Portfolio.h +20 -13
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/SimplePortfolio.h +7 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/WithoutAFPortfolio.h +7 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/ProfitGoalBase.h +9 -11
- hikyuu/include/hikyuu/trade_sys/selector/SelectorBase.h +49 -1
- hikyuu/include/hikyuu/trade_sys/selector/build_in.h +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_MultiFactor2.h +40 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/MultiFactorSelector.h +0 -3
- hikyuu/include/hikyuu/trade_sys/selector/imp/MultiFactorSelector2.h +49 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorSelector.h +1 -1
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorValueSelector.h +1 -1
- hikyuu/include/hikyuu/trade_sys/signal/SignalBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/signal/imp/BandSignal2.h +0 -4
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/AddValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/DivValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/MulValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OperatorSignal.h +1 -1
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OperatorValueSignal.h +4 -4
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/SubValueSignal.h +2 -2
- hikyuu/include/hikyuu/trade_sys/slippage/SlippageBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/slippage/build_in.h +5 -1
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_LogNormal.h +22 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_Normal.h +22 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_TruncNormal.h +25 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_Uniform.h +23 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/LogNormalSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/NormalSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/TruncNormalSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/UniformSlippage.h +24 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/StoplossBase.h +0 -1
- hikyuu/include/hikyuu/trade_sys/system/System.h +15 -3
- hikyuu/include/hikyuu/utilities/Log.h +6 -7
- hikyuu/include/hikyuu/utilities/Parameter.h +17 -0
- hikyuu/include/hikyuu/utilities/SpendTimer.h +17 -7
- hikyuu/include/hikyuu/utilities/arithmetic.h +55 -0
- hikyuu/include/hikyuu/utilities/config.h +28 -0
- hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLConnect.h +1 -1
- hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLStatement.h +1 -1
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteConnect.h +1 -1
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteStatement.h +1 -1
- hikyuu/include/hikyuu/utilities/plugin/PluginBase.h +17 -2
- hikyuu/include/hikyuu/utilities/plugin/PluginLoader.h +4 -1
- hikyuu/include/hikyuu/utilities/plugin/PluginManager.h +41 -22
- hikyuu/include/hikyuu/utilities/thread/GlobalStealThreadPool.h +1 -2
- hikyuu/include/hikyuu/utilities/thread/GlobalThreadPool.h +1 -1
- hikyuu/include/hikyuu/utilities/thread/MQStealThreadPool.h +286 -0
- hikyuu/include/hikyuu/utilities/thread/MQThreadPool.h +1 -0
- hikyuu/include/hikyuu/utilities/thread/StealThreadPool.h +297 -0
- hikyuu/include/hikyuu/utilities/thread/ThreadPool.h +1 -0
- hikyuu/include/hikyuu/utilities/thread/WorkStealQueue.h +9 -8
- hikyuu/include/hikyuu/utilities/thread/algorithm.h +64 -14
- hikyuu/include/hikyuu/version.h +5 -5
- hikyuu/plugin/libbacktest.so +0 -0
- hikyuu/plugin/libcheckdata.so +0 -0
- hikyuu/plugin/libclickhousedriver.so +0 -0
- hikyuu/plugin/libdataserver.so +0 -0
- hikyuu/{cpp/core39.so → plugin/libdataserver_parquet.so} +0 -0
- hikyuu/plugin/libdevice.so +0 -0
- hikyuu/plugin/libextind.so +0 -0
- hikyuu/plugin/libhkuextra.so +0 -0
- hikyuu/plugin/libimport2ch.so +0 -0
- hikyuu/plugin/libimport2hdf5.so +0 -0
- hikyuu/plugin/libimport2mysql.so +0 -0
- hikyuu/plugin/libtmreport.so +0 -0
- hikyuu/trade_manage/__init__.pyi +607 -582
- hikyuu/trade_manage/broker.pyi +3 -3
- hikyuu/trade_manage/broker_easytrader.pyi +1 -1
- hikyuu/trade_manage/trade.py +0 -2
- hikyuu/trade_manage/trade.pyi +607 -582
- hikyuu/trade_sys/trade_sys.py +54 -5
- hikyuu/util/__init__.pyi +2 -2
- hikyuu/util/singleton.pyi +1 -1
- {hikyuu-2.6.8.3.dist-info → hikyuu-2.7.3.dist-info}/METADATA +42 -32
- {hikyuu-2.6.8.3.dist-info → hikyuu-2.7.3.dist-info}/RECORD +267 -212
- {hikyuu-2.6.8.3.dist-info → hikyuu-2.7.3.dist-info}/top_level.txt +2 -2
- hikyuu/cpp/core39.pyi +0 -14190
- hikyuu/data/pytdx_to_taos.py +0 -736
- hikyuu/data_driver/__init__.py +0 -49
- hikyuu/data_driver/jqdata_data_driver.py +0 -277
- hikyuu/data_driver/pytdx_data_driver.py +0 -292
- hikyuu/fetcher/stock/zh_stock_a_huatai.py +0 -51
- hikyuu/fetcher/stock/zh_stock_a_pytdx.py +0 -129
- hikyuu/gui/data/CollectToMemThread.py +0 -123
- hikyuu/gui/data/CollectToMySQLThread.py +0 -178
- hikyuu/gui/start_huatai_insight.py +0 -510
- hikyuu/include/hikyuu/views/arrow_common.h +0 -38
- hikyuu/include/hikyuu/views/arrow_views.h +0 -117
- hikyuu/tools/update_block_info.py +0 -168
- /hikyuu/include/hikyuu/{views → trade_sys/multifactor/filter}/__init__.py +0 -0
- {hikyuu-2.6.8.3.dist-info → hikyuu-2.7.3.dist-info}/WHEEL +0 -0
- {hikyuu-2.6.8.3.dist-info → hikyuu-2.7.3.dist-info}/entry_points.txt +0 -0
|
@@ -14,566 +14,592 @@ from hikyuu.analysis.analysis import combinate_ind_analysis
|
|
|
14
14
|
from hikyuu.analysis.analysis import combinate_ind_analysis_multi
|
|
15
15
|
from hikyuu import core
|
|
16
16
|
from hikyuu import cpp
|
|
17
|
-
import hikyuu.cpp.
|
|
18
|
-
from hikyuu.cpp.
|
|
19
|
-
from hikyuu.cpp.
|
|
20
|
-
from hikyuu.cpp.
|
|
21
|
-
from hikyuu.cpp.
|
|
22
|
-
from hikyuu.cpp.
|
|
23
|
-
from hikyuu.cpp.
|
|
24
|
-
from hikyuu.cpp.
|
|
25
|
-
from hikyuu.cpp.
|
|
26
|
-
from hikyuu.cpp.
|
|
27
|
-
from hikyuu.cpp.
|
|
28
|
-
from hikyuu.cpp.
|
|
29
|
-
from hikyuu.cpp.
|
|
30
|
-
from hikyuu.cpp.
|
|
31
|
-
from hikyuu.cpp.
|
|
32
|
-
from hikyuu.cpp.
|
|
33
|
-
from hikyuu.cpp.
|
|
34
|
-
from hikyuu.cpp.
|
|
35
|
-
from hikyuu.cpp.
|
|
36
|
-
from hikyuu.cpp.
|
|
37
|
-
from hikyuu.cpp.
|
|
38
|
-
from hikyuu.cpp.
|
|
39
|
-
from hikyuu.cpp.
|
|
40
|
-
from hikyuu.cpp.
|
|
41
|
-
from hikyuu.cpp.
|
|
42
|
-
from hikyuu.cpp.
|
|
43
|
-
from hikyuu.cpp.
|
|
44
|
-
from hikyuu.cpp.
|
|
45
|
-
from hikyuu.cpp.
|
|
46
|
-
from hikyuu.cpp.
|
|
47
|
-
from hikyuu.cpp.
|
|
48
|
-
from hikyuu.cpp.
|
|
49
|
-
from hikyuu.cpp.
|
|
50
|
-
from hikyuu.cpp.
|
|
51
|
-
from hikyuu.cpp.
|
|
52
|
-
from hikyuu.cpp.
|
|
53
|
-
from hikyuu.cpp.
|
|
54
|
-
from hikyuu.cpp.
|
|
55
|
-
from hikyuu.cpp.
|
|
56
|
-
from hikyuu.cpp.
|
|
57
|
-
from hikyuu.cpp.
|
|
58
|
-
from hikyuu.cpp.
|
|
59
|
-
from hikyuu.cpp.
|
|
60
|
-
from hikyuu.cpp.
|
|
61
|
-
from hikyuu.cpp.
|
|
62
|
-
from hikyuu.cpp.
|
|
63
|
-
from hikyuu.cpp.
|
|
64
|
-
from hikyuu.cpp.
|
|
65
|
-
from hikyuu.cpp.
|
|
66
|
-
from hikyuu.cpp.
|
|
67
|
-
from hikyuu.cpp.
|
|
68
|
-
from hikyuu.cpp.
|
|
69
|
-
from hikyuu.cpp.
|
|
70
|
-
from hikyuu.cpp.
|
|
71
|
-
from hikyuu.cpp.
|
|
72
|
-
from hikyuu.cpp.
|
|
73
|
-
from hikyuu.cpp.
|
|
74
|
-
from hikyuu.cpp.
|
|
75
|
-
from hikyuu.cpp.
|
|
76
|
-
from hikyuu.cpp.
|
|
77
|
-
from hikyuu.cpp.
|
|
78
|
-
from hikyuu.cpp.
|
|
79
|
-
from hikyuu.cpp.
|
|
80
|
-
from hikyuu.cpp.
|
|
81
|
-
from hikyuu.cpp.
|
|
82
|
-
from hikyuu.cpp.
|
|
83
|
-
from hikyuu.cpp.
|
|
84
|
-
from hikyuu.cpp.
|
|
85
|
-
from hikyuu.cpp.
|
|
86
|
-
from hikyuu.cpp.
|
|
87
|
-
from hikyuu.cpp.
|
|
88
|
-
from hikyuu.cpp.
|
|
89
|
-
from hikyuu.cpp.
|
|
90
|
-
from hikyuu.cpp.
|
|
91
|
-
from hikyuu.cpp.
|
|
92
|
-
from hikyuu.cpp.
|
|
93
|
-
from hikyuu.cpp.
|
|
94
|
-
from hikyuu.cpp.
|
|
95
|
-
from hikyuu.cpp.
|
|
96
|
-
from hikyuu.cpp.
|
|
97
|
-
from hikyuu.cpp.
|
|
98
|
-
from hikyuu.cpp.
|
|
99
|
-
from hikyuu.cpp.
|
|
100
|
-
from hikyuu.cpp.
|
|
101
|
-
from hikyuu.cpp.
|
|
102
|
-
from hikyuu.cpp.
|
|
103
|
-
from hikyuu.cpp.
|
|
104
|
-
from hikyuu.cpp.
|
|
105
|
-
from hikyuu.cpp.
|
|
106
|
-
from hikyuu.cpp.
|
|
107
|
-
from hikyuu.cpp.
|
|
108
|
-
from hikyuu.cpp.
|
|
109
|
-
from hikyuu.cpp.
|
|
110
|
-
from hikyuu.cpp.
|
|
111
|
-
from hikyuu.cpp.
|
|
112
|
-
from hikyuu.cpp.
|
|
113
|
-
from hikyuu.cpp.
|
|
114
|
-
from hikyuu.cpp.
|
|
115
|
-
from hikyuu.cpp.
|
|
116
|
-
from hikyuu.cpp.
|
|
117
|
-
from hikyuu.cpp.
|
|
118
|
-
from hikyuu.cpp.
|
|
119
|
-
from hikyuu.cpp.
|
|
120
|
-
from hikyuu.cpp.
|
|
121
|
-
from hikyuu.cpp.
|
|
122
|
-
from hikyuu.cpp.
|
|
123
|
-
from hikyuu.cpp.
|
|
124
|
-
from hikyuu.cpp.
|
|
125
|
-
from hikyuu.cpp.
|
|
126
|
-
from hikyuu.cpp.
|
|
127
|
-
from hikyuu.cpp.
|
|
128
|
-
from hikyuu.cpp.
|
|
129
|
-
from hikyuu.cpp.
|
|
130
|
-
from hikyuu.cpp.
|
|
131
|
-
from hikyuu.cpp.
|
|
132
|
-
from hikyuu.cpp.
|
|
133
|
-
from hikyuu.cpp.
|
|
134
|
-
from hikyuu.cpp.
|
|
135
|
-
from hikyuu.cpp.
|
|
136
|
-
from hikyuu.cpp.
|
|
137
|
-
from hikyuu.cpp.
|
|
138
|
-
from hikyuu.cpp.
|
|
139
|
-
from hikyuu.cpp.
|
|
140
|
-
from hikyuu.cpp.
|
|
141
|
-
from hikyuu.cpp.
|
|
142
|
-
from hikyuu.cpp.
|
|
143
|
-
from hikyuu.cpp.
|
|
144
|
-
from hikyuu.cpp.
|
|
145
|
-
from hikyuu.cpp.
|
|
146
|
-
from hikyuu.cpp.
|
|
147
|
-
from hikyuu.cpp.
|
|
148
|
-
from hikyuu.cpp.
|
|
149
|
-
from hikyuu.cpp.
|
|
150
|
-
from hikyuu.cpp.
|
|
151
|
-
from hikyuu.cpp.
|
|
152
|
-
from hikyuu.cpp.
|
|
153
|
-
from hikyuu.cpp.
|
|
154
|
-
from hikyuu.cpp.
|
|
155
|
-
from hikyuu.cpp.
|
|
156
|
-
from hikyuu.cpp.
|
|
157
|
-
from hikyuu.cpp.
|
|
158
|
-
from hikyuu.cpp.
|
|
159
|
-
from hikyuu.cpp.
|
|
160
|
-
from hikyuu.cpp.
|
|
161
|
-
from hikyuu.cpp.
|
|
162
|
-
from hikyuu.cpp.
|
|
163
|
-
from hikyuu.cpp.
|
|
164
|
-
from hikyuu.cpp.
|
|
165
|
-
from hikyuu.cpp.
|
|
166
|
-
from hikyuu.cpp.
|
|
167
|
-
from hikyuu.cpp.
|
|
168
|
-
from hikyuu.cpp.
|
|
169
|
-
from hikyuu.cpp.
|
|
170
|
-
from hikyuu.cpp.
|
|
171
|
-
from hikyuu.cpp.
|
|
172
|
-
from hikyuu.cpp.
|
|
173
|
-
from hikyuu.cpp.
|
|
174
|
-
from hikyuu.cpp.
|
|
175
|
-
from hikyuu.cpp.
|
|
176
|
-
from hikyuu.cpp.
|
|
177
|
-
from hikyuu.cpp.
|
|
178
|
-
from hikyuu.cpp.
|
|
179
|
-
from hikyuu.cpp.
|
|
180
|
-
from hikyuu.cpp.
|
|
181
|
-
from hikyuu.cpp.
|
|
182
|
-
from hikyuu.cpp.
|
|
183
|
-
from hikyuu.cpp.
|
|
184
|
-
from hikyuu.cpp.
|
|
185
|
-
from hikyuu.cpp.
|
|
186
|
-
from hikyuu.cpp.
|
|
187
|
-
from hikyuu.cpp.
|
|
188
|
-
from hikyuu.cpp.
|
|
189
|
-
from hikyuu.cpp.
|
|
190
|
-
from hikyuu.cpp.
|
|
191
|
-
from hikyuu.cpp.
|
|
192
|
-
from hikyuu.cpp.
|
|
193
|
-
from hikyuu.cpp.
|
|
194
|
-
from hikyuu.cpp.
|
|
195
|
-
from hikyuu.cpp.
|
|
196
|
-
from hikyuu.cpp.
|
|
197
|
-
from hikyuu.cpp.
|
|
198
|
-
from hikyuu.cpp.
|
|
199
|
-
from hikyuu.cpp.
|
|
200
|
-
from hikyuu.cpp.
|
|
201
|
-
from hikyuu.cpp.
|
|
202
|
-
from hikyuu.cpp.
|
|
203
|
-
from hikyuu.cpp.
|
|
204
|
-
from hikyuu.cpp.
|
|
205
|
-
from hikyuu.cpp.
|
|
206
|
-
from hikyuu.cpp.
|
|
207
|
-
from hikyuu.cpp.
|
|
208
|
-
from hikyuu.cpp.
|
|
209
|
-
from hikyuu.cpp.
|
|
210
|
-
from hikyuu.cpp.
|
|
211
|
-
from hikyuu.cpp.
|
|
212
|
-
from hikyuu.cpp.
|
|
213
|
-
from hikyuu.cpp.
|
|
214
|
-
from hikyuu.cpp.
|
|
215
|
-
from hikyuu.cpp.
|
|
216
|
-
from hikyuu.cpp.
|
|
217
|
-
from hikyuu.cpp.
|
|
218
|
-
from hikyuu.cpp.
|
|
219
|
-
from hikyuu.cpp.
|
|
220
|
-
from hikyuu.cpp.
|
|
221
|
-
from hikyuu.cpp.
|
|
222
|
-
from hikyuu.cpp.
|
|
223
|
-
from hikyuu.cpp.
|
|
224
|
-
from hikyuu.cpp.
|
|
225
|
-
from hikyuu.cpp.
|
|
226
|
-
from hikyuu.cpp.
|
|
227
|
-
from hikyuu.cpp.
|
|
228
|
-
from hikyuu.cpp.
|
|
229
|
-
from hikyuu.cpp.
|
|
230
|
-
from hikyuu.cpp.
|
|
231
|
-
from hikyuu.cpp.
|
|
232
|
-
from hikyuu.cpp.
|
|
233
|
-
from hikyuu.cpp.
|
|
234
|
-
from hikyuu.cpp.
|
|
235
|
-
from hikyuu.cpp.
|
|
236
|
-
from hikyuu.cpp.
|
|
237
|
-
from hikyuu.cpp.
|
|
238
|
-
from hikyuu.cpp.
|
|
239
|
-
from hikyuu.cpp.
|
|
240
|
-
from hikyuu.cpp.
|
|
241
|
-
from hikyuu.cpp.
|
|
242
|
-
from hikyuu.cpp.
|
|
243
|
-
from hikyuu.cpp.
|
|
244
|
-
from hikyuu.cpp.
|
|
245
|
-
from hikyuu.cpp.
|
|
246
|
-
from hikyuu.cpp.
|
|
247
|
-
from hikyuu.cpp.
|
|
248
|
-
from hikyuu.cpp.
|
|
249
|
-
from hikyuu.cpp.
|
|
250
|
-
from hikyuu.cpp.
|
|
251
|
-
from hikyuu.cpp.
|
|
252
|
-
from hikyuu.cpp.
|
|
253
|
-
from hikyuu.cpp.
|
|
254
|
-
from hikyuu.cpp.
|
|
255
|
-
from hikyuu.cpp.
|
|
256
|
-
from hikyuu.cpp.
|
|
257
|
-
from hikyuu.cpp.
|
|
258
|
-
from hikyuu.cpp.
|
|
259
|
-
from hikyuu.cpp.
|
|
260
|
-
from hikyuu.cpp.
|
|
261
|
-
from hikyuu.cpp.
|
|
262
|
-
from hikyuu.cpp.
|
|
263
|
-
from hikyuu.cpp.
|
|
264
|
-
from hikyuu.cpp.
|
|
265
|
-
from hikyuu.cpp.
|
|
266
|
-
from hikyuu.cpp.
|
|
267
|
-
from hikyuu.cpp.
|
|
268
|
-
from hikyuu.cpp.
|
|
269
|
-
from hikyuu.cpp.
|
|
270
|
-
from hikyuu.cpp.
|
|
271
|
-
from hikyuu.cpp.
|
|
272
|
-
from hikyuu.cpp.
|
|
273
|
-
from hikyuu.cpp.
|
|
274
|
-
from hikyuu.cpp.
|
|
275
|
-
from hikyuu.cpp.
|
|
276
|
-
from hikyuu.cpp.
|
|
277
|
-
from hikyuu.cpp.
|
|
278
|
-
from hikyuu.cpp.
|
|
279
|
-
from hikyuu.cpp.
|
|
280
|
-
from hikyuu.cpp.
|
|
281
|
-
from hikyuu.cpp.
|
|
282
|
-
from hikyuu.cpp.
|
|
283
|
-
from hikyuu.cpp.
|
|
284
|
-
from hikyuu.cpp.
|
|
285
|
-
from hikyuu.cpp.
|
|
286
|
-
from hikyuu.cpp.
|
|
287
|
-
from hikyuu.cpp.
|
|
288
|
-
from hikyuu.cpp.
|
|
289
|
-
from hikyuu.cpp.
|
|
290
|
-
from hikyuu.cpp.
|
|
291
|
-
from hikyuu.cpp.
|
|
292
|
-
from hikyuu.cpp.
|
|
293
|
-
from hikyuu.cpp.
|
|
294
|
-
from hikyuu.cpp.
|
|
295
|
-
from hikyuu.cpp.
|
|
296
|
-
from hikyuu.cpp.
|
|
297
|
-
from hikyuu.cpp.
|
|
298
|
-
from hikyuu.cpp.
|
|
299
|
-
from hikyuu.cpp.
|
|
300
|
-
from hikyuu.cpp.
|
|
301
|
-
from hikyuu.cpp.
|
|
302
|
-
from hikyuu.cpp.
|
|
303
|
-
from hikyuu.cpp.
|
|
304
|
-
from hikyuu.cpp.
|
|
305
|
-
from hikyuu.cpp.
|
|
306
|
-
from hikyuu.cpp.
|
|
307
|
-
from hikyuu.cpp.
|
|
308
|
-
from hikyuu.cpp.
|
|
309
|
-
from hikyuu.cpp.
|
|
310
|
-
from hikyuu.cpp.
|
|
311
|
-
from hikyuu.cpp.
|
|
312
|
-
from hikyuu.cpp.
|
|
313
|
-
from hikyuu.cpp.
|
|
314
|
-
from hikyuu.cpp.
|
|
315
|
-
from hikyuu.cpp.
|
|
316
|
-
from hikyuu.cpp.
|
|
317
|
-
from hikyuu.cpp.
|
|
318
|
-
from hikyuu.cpp.
|
|
319
|
-
from hikyuu.cpp.
|
|
320
|
-
from hikyuu.cpp.
|
|
321
|
-
from hikyuu.cpp.
|
|
322
|
-
from hikyuu.cpp.
|
|
323
|
-
from hikyuu.cpp.
|
|
324
|
-
from hikyuu.cpp.
|
|
325
|
-
from hikyuu.cpp.
|
|
326
|
-
from hikyuu.cpp.
|
|
327
|
-
from hikyuu.cpp.
|
|
328
|
-
from hikyuu.cpp.
|
|
329
|
-
from hikyuu.cpp.
|
|
330
|
-
from hikyuu.cpp.
|
|
331
|
-
from hikyuu.cpp.
|
|
332
|
-
from hikyuu.cpp.
|
|
333
|
-
from hikyuu.cpp.
|
|
334
|
-
from hikyuu.cpp.
|
|
335
|
-
from hikyuu.cpp.
|
|
336
|
-
from hikyuu.cpp.
|
|
337
|
-
from hikyuu.cpp.
|
|
338
|
-
from hikyuu.cpp.
|
|
339
|
-
from hikyuu.cpp.
|
|
340
|
-
from hikyuu.cpp.
|
|
341
|
-
from hikyuu.cpp.
|
|
342
|
-
from hikyuu.cpp.
|
|
343
|
-
from hikyuu.cpp.
|
|
344
|
-
from hikyuu.cpp.
|
|
345
|
-
from hikyuu.cpp.
|
|
346
|
-
from hikyuu.cpp.
|
|
347
|
-
from hikyuu.cpp.
|
|
348
|
-
from hikyuu.cpp.
|
|
349
|
-
from hikyuu.cpp.
|
|
350
|
-
from hikyuu.cpp.
|
|
351
|
-
from hikyuu.cpp.
|
|
352
|
-
from hikyuu.cpp.
|
|
353
|
-
from hikyuu.cpp.
|
|
354
|
-
from hikyuu.cpp.
|
|
355
|
-
from hikyuu.cpp.
|
|
356
|
-
from hikyuu.cpp.
|
|
357
|
-
from hikyuu.cpp.
|
|
358
|
-
from hikyuu.cpp.
|
|
359
|
-
from hikyuu.cpp.
|
|
360
|
-
from hikyuu.cpp.
|
|
361
|
-
from hikyuu.cpp.
|
|
362
|
-
from hikyuu.cpp.
|
|
363
|
-
from hikyuu.cpp.
|
|
364
|
-
from hikyuu.cpp.
|
|
365
|
-
from hikyuu.cpp.
|
|
366
|
-
from hikyuu.cpp.
|
|
367
|
-
from hikyuu.cpp.
|
|
368
|
-
from hikyuu.cpp.
|
|
369
|
-
from hikyuu.cpp.
|
|
370
|
-
from hikyuu.cpp.
|
|
371
|
-
from hikyuu.cpp.
|
|
372
|
-
from hikyuu.cpp.
|
|
373
|
-
from hikyuu.cpp.
|
|
374
|
-
from hikyuu.cpp.
|
|
375
|
-
from hikyuu.cpp.
|
|
376
|
-
from hikyuu.cpp.
|
|
377
|
-
from hikyuu.cpp.
|
|
378
|
-
from hikyuu.cpp.
|
|
379
|
-
from hikyuu.cpp.
|
|
380
|
-
from hikyuu.cpp.
|
|
381
|
-
from hikyuu.cpp.
|
|
382
|
-
from hikyuu.cpp.
|
|
383
|
-
from hikyuu.cpp.
|
|
384
|
-
from hikyuu.cpp.
|
|
385
|
-
from hikyuu.cpp.
|
|
386
|
-
from hikyuu.cpp.
|
|
387
|
-
from hikyuu.cpp.
|
|
388
|
-
from hikyuu.cpp.
|
|
389
|
-
from hikyuu.cpp.
|
|
390
|
-
from hikyuu.cpp.
|
|
391
|
-
from hikyuu.cpp.
|
|
392
|
-
from hikyuu.cpp.
|
|
393
|
-
from hikyuu.cpp.
|
|
394
|
-
from hikyuu.cpp.
|
|
395
|
-
from hikyuu.cpp.
|
|
396
|
-
from hikyuu.cpp.
|
|
397
|
-
from hikyuu.cpp.
|
|
398
|
-
from hikyuu.cpp.
|
|
399
|
-
from hikyuu.cpp.
|
|
400
|
-
from hikyuu.cpp.
|
|
401
|
-
from hikyuu.cpp.
|
|
402
|
-
from hikyuu.cpp.
|
|
403
|
-
from hikyuu.cpp.
|
|
404
|
-
from hikyuu.cpp.
|
|
405
|
-
from hikyuu.cpp.
|
|
406
|
-
from hikyuu.cpp.
|
|
407
|
-
from hikyuu.cpp.
|
|
408
|
-
from hikyuu.cpp.
|
|
409
|
-
from hikyuu.cpp.
|
|
410
|
-
from hikyuu.cpp.
|
|
411
|
-
from hikyuu.cpp.
|
|
412
|
-
from hikyuu.cpp.
|
|
413
|
-
from hikyuu.cpp.
|
|
414
|
-
from hikyuu.cpp.
|
|
415
|
-
from hikyuu.cpp.
|
|
416
|
-
from hikyuu.cpp.
|
|
417
|
-
from hikyuu.cpp.
|
|
418
|
-
from hikyuu.cpp.
|
|
419
|
-
from hikyuu.cpp.
|
|
420
|
-
from hikyuu.cpp.
|
|
421
|
-
from hikyuu.cpp.
|
|
422
|
-
from hikyuu.cpp.
|
|
423
|
-
from hikyuu.cpp.
|
|
424
|
-
from hikyuu.cpp.
|
|
425
|
-
from hikyuu.cpp.
|
|
426
|
-
from hikyuu.cpp.
|
|
427
|
-
from hikyuu.cpp.
|
|
428
|
-
from hikyuu.cpp.
|
|
429
|
-
from hikyuu.cpp.
|
|
430
|
-
from hikyuu.cpp.
|
|
431
|
-
from hikyuu.cpp.
|
|
432
|
-
from hikyuu.cpp.
|
|
433
|
-
from hikyuu.cpp.
|
|
434
|
-
from hikyuu.cpp.
|
|
435
|
-
from hikyuu.cpp.
|
|
436
|
-
from hikyuu.cpp.
|
|
437
|
-
from hikyuu.cpp.
|
|
438
|
-
from hikyuu.cpp.
|
|
439
|
-
from hikyuu.cpp.
|
|
440
|
-
from hikyuu.cpp.
|
|
441
|
-
from hikyuu.cpp.
|
|
442
|
-
from hikyuu.cpp.
|
|
443
|
-
from hikyuu.cpp.
|
|
444
|
-
from hikyuu.cpp.
|
|
445
|
-
from hikyuu.cpp.
|
|
446
|
-
from hikyuu.cpp.
|
|
447
|
-
from hikyuu.cpp.
|
|
448
|
-
from hikyuu.cpp.
|
|
449
|
-
from hikyuu.cpp.
|
|
450
|
-
from hikyuu.cpp.
|
|
451
|
-
from hikyuu.cpp.
|
|
452
|
-
from hikyuu.cpp.
|
|
453
|
-
from hikyuu.cpp.
|
|
454
|
-
from hikyuu.cpp.
|
|
455
|
-
from hikyuu.cpp.
|
|
456
|
-
from hikyuu.cpp.
|
|
457
|
-
from hikyuu.cpp.
|
|
458
|
-
from hikyuu.cpp.
|
|
459
|
-
from hikyuu.cpp.
|
|
460
|
-
from hikyuu.cpp.
|
|
461
|
-
from hikyuu.cpp.
|
|
462
|
-
from hikyuu.cpp.
|
|
463
|
-
from hikyuu.cpp.
|
|
464
|
-
from hikyuu.cpp.
|
|
465
|
-
from hikyuu.cpp.
|
|
466
|
-
from hikyuu.cpp.
|
|
467
|
-
from hikyuu.cpp.
|
|
468
|
-
from hikyuu.cpp.
|
|
469
|
-
from hikyuu.cpp.
|
|
470
|
-
from hikyuu.cpp.
|
|
471
|
-
from hikyuu.cpp.
|
|
472
|
-
from hikyuu.cpp.
|
|
473
|
-
from hikyuu.cpp.
|
|
474
|
-
from hikyuu.cpp.
|
|
475
|
-
from hikyuu.cpp.
|
|
476
|
-
from hikyuu.cpp.
|
|
477
|
-
from hikyuu.cpp.
|
|
478
|
-
from hikyuu.cpp.
|
|
479
|
-
from hikyuu.cpp.
|
|
480
|
-
from hikyuu.cpp.
|
|
481
|
-
from hikyuu.cpp.
|
|
482
|
-
from hikyuu.cpp.
|
|
483
|
-
from hikyuu.cpp.
|
|
484
|
-
from hikyuu.cpp.
|
|
485
|
-
from hikyuu.cpp.
|
|
486
|
-
from hikyuu.cpp.
|
|
487
|
-
from hikyuu.cpp.
|
|
488
|
-
from hikyuu.cpp.
|
|
489
|
-
from hikyuu.cpp.
|
|
490
|
-
from hikyuu.cpp.
|
|
491
|
-
from hikyuu.cpp.
|
|
492
|
-
from hikyuu.cpp.
|
|
493
|
-
from hikyuu.cpp.
|
|
494
|
-
from hikyuu.cpp.
|
|
495
|
-
from hikyuu.cpp.
|
|
496
|
-
from hikyuu.cpp.
|
|
497
|
-
from hikyuu.cpp.
|
|
498
|
-
from hikyuu.cpp.
|
|
499
|
-
from hikyuu.cpp.
|
|
500
|
-
from hikyuu.cpp.
|
|
501
|
-
from hikyuu.cpp.
|
|
502
|
-
from hikyuu.cpp.
|
|
503
|
-
from hikyuu.cpp.
|
|
504
|
-
from hikyuu.cpp.
|
|
505
|
-
from hikyuu.cpp.
|
|
506
|
-
from hikyuu.cpp.
|
|
507
|
-
from hikyuu.cpp.
|
|
508
|
-
from hikyuu.cpp.
|
|
509
|
-
from hikyuu.cpp.
|
|
510
|
-
from hikyuu.cpp.
|
|
511
|
-
from hikyuu.cpp.
|
|
512
|
-
from hikyuu.cpp.
|
|
513
|
-
from hikyuu.cpp.
|
|
514
|
-
from hikyuu.cpp.
|
|
515
|
-
from hikyuu.cpp.
|
|
516
|
-
from hikyuu.cpp.
|
|
517
|
-
from hikyuu.cpp.
|
|
518
|
-
from hikyuu.cpp.
|
|
519
|
-
from hikyuu.cpp.
|
|
520
|
-
from hikyuu.cpp.
|
|
521
|
-
from hikyuu.cpp.
|
|
522
|
-
from hikyuu.cpp.
|
|
523
|
-
from hikyuu.cpp.
|
|
524
|
-
from hikyuu.cpp.
|
|
525
|
-
from hikyuu.cpp.
|
|
526
|
-
from hikyuu.cpp.
|
|
527
|
-
from hikyuu.cpp.
|
|
528
|
-
from hikyuu.cpp.
|
|
529
|
-
from hikyuu.cpp.
|
|
530
|
-
from hikyuu.cpp.
|
|
531
|
-
from hikyuu.cpp.
|
|
532
|
-
from hikyuu.cpp.
|
|
533
|
-
from hikyuu.cpp.
|
|
534
|
-
from hikyuu.cpp.
|
|
535
|
-
from hikyuu.cpp.
|
|
536
|
-
from hikyuu.cpp.
|
|
537
|
-
from hikyuu.cpp.
|
|
538
|
-
from hikyuu.cpp.
|
|
539
|
-
from hikyuu.cpp.
|
|
540
|
-
from hikyuu.cpp.
|
|
541
|
-
from hikyuu.cpp.
|
|
542
|
-
from hikyuu.cpp.
|
|
543
|
-
from hikyuu.cpp.
|
|
544
|
-
from hikyuu.cpp.
|
|
545
|
-
from hikyuu.cpp.
|
|
546
|
-
from hikyuu.cpp.
|
|
547
|
-
from hikyuu.cpp.
|
|
548
|
-
from hikyuu.cpp.
|
|
549
|
-
from hikyuu.cpp.
|
|
550
|
-
from hikyuu.cpp.
|
|
551
|
-
from hikyuu.cpp.
|
|
552
|
-
from hikyuu.cpp.
|
|
553
|
-
from hikyuu.cpp.
|
|
554
|
-
from hikyuu.cpp.
|
|
555
|
-
from hikyuu.cpp.
|
|
556
|
-
from hikyuu.cpp.
|
|
557
|
-
from hikyuu.cpp.
|
|
558
|
-
from hikyuu.cpp.
|
|
559
|
-
from hikyuu.cpp.
|
|
560
|
-
from hikyuu.cpp.
|
|
561
|
-
from hikyuu.cpp.
|
|
562
|
-
from hikyuu.cpp.
|
|
563
|
-
from hikyuu.cpp.
|
|
564
|
-
from hikyuu.cpp.
|
|
565
|
-
from hikyuu.cpp.
|
|
566
|
-
from hikyuu.cpp.
|
|
567
|
-
from hikyuu.cpp.
|
|
568
|
-
from hikyuu.cpp.
|
|
569
|
-
from hikyuu.cpp.
|
|
570
|
-
from hikyuu.cpp.
|
|
571
|
-
from hikyuu.cpp.
|
|
572
|
-
from hikyuu.cpp.
|
|
573
|
-
from hikyuu.cpp.
|
|
574
|
-
from hikyuu.cpp.
|
|
575
|
-
from hikyuu.cpp.
|
|
576
|
-
from hikyuu.cpp.
|
|
17
|
+
import hikyuu.cpp.core310
|
|
18
|
+
from hikyuu.cpp.core310 import ABS
|
|
19
|
+
from hikyuu.cpp.core310 import ACOS
|
|
20
|
+
from hikyuu.cpp.core310 import AD
|
|
21
|
+
from hikyuu.cpp.core310 import ADVANCE
|
|
22
|
+
from hikyuu.cpp.core310 import AF_EqualWeight
|
|
23
|
+
from hikyuu.cpp.core310 import AF_FixedAmount
|
|
24
|
+
from hikyuu.cpp.core310 import AF_FixedWeight
|
|
25
|
+
from hikyuu.cpp.core310 import AF_FixedWeightList
|
|
26
|
+
from hikyuu.cpp.core310 import AF_MultiFactor
|
|
27
|
+
from hikyuu.cpp.core310 import AGG_COUNT
|
|
28
|
+
from hikyuu.cpp.core310 import AGG_FUNC
|
|
29
|
+
from hikyuu.cpp.core310 import AGG_MAD
|
|
30
|
+
from hikyuu.cpp.core310 import AGG_MAX
|
|
31
|
+
from hikyuu.cpp.core310 import AGG_MEAN
|
|
32
|
+
from hikyuu.cpp.core310 import AGG_MEDIAN
|
|
33
|
+
from hikyuu.cpp.core310 import AGG_MIN
|
|
34
|
+
from hikyuu.cpp.core310 import AGG_PROD
|
|
35
|
+
from hikyuu.cpp.core310 import AGG_QUANTILE
|
|
36
|
+
from hikyuu.cpp.core310 import AGG_STD
|
|
37
|
+
from hikyuu.cpp.core310 import AGG_SUM
|
|
38
|
+
from hikyuu.cpp.core310 import AGG_VAR
|
|
39
|
+
from hikyuu.cpp.core310 import AGG_VWAP
|
|
40
|
+
from hikyuu.cpp.core310 import ALIGN
|
|
41
|
+
from hikyuu.cpp.core310 import AMA
|
|
42
|
+
from hikyuu.cpp.core310 import ASIN
|
|
43
|
+
from hikyuu.cpp.core310 import ATAN
|
|
44
|
+
from hikyuu.cpp.core310 import ATR
|
|
45
|
+
from hikyuu.cpp.core310 import AVEDEV
|
|
46
|
+
from hikyuu.cpp.core310 import AllocateFundsBase
|
|
47
|
+
from hikyuu.cpp.core310 import BACKSET
|
|
48
|
+
from hikyuu.cpp.core310 import BARSCOUNT
|
|
49
|
+
from hikyuu.cpp.core310 import BARSLAST
|
|
50
|
+
from hikyuu.cpp.core310 import BARSLASTCOUNT
|
|
51
|
+
from hikyuu.cpp.core310 import BARSSINCE
|
|
52
|
+
from hikyuu.cpp.core310 import BARSSINCEN
|
|
53
|
+
from hikyuu.cpp.core310 import BETWEEN
|
|
54
|
+
from hikyuu.cpp.core310 import BLOCKSETNUM
|
|
55
|
+
from hikyuu.cpp.core310 import BUSINESS
|
|
56
|
+
from hikyuu.cpp.core310 import Block
|
|
57
|
+
from hikyuu.cpp.core310 import BlockInfoDriver
|
|
58
|
+
from hikyuu.cpp.core310 import BorrowRecord
|
|
59
|
+
from hikyuu.cpp.core310 import BrokerPositionRecord
|
|
60
|
+
from hikyuu.cpp.core310 import CEILING
|
|
61
|
+
from hikyuu.cpp.core310 import CN_Bool
|
|
62
|
+
from hikyuu.cpp.core310 import CN_OPLine
|
|
63
|
+
from hikyuu.cpp.core310 import CONTEXT
|
|
64
|
+
from hikyuu.cpp.core310 import CONTEXT_K
|
|
65
|
+
from hikyuu.cpp.core310 import CORR
|
|
66
|
+
from hikyuu.cpp.core310 import COS
|
|
67
|
+
from hikyuu.cpp.core310 import COST
|
|
68
|
+
from hikyuu.cpp.core310 import COUNT
|
|
69
|
+
from hikyuu.cpp.core310 import CROSS
|
|
70
|
+
from hikyuu.cpp.core310 import CVAL
|
|
71
|
+
from hikyuu.cpp.core310 import CYCLE
|
|
72
|
+
from hikyuu.cpp.core310 import C_AMO
|
|
73
|
+
from hikyuu.cpp.core310 import C_CLOSE
|
|
74
|
+
from hikyuu.cpp.core310 import C_HIGH
|
|
75
|
+
from hikyuu.cpp.core310 import C_KDATA
|
|
76
|
+
from hikyuu.cpp.core310 import C_LOW
|
|
77
|
+
from hikyuu.cpp.core310 import C_OPEN
|
|
78
|
+
from hikyuu.cpp.core310 import C_VOL
|
|
79
|
+
from hikyuu.cpp.core310 import ConditionBase
|
|
80
|
+
from hikyuu.cpp.core310 import Constant
|
|
81
|
+
from hikyuu.cpp.core310 import CostRecord
|
|
82
|
+
from hikyuu.cpp.core310 import DATE
|
|
83
|
+
from hikyuu.cpp.core310 import DAY
|
|
84
|
+
from hikyuu.cpp.core310 import DECLINE
|
|
85
|
+
from hikyuu.cpp.core310 import DEVSQ
|
|
86
|
+
from hikyuu.cpp.core310 import DIFF
|
|
87
|
+
from hikyuu.cpp.core310 import DISCARD
|
|
88
|
+
from hikyuu.cpp.core310 import DMA
|
|
89
|
+
from hikyuu.cpp.core310 import DOWNNDAY
|
|
90
|
+
from hikyuu.cpp.core310 import DROPNA
|
|
91
|
+
from hikyuu.cpp.core310 import DataDriverFactory
|
|
92
|
+
from hikyuu.cpp.core310 import Datetime
|
|
93
|
+
from hikyuu.cpp.core310 import DatetimeList
|
|
94
|
+
from hikyuu.cpp.core310 import Days
|
|
95
|
+
from hikyuu.cpp.core310 import EMA
|
|
96
|
+
from hikyuu.cpp.core310 import EVERY
|
|
97
|
+
from hikyuu.cpp.core310 import EV_Bool
|
|
98
|
+
from hikyuu.cpp.core310 import EV_TwoLine
|
|
99
|
+
from hikyuu.cpp.core310 import EXIST
|
|
100
|
+
from hikyuu.cpp.core310 import EXP
|
|
101
|
+
from hikyuu.cpp.core310 import EnvironmentBase
|
|
102
|
+
from hikyuu.cpp.core310 import FILTER
|
|
103
|
+
from hikyuu.cpp.core310 import FINANCE
|
|
104
|
+
from hikyuu.cpp.core310 import FLOOR
|
|
105
|
+
from hikyuu.cpp.core310 import FundsRecord
|
|
106
|
+
from hikyuu.cpp.core310 import GROUP_COUNT
|
|
107
|
+
from hikyuu.cpp.core310 import GROUP_FUNC
|
|
108
|
+
from hikyuu.cpp.core310 import GROUP_MAX
|
|
109
|
+
from hikyuu.cpp.core310 import GROUP_MEAN
|
|
110
|
+
from hikyuu.cpp.core310 import GROUP_MIN
|
|
111
|
+
from hikyuu.cpp.core310 import GROUP_PROD
|
|
112
|
+
from hikyuu.cpp.core310 import GROUP_SUM
|
|
113
|
+
from hikyuu.cpp.core310 import HHV
|
|
114
|
+
from hikyuu.cpp.core310 import HHVBARS
|
|
115
|
+
from hikyuu.cpp.core310 import HKUException
|
|
116
|
+
from hikyuu.cpp.core310 import HOUR
|
|
117
|
+
from hikyuu.cpp.core310 import HSL
|
|
118
|
+
from hikyuu.cpp.core310 import Hours
|
|
119
|
+
from hikyuu.cpp.core310 import IC
|
|
120
|
+
from hikyuu.cpp.core310 import ICIR
|
|
121
|
+
from hikyuu.cpp.core310 import IF
|
|
122
|
+
from hikyuu.cpp.core310 import INBLOCK
|
|
123
|
+
from hikyuu.cpp.core310 import INDEXA
|
|
124
|
+
from hikyuu.cpp.core310 import INDEXADV
|
|
125
|
+
from hikyuu.cpp.core310 import INDEXC
|
|
126
|
+
from hikyuu.cpp.core310 import INDEXDEC
|
|
127
|
+
from hikyuu.cpp.core310 import INDEXH
|
|
128
|
+
from hikyuu.cpp.core310 import INDEXL
|
|
129
|
+
from hikyuu.cpp.core310 import INDEXO
|
|
130
|
+
from hikyuu.cpp.core310 import INDEXV
|
|
131
|
+
from hikyuu.cpp.core310 import INSUM
|
|
132
|
+
from hikyuu.cpp.core310 import INTPART
|
|
133
|
+
from hikyuu.cpp.core310 import IR
|
|
134
|
+
from hikyuu.cpp.core310 import ISINF
|
|
135
|
+
from hikyuu.cpp.core310 import ISINFA
|
|
136
|
+
from hikyuu.cpp.core310 import ISLASTBAR
|
|
137
|
+
from hikyuu.cpp.core310 import ISNA
|
|
138
|
+
from hikyuu.cpp.core310 import IndParam
|
|
139
|
+
from hikyuu.cpp.core310 import Indicator
|
|
140
|
+
from hikyuu.cpp.core310 import IndicatorImp
|
|
141
|
+
from hikyuu.cpp.core310 import JUMPDOWN
|
|
142
|
+
from hikyuu.cpp.core310 import JUMPUP
|
|
143
|
+
from hikyuu.cpp.core310 import KALMAN
|
|
144
|
+
from hikyuu.cpp.core310 import KDATA_PART
|
|
145
|
+
from hikyuu.cpp.core310 import KData
|
|
146
|
+
from hikyuu.cpp.core310 import KDataDriver
|
|
147
|
+
from hikyuu.cpp.core310 import KDataToClickHouseImporter
|
|
148
|
+
from hikyuu.cpp.core310 import KDataToHdf5Importer
|
|
149
|
+
from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
150
|
+
from hikyuu.cpp.core310 import KRecord
|
|
151
|
+
from hikyuu.cpp.core310 import KRecordList
|
|
152
|
+
from hikyuu.cpp.core310 import LAST
|
|
153
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
154
|
+
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
155
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
156
|
+
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
157
|
+
from hikyuu.cpp.core310 import LLV
|
|
158
|
+
from hikyuu.cpp.core310 import LLVBARS
|
|
159
|
+
from hikyuu.cpp.core310 import LN
|
|
160
|
+
from hikyuu.cpp.core310 import LOG
|
|
161
|
+
from hikyuu.cpp.core310 import LOG_LEVEL
|
|
162
|
+
from hikyuu.cpp.core310 import LONGCROSS
|
|
163
|
+
from hikyuu.cpp.core310 import LoanRecord
|
|
164
|
+
from hikyuu.cpp.core310 import MA
|
|
165
|
+
from hikyuu.cpp.core310 import MACD
|
|
166
|
+
from hikyuu.cpp.core310 import MAX
|
|
167
|
+
from hikyuu.cpp.core310 import MDD
|
|
168
|
+
from hikyuu.cpp.core310 import MF_EqualWeight
|
|
169
|
+
from hikyuu.cpp.core310 import MF_ICIRWeight
|
|
170
|
+
from hikyuu.cpp.core310 import MF_ICWeight
|
|
171
|
+
from hikyuu.cpp.core310 import MF_Weight
|
|
172
|
+
from hikyuu.cpp.core310 import MIN
|
|
173
|
+
from hikyuu.cpp.core310 import MINUTE
|
|
174
|
+
from hikyuu.cpp.core310 import MM_FixedCapital
|
|
175
|
+
from hikyuu.cpp.core310 import MM_FixedCapitalFunds
|
|
176
|
+
from hikyuu.cpp.core310 import MM_FixedCount
|
|
177
|
+
from hikyuu.cpp.core310 import MM_FixedCountTps
|
|
178
|
+
from hikyuu.cpp.core310 import MM_FixedPercent
|
|
179
|
+
from hikyuu.cpp.core310 import MM_FixedRisk
|
|
180
|
+
from hikyuu.cpp.core310 import MM_FixedUnits
|
|
181
|
+
from hikyuu.cpp.core310 import MM_Nothing
|
|
182
|
+
from hikyuu.cpp.core310 import MM_WilliamsFixedRisk
|
|
183
|
+
from hikyuu.cpp.core310 import MOD
|
|
184
|
+
from hikyuu.cpp.core310 import MONTH
|
|
185
|
+
from hikyuu.cpp.core310 import MRR
|
|
186
|
+
from hikyuu.cpp.core310 import MarketInfo
|
|
187
|
+
from hikyuu.cpp.core310 import Microseconds
|
|
188
|
+
from hikyuu.cpp.core310 import Milliseconds
|
|
189
|
+
from hikyuu.cpp.core310 import Minutes
|
|
190
|
+
from hikyuu.cpp.core310 import MoneyManagerBase
|
|
191
|
+
from hikyuu.cpp.core310 import MultiFactorBase
|
|
192
|
+
from hikyuu.cpp.core310 import NDAY
|
|
193
|
+
from hikyuu.cpp.core310 import NORM_MinMax
|
|
194
|
+
from hikyuu.cpp.core310 import NORM_NOTHING
|
|
195
|
+
from hikyuu.cpp.core310 import NORM_Quantile
|
|
196
|
+
from hikyuu.cpp.core310 import NORM_Quantile_Uniform
|
|
197
|
+
from hikyuu.cpp.core310 import NORM_Zscore
|
|
198
|
+
from hikyuu.cpp.core310 import NOT
|
|
199
|
+
from hikyuu.cpp.core310 import NormalizeBase
|
|
200
|
+
from hikyuu.cpp.core310 import OrderBrokerBase
|
|
201
|
+
from hikyuu.cpp.core310 import PF_Simple
|
|
202
|
+
from hikyuu.cpp.core310 import PF_WithoutAF
|
|
203
|
+
from hikyuu.cpp.core310 import PG_FixedHoldDays
|
|
204
|
+
from hikyuu.cpp.core310 import PG_FixedPercent
|
|
205
|
+
from hikyuu.cpp.core310 import PG_NoGoal
|
|
206
|
+
from hikyuu.cpp.core310 import POS
|
|
207
|
+
from hikyuu.cpp.core310 import POW
|
|
208
|
+
from hikyuu.cpp.core310 import PRICELIST
|
|
209
|
+
from hikyuu.cpp.core310 import PRICELIST as VALUE
|
|
210
|
+
from hikyuu.cpp.core310 import Parameter
|
|
211
|
+
from hikyuu.cpp.core310 import Performance
|
|
212
|
+
from hikyuu.cpp.core310 import Portfolio
|
|
213
|
+
from hikyuu.cpp.core310 import PositionRecord
|
|
214
|
+
from hikyuu.cpp.core310 import PositionRecordList
|
|
215
|
+
from hikyuu.cpp.core310 import ProfitGoalBase
|
|
216
|
+
from hikyuu.cpp.core310 import QUANTILE_TRUNC
|
|
217
|
+
from hikyuu.cpp.core310 import Query
|
|
218
|
+
from hikyuu.cpp.core310 import RANK
|
|
219
|
+
from hikyuu.cpp.core310 import RECOVER_BACKWARD
|
|
220
|
+
from hikyuu.cpp.core310 import RECOVER_EQUAL_BACKWARD
|
|
221
|
+
from hikyuu.cpp.core310 import RECOVER_EQUAL_FORWARD
|
|
222
|
+
from hikyuu.cpp.core310 import RECOVER_FORWARD
|
|
223
|
+
from hikyuu.cpp.core310 import REF
|
|
224
|
+
from hikyuu.cpp.core310 import REFX
|
|
225
|
+
from hikyuu.cpp.core310 import REPLACE
|
|
226
|
+
from hikyuu.cpp.core310 import RESULT
|
|
227
|
+
from hikyuu.cpp.core310 import REVERSE
|
|
228
|
+
from hikyuu.cpp.core310 import ROC
|
|
229
|
+
from hikyuu.cpp.core310 import ROCP
|
|
230
|
+
from hikyuu.cpp.core310 import ROCR
|
|
231
|
+
from hikyuu.cpp.core310 import ROCR100
|
|
232
|
+
from hikyuu.cpp.core310 import ROUND
|
|
233
|
+
from hikyuu.cpp.core310 import ROUNDDOWN
|
|
234
|
+
from hikyuu.cpp.core310 import ROUNDUP
|
|
235
|
+
from hikyuu.cpp.core310 import RSI
|
|
236
|
+
from hikyuu.cpp.core310 import SAFTYLOSS
|
|
237
|
+
from hikyuu.cpp.core310 import SCFilter_AmountLimit
|
|
238
|
+
from hikyuu.cpp.core310 import SCFilter_Group
|
|
239
|
+
from hikyuu.cpp.core310 import SCFilter_IgnoreNan
|
|
240
|
+
from hikyuu.cpp.core310 import SCFilter_LessOrEqualValue
|
|
241
|
+
from hikyuu.cpp.core310 import SCFilter_Price
|
|
242
|
+
from hikyuu.cpp.core310 import SCFilter_TopN
|
|
243
|
+
from hikyuu.cpp.core310 import SE_EvaluateOptimal
|
|
244
|
+
from hikyuu.cpp.core310 import SE_Fixed
|
|
245
|
+
from hikyuu.cpp.core310 import SE_MaxFundsOptimal
|
|
246
|
+
from hikyuu.cpp.core310 import SE_MultiFactor
|
|
247
|
+
from hikyuu.cpp.core310 import SE_MultiFactor2
|
|
248
|
+
from hikyuu.cpp.core310 import SE_PerformanceOptimal
|
|
249
|
+
from hikyuu.cpp.core310 import SE_Signal
|
|
250
|
+
from hikyuu.cpp.core310 import SGN
|
|
251
|
+
from hikyuu.cpp.core310 import SG_Add
|
|
252
|
+
from hikyuu.cpp.core310 import SG_AllwaysBuy
|
|
253
|
+
from hikyuu.cpp.core310 import SG_And
|
|
254
|
+
from hikyuu.cpp.core310 import SG_Band
|
|
255
|
+
from hikyuu.cpp.core310 import SG_Bool
|
|
256
|
+
from hikyuu.cpp.core310 import SG_Buy
|
|
257
|
+
from hikyuu.cpp.core310 import SG_Cross
|
|
258
|
+
from hikyuu.cpp.core310 import SG_CrossGold
|
|
259
|
+
from hikyuu.cpp.core310 import SG_Cycle
|
|
260
|
+
from hikyuu.cpp.core310 import SG_Div
|
|
261
|
+
from hikyuu.cpp.core310 import SG_Flex
|
|
262
|
+
from hikyuu.cpp.core310 import SG_Mul
|
|
263
|
+
from hikyuu.cpp.core310 import SG_OneSide
|
|
264
|
+
from hikyuu.cpp.core310 import SG_Or
|
|
265
|
+
from hikyuu.cpp.core310 import SG_Sell
|
|
266
|
+
from hikyuu.cpp.core310 import SG_Single
|
|
267
|
+
from hikyuu.cpp.core310 import SG_Single2
|
|
268
|
+
from hikyuu.cpp.core310 import SG_Sub
|
|
269
|
+
from hikyuu.cpp.core310 import SIN
|
|
270
|
+
from hikyuu.cpp.core310 import SLICE
|
|
271
|
+
from hikyuu.cpp.core310 import SLOPE
|
|
272
|
+
from hikyuu.cpp.core310 import SMA
|
|
273
|
+
from hikyuu.cpp.core310 import SPEARMAN
|
|
274
|
+
from hikyuu.cpp.core310 import SP_FixedPercent
|
|
275
|
+
from hikyuu.cpp.core310 import SP_FixedValue
|
|
276
|
+
from hikyuu.cpp.core310 import SP_LogNormal
|
|
277
|
+
from hikyuu.cpp.core310 import SP_Normal
|
|
278
|
+
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
279
|
+
from hikyuu.cpp.core310 import SP_Uniform
|
|
280
|
+
from hikyuu.cpp.core310 import SQRT
|
|
281
|
+
from hikyuu.cpp.core310 import STDEV
|
|
282
|
+
from hikyuu.cpp.core310 import STDEV as STD
|
|
283
|
+
from hikyuu.cpp.core310 import STDP
|
|
284
|
+
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
285
|
+
from hikyuu.cpp.core310 import ST_Indicator
|
|
286
|
+
from hikyuu.cpp.core310 import ST_Saftyloss
|
|
287
|
+
from hikyuu.cpp.core310 import SUM
|
|
288
|
+
from hikyuu.cpp.core310 import SUMBARS
|
|
289
|
+
from hikyuu.cpp.core310 import SYS_Simple
|
|
290
|
+
from hikyuu.cpp.core310 import SYS_WalkForward
|
|
291
|
+
from hikyuu.cpp.core310 import ScoreRecord
|
|
292
|
+
from hikyuu.cpp.core310 import ScoreRecordList
|
|
293
|
+
from hikyuu.cpp.core310 import ScoresFilterBase
|
|
294
|
+
from hikyuu.cpp.core310 import Seconds
|
|
295
|
+
from hikyuu.cpp.core310 import SelectorBase
|
|
296
|
+
from hikyuu.cpp.core310 import SignalBase
|
|
297
|
+
from hikyuu.cpp.core310 import SlippageBase
|
|
298
|
+
from hikyuu.cpp.core310 import SpotRecord
|
|
299
|
+
from hikyuu.cpp.core310 import Stock
|
|
300
|
+
from hikyuu.cpp.core310 import StockManager
|
|
301
|
+
from hikyuu.cpp.core310 import StockTypeInfo
|
|
302
|
+
from hikyuu.cpp.core310 import StockWeight
|
|
303
|
+
from hikyuu.cpp.core310 import StockWeightList
|
|
304
|
+
from hikyuu.cpp.core310 import StoplossBase
|
|
305
|
+
from hikyuu.cpp.core310 import Strategy
|
|
306
|
+
from hikyuu.cpp.core310 import StrategyContext
|
|
307
|
+
from hikyuu.cpp.core310 import System
|
|
308
|
+
from hikyuu.cpp.core310 import SystemPart
|
|
309
|
+
from hikyuu.cpp.core310 import SystemWeight
|
|
310
|
+
from hikyuu.cpp.core310 import SystemWeightList
|
|
311
|
+
from hikyuu.cpp.core310 import TAN
|
|
312
|
+
from hikyuu.cpp.core310 import TA_ACCBANDS
|
|
313
|
+
from hikyuu.cpp.core310 import TA_ACOS
|
|
314
|
+
from hikyuu.cpp.core310 import TA_AD
|
|
315
|
+
from hikyuu.cpp.core310 import TA_ADD
|
|
316
|
+
from hikyuu.cpp.core310 import TA_ADOSC
|
|
317
|
+
from hikyuu.cpp.core310 import TA_ADX
|
|
318
|
+
from hikyuu.cpp.core310 import TA_ADXR
|
|
319
|
+
from hikyuu.cpp.core310 import TA_APO
|
|
320
|
+
from hikyuu.cpp.core310 import TA_AROON
|
|
321
|
+
from hikyuu.cpp.core310 import TA_AROONOSC
|
|
322
|
+
from hikyuu.cpp.core310 import TA_ASIN
|
|
323
|
+
from hikyuu.cpp.core310 import TA_ATAN
|
|
324
|
+
from hikyuu.cpp.core310 import TA_ATR
|
|
325
|
+
from hikyuu.cpp.core310 import TA_AVGDEV
|
|
326
|
+
from hikyuu.cpp.core310 import TA_AVGPRICE
|
|
327
|
+
from hikyuu.cpp.core310 import TA_BBANDS
|
|
328
|
+
from hikyuu.cpp.core310 import TA_BETA
|
|
329
|
+
from hikyuu.cpp.core310 import TA_BOP
|
|
330
|
+
from hikyuu.cpp.core310 import TA_CCI
|
|
331
|
+
from hikyuu.cpp.core310 import TA_CDL2CROWS
|
|
332
|
+
from hikyuu.cpp.core310 import TA_CDL3BLACKCROWS
|
|
333
|
+
from hikyuu.cpp.core310 import TA_CDL3INSIDE
|
|
334
|
+
from hikyuu.cpp.core310 import TA_CDL3LINESTRIKE
|
|
335
|
+
from hikyuu.cpp.core310 import TA_CDL3OUTSIDE
|
|
336
|
+
from hikyuu.cpp.core310 import TA_CDL3STARSINSOUTH
|
|
337
|
+
from hikyuu.cpp.core310 import TA_CDL3WHITESOLDIERS
|
|
338
|
+
from hikyuu.cpp.core310 import TA_CDLABANDONEDBABY
|
|
339
|
+
from hikyuu.cpp.core310 import TA_CDLADVANCEBLOCK
|
|
340
|
+
from hikyuu.cpp.core310 import TA_CDLBELTHOLD
|
|
341
|
+
from hikyuu.cpp.core310 import TA_CDLBREAKAWAY
|
|
342
|
+
from hikyuu.cpp.core310 import TA_CDLCLOSINGMARUBOZU
|
|
343
|
+
from hikyuu.cpp.core310 import TA_CDLCONCEALBABYSWALL
|
|
344
|
+
from hikyuu.cpp.core310 import TA_CDLCOUNTERATTACK
|
|
345
|
+
from hikyuu.cpp.core310 import TA_CDLDARKCLOUDCOVER
|
|
346
|
+
from hikyuu.cpp.core310 import TA_CDLDOJI
|
|
347
|
+
from hikyuu.cpp.core310 import TA_CDLDOJISTAR
|
|
348
|
+
from hikyuu.cpp.core310 import TA_CDLDRAGONFLYDOJI
|
|
349
|
+
from hikyuu.cpp.core310 import TA_CDLENGULFING
|
|
350
|
+
from hikyuu.cpp.core310 import TA_CDLEVENINGDOJISTAR
|
|
351
|
+
from hikyuu.cpp.core310 import TA_CDLEVENINGSTAR
|
|
352
|
+
from hikyuu.cpp.core310 import TA_CDLGAPSIDESIDEWHITE
|
|
353
|
+
from hikyuu.cpp.core310 import TA_CDLGRAVESTONEDOJI
|
|
354
|
+
from hikyuu.cpp.core310 import TA_CDLHAMMER
|
|
355
|
+
from hikyuu.cpp.core310 import TA_CDLHANGINGMAN
|
|
356
|
+
from hikyuu.cpp.core310 import TA_CDLHARAMI
|
|
357
|
+
from hikyuu.cpp.core310 import TA_CDLHARAMICROSS
|
|
358
|
+
from hikyuu.cpp.core310 import TA_CDLHIGHWAVE
|
|
359
|
+
from hikyuu.cpp.core310 import TA_CDLHIKKAKE
|
|
360
|
+
from hikyuu.cpp.core310 import TA_CDLHIKKAKEMOD
|
|
361
|
+
from hikyuu.cpp.core310 import TA_CDLHOMINGPIGEON
|
|
362
|
+
from hikyuu.cpp.core310 import TA_CDLIDENTICAL3CROWS
|
|
363
|
+
from hikyuu.cpp.core310 import TA_CDLINNECK
|
|
364
|
+
from hikyuu.cpp.core310 import TA_CDLINVERTEDHAMMER
|
|
365
|
+
from hikyuu.cpp.core310 import TA_CDLKICKING
|
|
366
|
+
from hikyuu.cpp.core310 import TA_CDLKICKINGBYLENGTH
|
|
367
|
+
from hikyuu.cpp.core310 import TA_CDLLADDERBOTTOM
|
|
368
|
+
from hikyuu.cpp.core310 import TA_CDLLONGLEGGEDDOJI
|
|
369
|
+
from hikyuu.cpp.core310 import TA_CDLLONGLINE
|
|
370
|
+
from hikyuu.cpp.core310 import TA_CDLMARUBOZU
|
|
371
|
+
from hikyuu.cpp.core310 import TA_CDLMATCHINGLOW
|
|
372
|
+
from hikyuu.cpp.core310 import TA_CDLMATHOLD
|
|
373
|
+
from hikyuu.cpp.core310 import TA_CDLMORNINGDOJISTAR
|
|
374
|
+
from hikyuu.cpp.core310 import TA_CDLMORNINGSTAR
|
|
375
|
+
from hikyuu.cpp.core310 import TA_CDLONNECK
|
|
376
|
+
from hikyuu.cpp.core310 import TA_CDLPIERCING
|
|
377
|
+
from hikyuu.cpp.core310 import TA_CDLRICKSHAWMAN
|
|
378
|
+
from hikyuu.cpp.core310 import TA_CDLRISEFALL3METHODS
|
|
379
|
+
from hikyuu.cpp.core310 import TA_CDLSEPARATINGLINES
|
|
380
|
+
from hikyuu.cpp.core310 import TA_CDLSHOOTINGSTAR
|
|
381
|
+
from hikyuu.cpp.core310 import TA_CDLSHORTLINE
|
|
382
|
+
from hikyuu.cpp.core310 import TA_CDLSPINNINGTOP
|
|
383
|
+
from hikyuu.cpp.core310 import TA_CDLSTALLEDPATTERN
|
|
384
|
+
from hikyuu.cpp.core310 import TA_CDLSTICKSANDWICH
|
|
385
|
+
from hikyuu.cpp.core310 import TA_CDLTAKURI
|
|
386
|
+
from hikyuu.cpp.core310 import TA_CDLTASUKIGAP
|
|
387
|
+
from hikyuu.cpp.core310 import TA_CDLTHRUSTING
|
|
388
|
+
from hikyuu.cpp.core310 import TA_CDLTRISTAR
|
|
389
|
+
from hikyuu.cpp.core310 import TA_CDLUNIQUE3RIVER
|
|
390
|
+
from hikyuu.cpp.core310 import TA_CDLUPSIDEGAP2CROWS
|
|
391
|
+
from hikyuu.cpp.core310 import TA_CDLXSIDEGAP3METHODS
|
|
392
|
+
from hikyuu.cpp.core310 import TA_CEIL
|
|
393
|
+
from hikyuu.cpp.core310 import TA_CMO
|
|
394
|
+
from hikyuu.cpp.core310 import TA_CORREL
|
|
395
|
+
from hikyuu.cpp.core310 import TA_COS
|
|
396
|
+
from hikyuu.cpp.core310 import TA_COSH
|
|
397
|
+
from hikyuu.cpp.core310 import TA_DEMA
|
|
398
|
+
from hikyuu.cpp.core310 import TA_DIV
|
|
399
|
+
from hikyuu.cpp.core310 import TA_DX
|
|
400
|
+
from hikyuu.cpp.core310 import TA_EMA
|
|
401
|
+
from hikyuu.cpp.core310 import TA_EXP
|
|
402
|
+
from hikyuu.cpp.core310 import TA_FLOOR
|
|
403
|
+
from hikyuu.cpp.core310 import TA_HT_DCPERIOD
|
|
404
|
+
from hikyuu.cpp.core310 import TA_HT_DCPHASE
|
|
405
|
+
from hikyuu.cpp.core310 import TA_HT_PHASOR
|
|
406
|
+
from hikyuu.cpp.core310 import TA_HT_SINE
|
|
407
|
+
from hikyuu.cpp.core310 import TA_HT_TRENDLINE
|
|
408
|
+
from hikyuu.cpp.core310 import TA_HT_TRENDMODE
|
|
409
|
+
from hikyuu.cpp.core310 import TA_IMI
|
|
410
|
+
from hikyuu.cpp.core310 import TA_KAMA
|
|
411
|
+
from hikyuu.cpp.core310 import TA_LINEARREG
|
|
412
|
+
from hikyuu.cpp.core310 import TA_LINEARREG_ANGLE
|
|
413
|
+
from hikyuu.cpp.core310 import TA_LINEARREG_INTERCEPT
|
|
414
|
+
from hikyuu.cpp.core310 import TA_LINEARREG_SLOPE
|
|
415
|
+
from hikyuu.cpp.core310 import TA_LN
|
|
416
|
+
from hikyuu.cpp.core310 import TA_LOG10
|
|
417
|
+
from hikyuu.cpp.core310 import TA_MA
|
|
418
|
+
from hikyuu.cpp.core310 import TA_MACD
|
|
419
|
+
from hikyuu.cpp.core310 import TA_MACDEXT
|
|
420
|
+
from hikyuu.cpp.core310 import TA_MACDFIX
|
|
421
|
+
from hikyuu.cpp.core310 import TA_MAMA
|
|
422
|
+
from hikyuu.cpp.core310 import TA_MAVP
|
|
423
|
+
from hikyuu.cpp.core310 import TA_MAX
|
|
424
|
+
from hikyuu.cpp.core310 import TA_MAXINDEX
|
|
425
|
+
from hikyuu.cpp.core310 import TA_MEDPRICE
|
|
426
|
+
from hikyuu.cpp.core310 import TA_MFI
|
|
427
|
+
from hikyuu.cpp.core310 import TA_MIDPOINT
|
|
428
|
+
from hikyuu.cpp.core310 import TA_MIDPRICE
|
|
429
|
+
from hikyuu.cpp.core310 import TA_MIN
|
|
430
|
+
from hikyuu.cpp.core310 import TA_MININDEX
|
|
431
|
+
from hikyuu.cpp.core310 import TA_MINMAX
|
|
432
|
+
from hikyuu.cpp.core310 import TA_MINMAXINDEX
|
|
433
|
+
from hikyuu.cpp.core310 import TA_MINUS_DI
|
|
434
|
+
from hikyuu.cpp.core310 import TA_MINUS_DM
|
|
435
|
+
from hikyuu.cpp.core310 import TA_MOM
|
|
436
|
+
from hikyuu.cpp.core310 import TA_MULT
|
|
437
|
+
from hikyuu.cpp.core310 import TA_NATR
|
|
438
|
+
from hikyuu.cpp.core310 import TA_OBV
|
|
439
|
+
from hikyuu.cpp.core310 import TA_PLUS_DI
|
|
440
|
+
from hikyuu.cpp.core310 import TA_PLUS_DM
|
|
441
|
+
from hikyuu.cpp.core310 import TA_PPO
|
|
442
|
+
from hikyuu.cpp.core310 import TA_ROC
|
|
443
|
+
from hikyuu.cpp.core310 import TA_ROCP
|
|
444
|
+
from hikyuu.cpp.core310 import TA_ROCR
|
|
445
|
+
from hikyuu.cpp.core310 import TA_ROCR100
|
|
446
|
+
from hikyuu.cpp.core310 import TA_RSI
|
|
447
|
+
from hikyuu.cpp.core310 import TA_SAR
|
|
448
|
+
from hikyuu.cpp.core310 import TA_SAREXT
|
|
449
|
+
from hikyuu.cpp.core310 import TA_SIN
|
|
450
|
+
from hikyuu.cpp.core310 import TA_SINH
|
|
451
|
+
from hikyuu.cpp.core310 import TA_SMA
|
|
452
|
+
from hikyuu.cpp.core310 import TA_SQRT
|
|
453
|
+
from hikyuu.cpp.core310 import TA_STDDEV
|
|
454
|
+
from hikyuu.cpp.core310 import TA_STOCH
|
|
455
|
+
from hikyuu.cpp.core310 import TA_STOCHF
|
|
456
|
+
from hikyuu.cpp.core310 import TA_STOCHRSI
|
|
457
|
+
from hikyuu.cpp.core310 import TA_SUB
|
|
458
|
+
from hikyuu.cpp.core310 import TA_SUM
|
|
459
|
+
from hikyuu.cpp.core310 import TA_T3
|
|
460
|
+
from hikyuu.cpp.core310 import TA_TAN
|
|
461
|
+
from hikyuu.cpp.core310 import TA_TANH
|
|
462
|
+
from hikyuu.cpp.core310 import TA_TEMA
|
|
463
|
+
from hikyuu.cpp.core310 import TA_TRANGE
|
|
464
|
+
from hikyuu.cpp.core310 import TA_TRIMA
|
|
465
|
+
from hikyuu.cpp.core310 import TA_TRIX
|
|
466
|
+
from hikyuu.cpp.core310 import TA_TSF
|
|
467
|
+
from hikyuu.cpp.core310 import TA_TYPPRICE
|
|
468
|
+
from hikyuu.cpp.core310 import TA_ULTOSC
|
|
469
|
+
from hikyuu.cpp.core310 import TA_VAR
|
|
470
|
+
from hikyuu.cpp.core310 import TA_WCLPRICE
|
|
471
|
+
from hikyuu.cpp.core310 import TA_WILLR
|
|
472
|
+
from hikyuu.cpp.core310 import TA_WMA
|
|
473
|
+
from hikyuu.cpp.core310 import TC_FixedA
|
|
474
|
+
from hikyuu.cpp.core310 import TC_FixedA2015
|
|
475
|
+
from hikyuu.cpp.core310 import TC_FixedA2017
|
|
476
|
+
from hikyuu.cpp.core310 import TC_TestStub
|
|
477
|
+
from hikyuu.cpp.core310 import TC_Zero
|
|
478
|
+
from hikyuu.cpp.core310 import TIME
|
|
479
|
+
from hikyuu.cpp.core310 import TIMELINE
|
|
480
|
+
from hikyuu.cpp.core310 import TIMELINEVOL
|
|
481
|
+
from hikyuu.cpp.core310 import TR
|
|
482
|
+
from hikyuu.cpp.core310 import TURNOVER
|
|
483
|
+
from hikyuu.cpp.core310 import TimeDelta
|
|
484
|
+
from hikyuu.cpp.core310 import TimeLineList
|
|
485
|
+
from hikyuu.cpp.core310 import TimeLineRecord
|
|
486
|
+
from hikyuu.cpp.core310 import TradeCostBase
|
|
487
|
+
from hikyuu.cpp.core310 import TradeManager
|
|
488
|
+
from hikyuu.cpp.core310 import TradeRecord
|
|
489
|
+
from hikyuu.cpp.core310 import TradeRecordList
|
|
490
|
+
from hikyuu.cpp.core310 import TradeRequest
|
|
491
|
+
from hikyuu.cpp.core310 import TransList
|
|
492
|
+
from hikyuu.cpp.core310 import TransRecord
|
|
493
|
+
from hikyuu.cpp.core310 import UPNDAY
|
|
494
|
+
from hikyuu.cpp.core310 import UTCOffset
|
|
495
|
+
from hikyuu.cpp.core310 import VAR
|
|
496
|
+
from hikyuu.cpp.core310 import VARP
|
|
497
|
+
from hikyuu.cpp.core310 import VIGOR
|
|
498
|
+
from hikyuu.cpp.core310 import WEAVE
|
|
499
|
+
from hikyuu.cpp.core310 import WEEK
|
|
500
|
+
from hikyuu.cpp.core310 import WINNER
|
|
501
|
+
from hikyuu.cpp.core310 import WITHDAY
|
|
502
|
+
from hikyuu.cpp.core310 import WITHHALFYEAR
|
|
503
|
+
from hikyuu.cpp.core310 import WITHHOUR
|
|
504
|
+
from hikyuu.cpp.core310 import WITHHOUR2
|
|
505
|
+
from hikyuu.cpp.core310 import WITHHOUR4
|
|
506
|
+
from hikyuu.cpp.core310 import WITHKTYPE
|
|
507
|
+
from hikyuu.cpp.core310 import WITHMIN
|
|
508
|
+
from hikyuu.cpp.core310 import WITHMIN15
|
|
509
|
+
from hikyuu.cpp.core310 import WITHMIN30
|
|
510
|
+
from hikyuu.cpp.core310 import WITHMIN5
|
|
511
|
+
from hikyuu.cpp.core310 import WITHMIN60
|
|
512
|
+
from hikyuu.cpp.core310 import WITHMONTH
|
|
513
|
+
from hikyuu.cpp.core310 import WITHQUARTER
|
|
514
|
+
from hikyuu.cpp.core310 import WITHWEEK
|
|
515
|
+
from hikyuu.cpp.core310 import WITHYEAR
|
|
516
|
+
from hikyuu.cpp.core310 import WMA
|
|
517
|
+
from hikyuu.cpp.core310 import YEAR
|
|
518
|
+
from hikyuu.cpp.core310 import ZHBOND10
|
|
519
|
+
from hikyuu.cpp.core310 import ZONGGUBEN
|
|
520
|
+
from hikyuu.cpp.core310 import ZSCORE
|
|
521
|
+
from hikyuu.cpp.core310 import __init__ as old_Query_init
|
|
522
|
+
from hikyuu.cpp.core310 import active_device
|
|
523
|
+
from hikyuu.cpp.core310 import backtest
|
|
524
|
+
from hikyuu.cpp.core310 import batch_calculate_inds
|
|
525
|
+
from hikyuu.cpp.core310 import bind_email
|
|
526
|
+
from hikyuu.cpp.core310 import can_upgrade
|
|
527
|
+
from hikyuu.cpp.core310 import check_data
|
|
528
|
+
from hikyuu.cpp.core310 import close_ostream_to_python
|
|
529
|
+
from hikyuu.cpp.core310 import close_spend_time
|
|
530
|
+
from hikyuu.cpp.core310 import combinate_ind
|
|
531
|
+
from hikyuu.cpp.core310 import combinate_index
|
|
532
|
+
from hikyuu.cpp.core310 import crtBrokerTM
|
|
533
|
+
from hikyuu.cpp.core310 import crtSEOptimal
|
|
534
|
+
from hikyuu.cpp.core310 import crtTM
|
|
535
|
+
from hikyuu.cpp.core310 import crt_pf_strategy
|
|
536
|
+
from hikyuu.cpp.core310 import crt_sys_strategy
|
|
537
|
+
from hikyuu.cpp.core310 import dates_to_np
|
|
538
|
+
from hikyuu.cpp.core310 import df_to_krecords
|
|
539
|
+
from hikyuu.cpp.core310 import fetch_trial_license
|
|
540
|
+
from hikyuu.cpp.core310 import find_optimal_system
|
|
541
|
+
from hikyuu.cpp.core310 import find_optimal_system_multi
|
|
542
|
+
from hikyuu.cpp.core310 import get_block
|
|
543
|
+
from hikyuu.cpp.core310 import get_business_name
|
|
544
|
+
from hikyuu.cpp.core310 import get_data_from_buffer_server
|
|
545
|
+
from hikyuu.cpp.core310 import get_date_range
|
|
546
|
+
from hikyuu.cpp.core310 import get_expire_date
|
|
547
|
+
from hikyuu.cpp.core310 import get_funds_list
|
|
548
|
+
from hikyuu.cpp.core310 import get_kdata
|
|
549
|
+
from hikyuu.cpp.core310 import get_latest_version_info
|
|
550
|
+
from hikyuu.cpp.core310 import get_log_level
|
|
551
|
+
from hikyuu.cpp.core310 import get_spot_from_buffer_server
|
|
552
|
+
from hikyuu.cpp.core310 import get_stock
|
|
553
|
+
from hikyuu.cpp.core310 import get_system_part_enum
|
|
554
|
+
from hikyuu.cpp.core310 import get_system_part_name
|
|
555
|
+
from hikyuu.cpp.core310 import get_version
|
|
556
|
+
from hikyuu.cpp.core310 import get_version_git
|
|
557
|
+
from hikyuu.cpp.core310 import get_version_with_build
|
|
558
|
+
from hikyuu.cpp.core310 import hikyuu_init
|
|
559
|
+
from hikyuu.cpp.core310 import inner_analysis_sys_list
|
|
560
|
+
from hikyuu.cpp.core310 import inner_combinate_ind_analysis
|
|
561
|
+
from hikyuu.cpp.core310 import inner_combinate_ind_analysis_with_block
|
|
562
|
+
from hikyuu.cpp.core310 import is_valid_license
|
|
563
|
+
from hikyuu.cpp.core310 import isinf
|
|
564
|
+
from hikyuu.cpp.core310 import isnan
|
|
565
|
+
from hikyuu.cpp.core310 import krecords_to_df
|
|
566
|
+
from hikyuu.cpp.core310 import krecords_to_np
|
|
567
|
+
from hikyuu.cpp.core310 import open_ostream_to_python
|
|
568
|
+
from hikyuu.cpp.core310 import open_spend_time
|
|
569
|
+
from hikyuu.cpp.core310 import parallel_run_pf
|
|
570
|
+
from hikyuu.cpp.core310 import parallel_run_sys
|
|
571
|
+
from hikyuu.cpp.core310 import positions_to_df
|
|
572
|
+
from hikyuu.cpp.core310 import positions_to_np
|
|
573
|
+
from hikyuu.cpp.core310 import register_extra_ktype
|
|
574
|
+
from hikyuu.cpp.core310 import release_extra_ktype
|
|
575
|
+
from hikyuu.cpp.core310 import remove_license
|
|
576
|
+
from hikyuu.cpp.core310 import roundDown
|
|
577
|
+
from hikyuu.cpp.core310 import roundEx
|
|
578
|
+
from hikyuu.cpp.core310 import roundUp
|
|
579
|
+
from hikyuu.cpp.core310 import run_in_strategy
|
|
580
|
+
from hikyuu.cpp.core310 import scorerecords_to_df
|
|
581
|
+
from hikyuu.cpp.core310 import scorerecords_to_np
|
|
582
|
+
from hikyuu.cpp.core310 import set_log_level
|
|
583
|
+
from hikyuu.cpp.core310 import set_python_in_interactive
|
|
584
|
+
from hikyuu.cpp.core310 import set_python_in_jupyter
|
|
585
|
+
from hikyuu.cpp.core310 import spot_agent_is_connected
|
|
586
|
+
from hikyuu.cpp.core310 import spot_agent_is_running
|
|
587
|
+
from hikyuu.cpp.core310 import start_data_server
|
|
588
|
+
from hikyuu.cpp.core310 import start_spot_agent
|
|
589
|
+
from hikyuu.cpp.core310 import stop_data_server
|
|
590
|
+
from hikyuu.cpp.core310 import stop_spot_agent
|
|
591
|
+
from hikyuu.cpp.core310 import systemweights_to_df
|
|
592
|
+
from hikyuu.cpp.core310 import systemweights_to_np
|
|
593
|
+
from hikyuu.cpp.core310 import timeline_to_df
|
|
594
|
+
from hikyuu.cpp.core310 import timeline_to_np
|
|
595
|
+
from hikyuu.cpp.core310 import toPriceList
|
|
596
|
+
from hikyuu.cpp.core310 import trades_to_df
|
|
597
|
+
from hikyuu.cpp.core310 import trades_to_np
|
|
598
|
+
from hikyuu.cpp.core310 import translist_to_df
|
|
599
|
+
from hikyuu.cpp.core310 import translist_to_np
|
|
600
|
+
from hikyuu.cpp.core310 import view_license
|
|
601
|
+
from hikyuu.cpp.core310 import weights_to_df
|
|
602
|
+
from hikyuu.cpp.core310 import weights_to_np
|
|
577
603
|
from hikyuu.draw.drawplot.common import get_draw_title
|
|
578
604
|
from hikyuu import extend
|
|
579
605
|
from hikyuu.extend import DatetimeList_to_df
|
|
@@ -598,8 +624,8 @@ from hikyuu.hub import get_part_info
|
|
|
598
624
|
from hikyuu.hub import get_part_list
|
|
599
625
|
from hikyuu.hub import get_part_module
|
|
600
626
|
from hikyuu.hub import get_part_name_list
|
|
601
|
-
from hikyuu.hub import print_part_info as help_part
|
|
602
627
|
from hikyuu.hub import print_part_info
|
|
628
|
+
from hikyuu.hub import print_part_info as help_part
|
|
603
629
|
from hikyuu.hub import remove_hub
|
|
604
630
|
from hikyuu.hub import search_part
|
|
605
631
|
from hikyuu.hub import update_hub
|
|
@@ -625,7 +651,9 @@ from hikyuu.trade_sys.trade_sys import crtCN
|
|
|
625
651
|
from hikyuu.trade_sys.trade_sys import crtEV
|
|
626
652
|
from hikyuu.trade_sys.trade_sys import crtMF
|
|
627
653
|
from hikyuu.trade_sys.trade_sys import crtMM
|
|
654
|
+
from hikyuu.trade_sys.trade_sys import crtNorm
|
|
628
655
|
from hikyuu.trade_sys.trade_sys import crtPG
|
|
656
|
+
from hikyuu.trade_sys.trade_sys import crtSCFilter
|
|
629
657
|
from hikyuu.trade_sys.trade_sys import crtSE
|
|
630
658
|
from hikyuu.trade_sys.trade_sys import crtSG
|
|
631
659
|
from hikyuu.trade_sys.trade_sys import crtSP
|
|
@@ -664,7 +692,6 @@ from hikyuu.util.mylog import with_trace
|
|
|
664
692
|
from hikyuu.util.notebook import in_interactive_session
|
|
665
693
|
from hikyuu.util.notebook import in_ipython_frontend
|
|
666
694
|
from hikyuu.util.timeout import timeout
|
|
667
|
-
import io as io
|
|
668
695
|
import locale as locale
|
|
669
696
|
import logging as logging
|
|
670
697
|
import math as math
|
|
@@ -686,11 +713,11 @@ import os as os
|
|
|
686
713
|
import pandas as pd
|
|
687
714
|
from pathlib import Path
|
|
688
715
|
import pickle as pickle
|
|
689
|
-
import pyarrow as pa
|
|
690
716
|
import seaborn as sns
|
|
691
717
|
import sys as sys
|
|
718
|
+
import time as time
|
|
692
719
|
import traceback as traceback
|
|
693
|
-
__all__: list[str] = ['ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'AGG_COUNT', 'AGG_MAD', 'AGG_MAX', 'AGG_MEAN', 'AGG_MEDIAN', 'AGG_MIN', 'AGG_PROD', 'AGG_QUANTILE', 'AGG_STD', 'AGG_SUM', 'AGG_VAR', 'ALIGN', 'AMA', 'AMO', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BASE_DIR', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CAPITAL', 'CEILING', 'CLOSE', 'CN_Bool', 'CN_OPLine', 'CONST', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DISCARD', 'DMA', 'DOWNNDAY', 'DRAWBAND', 'DRAWBMP', 'DRAWICON', 'DRAWIMG', 'DRAWLINE', 'DRAWNULL', 'DRAWNUMBER', 'DRAWNUMBER_FIX', 'DRAWRECTREL', 'DRAWSL', 'DRAWTEXT', 'DRAWTEXT_FIX', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'DatetimeList_to_df', 'DatetimeList_to_np', 'Datetime_date', 'Datetime_datetime', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EasyTraderOrderBroker', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FixedLocator', 'FontManager', 'FuncFormatter', 'FundsRecord', 'HHV', 'HHVBARS', 'HIGH', 'HKUCheckError', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'ICON_PATH', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'KALMAN', 'KDATA', 'KDATA_PART', 'KDJ', 'KData', 'KDataDriver', 'KDataToHdf5Importer', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LOW', 'Line2D', 'LoanRecord', 'LoggingContext', 'MA', 'MACD', 'MAX', 'MDD', 'MF_EqualWeight', 'MF_ICIRWeight', 'MF_ICWeight', 'MF_Weight', 'MIN', 'MINUTE', 'MM_FixedCapital', 'MM_FixedCapitalFunds', 'MM_FixedCount', 'MM_FixedCountTps', 'MM_FixedPercent', 'MM_FixedRisk', 'MM_FixedUnits', 'MM_Nothing', 'MM_WilliamsFixedRisk', 'MOD', 'MONTH', 'MRR', 'MailOrderBroker', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NOT', 'OFF', 'OPEN', 'OrderBrokerBase', 'OrderBrokerWrap', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'PLOYLINE', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Parameter_items', 'Parameter_iter', 'Parameter_keys', 'Parameter_to_dict', 'Path', 'Performance', 'Performance_to_df', 'Portfolio', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', 'RGB', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'Rectangle', 'SAFTYLOSS', 'SE_EvaluateOptimal', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_PerformanceOptimal', 'SE_Signal', 'SGN', 'SG_Add', 'SG_AllwaysBuy', 'SG_And', 'SG_Band', 'SG_Bool', 'SG_Buy', 'SG_Cross', 'SG_CrossGold', 'SG_Cycle', 'SG_Div', 'SG_Flex', 'SG_Mul', 'SG_OneSide', 'SG_Or', 'SG_Sell', 'SG_Single', 'SG_Single2', 'SG_Sub', 'SHOWICONS', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SQRT', 'STD', 'STDEV', 'STDP', 'STICKLINE', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', 'StockFuncFormatter', 'StockManager', 'StockTypeInfo', 'StockWeight', 'StockWeightList', 'StoplossBase', 'Strategy', 'StrategyContext', 'System', 'SystemPart', 'SystemWeight', 'SystemWeightList', 'TAN', 'TA_ACCBANDS', 'TA_ACOS', 'TA_AD', 'TA_ADD', 'TA_ADOSC', 'TA_ADX', 'TA_ADXR', 'TA_APO', 'TA_AROON', 'TA_AROONOSC', 'TA_ASIN', 'TA_ATAN', 'TA_ATR', 'TA_AVGDEV', 'TA_AVGPRICE', 'TA_BBANDS', 'TA_BETA', 'TA_BOP', 'TA_CCI', 'TA_CDL2CROWS', 'TA_CDL3BLACKCROWS', 'TA_CDL3INSIDE', 'TA_CDL3LINESTRIKE', 'TA_CDL3OUTSIDE', 'TA_CDL3STARSINSOUTH', 'TA_CDL3WHITESOLDIERS', 'TA_CDLABANDONEDBABY', 'TA_CDLADVANCEBLOCK', 'TA_CDLBELTHOLD', 'TA_CDLBREAKAWAY', 'TA_CDLCLOSINGMARUBOZU', 'TA_CDLCONCEALBABYSWALL', 'TA_CDLCOUNTERATTACK', 'TA_CDLDARKCLOUDCOVER', 'TA_CDLDOJI', 'TA_CDLDOJISTAR', 'TA_CDLDRAGONFLYDOJI', 'TA_CDLENGULFING', 'TA_CDLEVENINGDOJISTAR', 'TA_CDLEVENINGSTAR', 'TA_CDLGAPSIDESIDEWHITE', 'TA_CDLGRAVESTONEDOJI', 'TA_CDLHAMMER', 'TA_CDLHANGINGMAN', 'TA_CDLHARAMI', 'TA_CDLHARAMICROSS', 'TA_CDLHIGHWAVE', 'TA_CDLHIKKAKE', 'TA_CDLHIKKAKEMOD', 'TA_CDLHOMINGPIGEON', 'TA_CDLIDENTICAL3CROWS', 'TA_CDLINNECK', 'TA_CDLINVERTEDHAMMER', 'TA_CDLKICKING', 'TA_CDLKICKINGBYLENGTH', 'TA_CDLLADDERBOTTOM', 'TA_CDLLONGLEGGEDDOJI', 'TA_CDLLONGLINE', 'TA_CDLMARUBOZU', 'TA_CDLMATCHINGLOW', 'TA_CDLMATHOLD', 'TA_CDLMORNINGDOJISTAR', 'TA_CDLMORNINGSTAR', 'TA_CDLONNECK', 'TA_CDLPIERCING', 'TA_CDLRICKSHAWMAN', 'TA_CDLRISEFALL3METHODS', 'TA_CDLSEPARATINGLINES', 'TA_CDLSHOOTINGSTAR', 'TA_CDLSHORTLINE', 'TA_CDLSPINNINGTOP', 'TA_CDLSTALLEDPATTERN', 'TA_CDLSTICKSANDWICH', 'TA_CDLTAKURI', 'TA_CDLTASUKIGAP', 'TA_CDLTHRUSTING', 'TA_CDLTRISTAR', 'TA_CDLUNIQUE3RIVER', 'TA_CDLUPSIDEGAP2CROWS', 'TA_CDLXSIDEGAP3METHODS', 'TA_CEIL', 'TA_CMO', 'TA_CORREL', 'TA_COS', 'TA_COSH', 'TA_DEMA', 'TA_DIV', 'TA_DX', 'TA_EMA', 'TA_EXP', 'TA_FLOOR', 'TA_HT_DCPERIOD', 'TA_HT_DCPHASE', 'TA_HT_PHASOR', 'TA_HT_SINE', 'TA_HT_TRENDLINE', 'TA_HT_TRENDMODE', 'TA_IMI', 'TA_KAMA', 'TA_LINEARREG', 'TA_LINEARREG_ANGLE', 'TA_LINEARREG_INTERCEPT', 'TA_LINEARREG_SLOPE', 'TA_LN', 'TA_LOG10', 'TA_MA', 'TA_MACD', 'TA_MACDEXT', 'TA_MACDFIX', 'TA_MAMA', 'TA_MAVP', 'TA_MAX', 'TA_MAXINDEX', 'TA_MEDPRICE', 'TA_MFI', 'TA_MIDPOINT', 'TA_MIDPRICE', 'TA_MIN', 'TA_MININDEX', 'TA_MINMAX', 'TA_MINMAXINDEX', 'TA_MINUS_DI', 'TA_MINUS_DM', 'TA_MOM', 'TA_MULT', 'TA_NATR', 'TA_OBV', 'TA_PLUS_DI', 'TA_PLUS_DM', 'TA_PPO', 'TA_ROC', 'TA_ROCP', 'TA_ROCR', 'TA_ROCR100', 'TA_RSI', 'TA_SAR', 'TA_SAREXT', 'TA_SIN', 'TA_SINH', 'TA_SMA', 'TA_SQRT', 'TA_STDDEV', 'TA_STOCH', 'TA_STOCHF', 'TA_STOCHRSI', 'TA_SUB', 'TA_SUM', 'TA_T3', 'TA_TAN', 'TA_TANH', 'TA_TEMA', 'TA_TRANGE', 'TA_TRIMA', 'TA_TRIX', 'TA_TSF', 'TA_TYPPRICE', 'TA_ULTOSC', 'TA_VAR', 'TA_WCLPRICE', 'TA_WILLR', 'TA_WMA', 'TC_FixedA', 'TC_FixedA2015', 'TC_FixedA2017', 'TC_TestStub', 'TC_Zero', 'TICKLEFT', 'TICKRIGHT', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TestOrderBroker', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VALUE', 'VAR', 'VARP', 'VIGOR', 'VOL', 'WARN', 'WEAVE', 'WEEK', 'WINNER', 'WITHDAY', 'WITHHALFYEAR', 'WITHHOUR', 'WITHHOUR2', 'WITHHOUR4', 'WITHKTYPE', 'WITHMIN', 'WITHMIN15', 'WITHMIN30', 'WITHMIN5', 'WITHMIN60', 'WITHMONTH', 'WITHQUARTER', 'WITHWEEK', 'WITHYEAR', 'WMA', 'YEAR', 'ZHBOND10', 'ZONGGUBEN', 'ZSCORE', 'active_device', 'add_class_logger_handler', 'add_local_hub', 'add_remote_hub', 'adjust_axes_show', 'analysis', 'analysis_sys_list', 'analysis_sys_list_multi', 'atexit', 'ax_draw_macd', 'ax_draw_macd2', 'ax_set_locator_formatter', 'axes', 'backtest', 'batch_calculate_inds', 'broker', 'broker_easytrader', 'broker_mail', 'build_hub', 'can_upgrade', 'capture_multiprocess_all_logger', 'class_logger', 'close_ostream_to_python', 'close_spend_time', 'cnplot', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'concat_to_df', 'constant', 'core', 'cpp', 'create_figure', 'create_four_axes_figure', 'create_one_axes_figure', 'create_three_axes_figure', 'create_two_axes_figure', 'crtAF', 'crtBrokerTM', 'crtCN', 'crtEV', 'crtMF', 'crtMM', 'crtOB', 'crtPG', 'crtSE', 'crtSEOptimal', 'crtSG', 'crtSP', 'crtST', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'current_path', 'date', 'dates_to_np', 'dates_to_pa', 'datetime', 'df_to_ind', 'df_to_krecords', 'dll_directory', 'draw', 'evplot', 'extend', 'fetch_trial_license', 'figure', 'find_optimal_system', 'find_optimal_system_multi', 'fm_logger', 'gca', 'gcf', 'getDayLocatorAndFormatter', 'getMinLocatorAndFormatter', 'get_block', 'get_business_name', 'get_current_hub', 'get_data_from_buffer_server', 'get_date_range', 'get_draw_title', 'get_hub_name_list', 'get_hub_path', 'get_inds_view', 'get_inds_view_pyarrow', 'get_kdata', 'get_last_version', 'get_log_level', 'get_market_view', 'get_market_view_pyarrow', 'get_part', 'get_part_info', 'get_part_list', 'get_part_module', 'get_part_name_list', 'get_spot_from_buffer_server', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'help_part', 'hikyuu_init', 'hku_benchmark', 'hku_catch', 'hku_check', 'hku_check_ignore', 'hku_check_throw', 'hku_debug', 'hku_debug_if', 'hku_error', 'hku_error_if', 'hku_fatal', 'hku_fatal_if', 'hku_info', 'hku_info_if', 'hku_logger', 'hku_run_ignore_exception', 'hku_to_async', 'hku_trace', 'hku_trace_if', 'hku_warn', 'hku_warn_if', 'hub', 'ibar', 'iheatmap', 'imread', 'in_interactive_session', 'in_ipython_frontend', 'indicator', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'io', 'iplot', 'is_valid_license', 'isinf', 'isnan', 'kplot', 'krecords_to_df', 'krecords_to_np', 'krecords_to_pa', 'locale', 'logging', 'math', 'matplotlib', 'mkplot', 'new_Query_init', 'new_path', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'pa', 'part_clone', 'part_init', 'part_iter', 'pd', 'pickle', 'positions_to_df', 'positions_to_np', 'positions_to_pa', 'print_part_info', 'pyind', 'rcParams', 'register_extra_ktype', 'release_extra_ktype', 'remove_hub', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'search_part', 'set_log_level', 'set_mpl_params', 'set_my_logger_file', 'set_python_in_interactive', 'set_python_in_jupyter', 'sgplot', 'sns', 'spend_time', 'spot_agent_is_connected', 'spot_agent_is_running', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'sys_heatmap', 'sys_performance', 'sysplot', 'systemweights_to_df', 'systemweights_to_np', 'timedelta', 'timeline_to_df', 'timeline_to_np', 'timeline_to_pa', 'timeout', 'tm_heatmap', 'tm_performance', 'toPriceList', 'traceback', 'trade', 'trade_manage', 'trade_sys', 'trades_to_df', 'trades_to_np', 'trades_to_pa', 'translist_to_df', 'translist_to_np', 'translist_to_pa', 'update_hub', 'util', 'view_license', 'weights_to_df', 'weights_to_np', 'weights_to_pa', 'with_trace', 'ylabel']
|
|
720
|
+
__all__: list[str] = ['ABS', 'ACOS', 'AD', 'ADVANCE', 'AF_EqualWeight', 'AF_FixedAmount', 'AF_FixedWeight', 'AF_FixedWeightList', 'AF_MultiFactor', 'AGG_COUNT', 'AGG_FUNC', 'AGG_MAD', 'AGG_MAX', 'AGG_MEAN', 'AGG_MEDIAN', 'AGG_MIN', 'AGG_PROD', 'AGG_QUANTILE', 'AGG_STD', 'AGG_SUM', 'AGG_VAR', 'AGG_VWAP', 'ALIGN', 'AMA', 'AMO', 'ASIN', 'ATAN', 'ATR', 'AVEDEV', 'AllocateFundsBase', 'BACKSET', 'BARSCOUNT', 'BARSLAST', 'BARSLASTCOUNT', 'BARSSINCE', 'BARSSINCEN', 'BASE_DIR', 'BETWEEN', 'BLOCKSETNUM', 'BUSINESS', 'Block', 'BlockInfoDriver', 'BorrowRecord', 'BrokerPositionRecord', 'CAPITAL', 'CEILING', 'CLOSE', 'CN_Bool', 'CN_OPLine', 'CONST', 'CONTEXT', 'CONTEXT_K', 'CORR', 'COS', 'COST', 'COUNT', 'CROSS', 'CVAL', 'CYCLE', 'C_AMO', 'C_CLOSE', 'C_HIGH', 'C_KDATA', 'C_LOW', 'C_OPEN', 'C_VOL', 'ConditionBase', 'Constant', 'CostRecord', 'DATE', 'DAY', 'DEBUG', 'DECLINE', 'DEVSQ', 'DIFF', 'DISCARD', 'DMA', 'DOWNNDAY', 'DRAWBAND', 'DRAWBMP', 'DRAWICON', 'DRAWIMG', 'DRAWLINE', 'DRAWNULL', 'DRAWNUMBER', 'DRAWNUMBER_FIX', 'DRAWRECTREL', 'DRAWSL', 'DRAWTEXT', 'DRAWTEXT_FIX', 'DROPNA', 'DataDriverFactory', 'Datetime', 'DatetimeList', 'DatetimeList_to_df', 'DatetimeList_to_np', 'Datetime_date', 'Datetime_datetime', 'Days', 'EMA', 'ERROR', 'EVERY', 'EV_Bool', 'EV_TwoLine', 'EXIST', 'EXP', 'EasyTraderOrderBroker', 'EnvironmentBase', 'FATAL', 'FILTER', 'FINANCE', 'FLOOR', 'FixedLocator', 'FontManager', 'FuncFormatter', 'FundsRecord', 'GROUP_COUNT', 'GROUP_FUNC', 'GROUP_MAX', 'GROUP_MEAN', 'GROUP_MIN', 'GROUP_PROD', 'GROUP_SUM', 'HHV', 'HHVBARS', 'HIGH', 'HKUCheckError', 'HKUException', 'HOUR', 'HSL', 'Hours', 'IC', 'ICIR', 'ICON_PATH', 'IF', 'INBLOCK', 'INDEXA', 'INDEXADV', 'INDEXC', 'INDEXDEC', 'INDEXH', 'INDEXL', 'INDEXO', 'INDEXV', 'INFO', 'INSUM', 'INTPART', 'IR', 'ISINF', 'ISINFA', 'ISLASTBAR', 'ISNA', 'IndParam', 'Indicator', 'IndicatorImp', 'JUMPDOWN', 'JUMPUP', 'KALMAN', 'KDATA', 'KDATA_PART', 'KDJ', 'KData', 'KDataDriver', 'KDataToClickHouseImporter', 'KDataToHdf5Importer', 'KDataToMySQLImporter', 'KRecord', 'KRecordList', 'LAST', 'LASTVALUE', 'LIUTONGPAN', 'LLV', 'LLVBARS', 'LN', 'LOG', 'LOG_LEVEL', 'LONGCROSS', 'LOW', 'Line2D', 'LoanRecord', 'LoggingContext', 'MA', 'MACD', 'MAX', 'MDD', 'MF_EqualWeight', 'MF_ICIRWeight', 'MF_ICWeight', 'MF_Weight', 'MIN', 'MINUTE', 'MM_FixedCapital', 'MM_FixedCapitalFunds', 'MM_FixedCount', 'MM_FixedCountTps', 'MM_FixedPercent', 'MM_FixedRisk', 'MM_FixedUnits', 'MM_Nothing', 'MM_WilliamsFixedRisk', 'MOD', 'MONTH', 'MRR', 'MailOrderBroker', 'MarketInfo', 'Microseconds', 'Milliseconds', 'Minutes', 'MoneyManagerBase', 'MultiFactorBase', 'NDAY', 'NORM_MinMax', 'NORM_NOTHING', 'NORM_Quantile', 'NORM_Quantile_Uniform', 'NORM_Zscore', 'NOT', 'NormalizeBase', 'OFF', 'OPEN', 'OrderBrokerBase', 'OrderBrokerWrap', 'PF_Simple', 'PF_WithoutAF', 'PG_FixedHoldDays', 'PG_FixedPercent', 'PG_NoGoal', 'PLOYLINE', 'POS', 'POW', 'PRICELIST', 'Parameter', 'Parameter_items', 'Parameter_iter', 'Parameter_keys', 'Parameter_to_dict', 'Path', 'Performance', 'Performance_to_df', 'Portfolio', 'PositionRecord', 'PositionRecordList', 'ProfitGoalBase', 'QUANTILE_TRUNC', 'Query', 'RANK', 'RECOVER_BACKWARD', 'RECOVER_EQUAL_BACKWARD', 'RECOVER_EQUAL_FORWARD', 'RECOVER_FORWARD', 'REF', 'REFX', 'REPLACE', 'RESULT', 'REVERSE', 'RGB', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'ROUND', 'ROUNDDOWN', 'ROUNDUP', 'RSI', 'Rectangle', 'SAFTYLOSS', 'SCFilter_AmountLimit', 'SCFilter_Group', 'SCFilter_IgnoreNan', 'SCFilter_LessOrEqualValue', 'SCFilter_Price', 'SCFilter_TopN', 'SE_EvaluateOptimal', 'SE_Fixed', 'SE_MaxFundsOptimal', 'SE_MultiFactor', 'SE_MultiFactor2', 'SE_PerformanceOptimal', 'SE_Signal', 'SGN', 'SG_Add', 'SG_AllwaysBuy', 'SG_And', 'SG_Band', 'SG_Bool', 'SG_Buy', 'SG_Cross', 'SG_CrossGold', 'SG_Cycle', 'SG_Div', 'SG_Flex', 'SG_Mul', 'SG_OneSide', 'SG_Or', 'SG_Sell', 'SG_Single', 'SG_Single2', 'SG_Sub', 'SHOWICONS', 'SIN', 'SLICE', 'SLOPE', 'SMA', 'SPEARMAN', 'SP_FixedPercent', 'SP_FixedValue', 'SP_LogNormal', 'SP_Normal', 'SP_TruncNormal', 'SP_Uniform', 'SQRT', 'STD', 'STDEV', 'STDP', 'STICKLINE', 'ST_FixedPercent', 'ST_Indicator', 'ST_Saftyloss', 'SUM', 'SUMBARS', 'SYS_Simple', 'SYS_WalkForward', 'ScoreRecord', 'ScoreRecordList', 'ScoresFilterBase', 'Seconds', 'SelectorBase', 'SignalBase', 'SlippageBase', 'SpotRecord', 'Stock', 'StockFuncFormatter', 'StockManager', 'StockTypeInfo', 'StockWeight', 'StockWeightList', 'StoplossBase', 'Strategy', 'StrategyContext', 'System', 'SystemPart', 'SystemWeight', 'SystemWeightList', 'TAN', 'TA_ACCBANDS', 'TA_ACOS', 'TA_AD', 'TA_ADD', 'TA_ADOSC', 'TA_ADX', 'TA_ADXR', 'TA_APO', 'TA_AROON', 'TA_AROONOSC', 'TA_ASIN', 'TA_ATAN', 'TA_ATR', 'TA_AVGDEV', 'TA_AVGPRICE', 'TA_BBANDS', 'TA_BETA', 'TA_BOP', 'TA_CCI', 'TA_CDL2CROWS', 'TA_CDL3BLACKCROWS', 'TA_CDL3INSIDE', 'TA_CDL3LINESTRIKE', 'TA_CDL3OUTSIDE', 'TA_CDL3STARSINSOUTH', 'TA_CDL3WHITESOLDIERS', 'TA_CDLABANDONEDBABY', 'TA_CDLADVANCEBLOCK', 'TA_CDLBELTHOLD', 'TA_CDLBREAKAWAY', 'TA_CDLCLOSINGMARUBOZU', 'TA_CDLCONCEALBABYSWALL', 'TA_CDLCOUNTERATTACK', 'TA_CDLDARKCLOUDCOVER', 'TA_CDLDOJI', 'TA_CDLDOJISTAR', 'TA_CDLDRAGONFLYDOJI', 'TA_CDLENGULFING', 'TA_CDLEVENINGDOJISTAR', 'TA_CDLEVENINGSTAR', 'TA_CDLGAPSIDESIDEWHITE', 'TA_CDLGRAVESTONEDOJI', 'TA_CDLHAMMER', 'TA_CDLHANGINGMAN', 'TA_CDLHARAMI', 'TA_CDLHARAMICROSS', 'TA_CDLHIGHWAVE', 'TA_CDLHIKKAKE', 'TA_CDLHIKKAKEMOD', 'TA_CDLHOMINGPIGEON', 'TA_CDLIDENTICAL3CROWS', 'TA_CDLINNECK', 'TA_CDLINVERTEDHAMMER', 'TA_CDLKICKING', 'TA_CDLKICKINGBYLENGTH', 'TA_CDLLADDERBOTTOM', 'TA_CDLLONGLEGGEDDOJI', 'TA_CDLLONGLINE', 'TA_CDLMARUBOZU', 'TA_CDLMATCHINGLOW', 'TA_CDLMATHOLD', 'TA_CDLMORNINGDOJISTAR', 'TA_CDLMORNINGSTAR', 'TA_CDLONNECK', 'TA_CDLPIERCING', 'TA_CDLRICKSHAWMAN', 'TA_CDLRISEFALL3METHODS', 'TA_CDLSEPARATINGLINES', 'TA_CDLSHOOTINGSTAR', 'TA_CDLSHORTLINE', 'TA_CDLSPINNINGTOP', 'TA_CDLSTALLEDPATTERN', 'TA_CDLSTICKSANDWICH', 'TA_CDLTAKURI', 'TA_CDLTASUKIGAP', 'TA_CDLTHRUSTING', 'TA_CDLTRISTAR', 'TA_CDLUNIQUE3RIVER', 'TA_CDLUPSIDEGAP2CROWS', 'TA_CDLXSIDEGAP3METHODS', 'TA_CEIL', 'TA_CMO', 'TA_CORREL', 'TA_COS', 'TA_COSH', 'TA_DEMA', 'TA_DIV', 'TA_DX', 'TA_EMA', 'TA_EXP', 'TA_FLOOR', 'TA_HT_DCPERIOD', 'TA_HT_DCPHASE', 'TA_HT_PHASOR', 'TA_HT_SINE', 'TA_HT_TRENDLINE', 'TA_HT_TRENDMODE', 'TA_IMI', 'TA_KAMA', 'TA_LINEARREG', 'TA_LINEARREG_ANGLE', 'TA_LINEARREG_INTERCEPT', 'TA_LINEARREG_SLOPE', 'TA_LN', 'TA_LOG10', 'TA_MA', 'TA_MACD', 'TA_MACDEXT', 'TA_MACDFIX', 'TA_MAMA', 'TA_MAVP', 'TA_MAX', 'TA_MAXINDEX', 'TA_MEDPRICE', 'TA_MFI', 'TA_MIDPOINT', 'TA_MIDPRICE', 'TA_MIN', 'TA_MININDEX', 'TA_MINMAX', 'TA_MINMAXINDEX', 'TA_MINUS_DI', 'TA_MINUS_DM', 'TA_MOM', 'TA_MULT', 'TA_NATR', 'TA_OBV', 'TA_PLUS_DI', 'TA_PLUS_DM', 'TA_PPO', 'TA_ROC', 'TA_ROCP', 'TA_ROCR', 'TA_ROCR100', 'TA_RSI', 'TA_SAR', 'TA_SAREXT', 'TA_SIN', 'TA_SINH', 'TA_SMA', 'TA_SQRT', 'TA_STDDEV', 'TA_STOCH', 'TA_STOCHF', 'TA_STOCHRSI', 'TA_SUB', 'TA_SUM', 'TA_T3', 'TA_TAN', 'TA_TANH', 'TA_TEMA', 'TA_TRANGE', 'TA_TRIMA', 'TA_TRIX', 'TA_TSF', 'TA_TYPPRICE', 'TA_ULTOSC', 'TA_VAR', 'TA_WCLPRICE', 'TA_WILLR', 'TA_WMA', 'TC_FixedA', 'TC_FixedA2015', 'TC_FixedA2017', 'TC_TestStub', 'TC_Zero', 'TICKLEFT', 'TICKRIGHT', 'TIME', 'TIMELINE', 'TIMELINEVOL', 'TR', 'TRACE', 'TURNOVER', 'TestOrderBroker', 'TimeDelta', 'TimeDelta_timedelta', 'TimeLineList', 'TimeLineRecord', 'TradeCostBase', 'TradeManager', 'TradeRecord', 'TradeRecordList', 'TradeRequest', 'TransList', 'TransRecord', 'UPNDAY', 'UTCOffset', 'VALUE', 'VAR', 'VARP', 'VIGOR', 'VOL', 'WARN', 'WEAVE', 'WEEK', 'WINNER', 'WITHDAY', 'WITHHALFYEAR', 'WITHHOUR', 'WITHHOUR2', 'WITHHOUR4', 'WITHKTYPE', 'WITHMIN', 'WITHMIN15', 'WITHMIN30', 'WITHMIN5', 'WITHMIN60', 'WITHMONTH', 'WITHQUARTER', 'WITHWEEK', 'WITHYEAR', 'WMA', 'YEAR', 'ZHBOND10', 'ZONGGUBEN', 'ZSCORE', 'active_device', 'add_class_logger_handler', 'add_local_hub', 'add_remote_hub', 'adjust_axes_show', 'analysis', 'analysis_sys_list', 'analysis_sys_list_multi', 'atexit', 'ax_draw_macd', 'ax_draw_macd2', 'ax_set_locator_formatter', 'axes', 'backtest', 'batch_calculate_inds', 'bind_email', 'broker', 'broker_easytrader', 'broker_mail', 'build_hub', 'can_upgrade', 'capture_multiprocess_all_logger', 'check_data', 'class_logger', 'close_ostream_to_python', 'close_spend_time', 'cnplot', 'combinate_ind', 'combinate_ind_analysis', 'combinate_ind_analysis_multi', 'combinate_index', 'concat_to_df', 'constant', 'core', 'cpp', 'create_figure', 'create_four_axes_figure', 'create_one_axes_figure', 'create_three_axes_figure', 'create_two_axes_figure', 'crtAF', 'crtBrokerTM', 'crtCN', 'crtEV', 'crtMF', 'crtMM', 'crtNorm', 'crtOB', 'crtPG', 'crtSCFilter', 'crtSE', 'crtSEOptimal', 'crtSG', 'crtSP', 'crtST', 'crtTM', 'crt_pf_strategy', 'crt_sys_strategy', 'current_path', 'date', 'dates_to_np', 'datetime', 'df_to_ind', 'df_to_krecords', 'dll_directory', 'draw', 'evplot', 'extend', 'fetch_trial_license', 'figure', 'find_optimal_system', 'find_optimal_system_multi', 'fm_logger', 'gca', 'gcf', 'getDayLocatorAndFormatter', 'getMinLocatorAndFormatter', 'get_block', 'get_business_name', 'get_current_hub', 'get_data_from_buffer_server', 'get_date_range', 'get_draw_title', 'get_expire_date', 'get_funds_list', 'get_hub_name_list', 'get_hub_path', 'get_kdata', 'get_latest_version_info', 'get_log_level', 'get_part', 'get_part_info', 'get_part_list', 'get_part_module', 'get_part_name_list', 'get_spot_from_buffer_server', 'get_stock', 'get_system_part_enum', 'get_system_part_name', 'get_version', 'get_version_git', 'get_version_with_build', 'help_part', 'hikyuu_init', 'hku_benchmark', 'hku_catch', 'hku_check', 'hku_check_ignore', 'hku_check_throw', 'hku_debug', 'hku_debug_if', 'hku_error', 'hku_error_if', 'hku_fatal', 'hku_fatal_if', 'hku_info', 'hku_info_if', 'hku_logger', 'hku_run_ignore_exception', 'hku_to_async', 'hku_trace', 'hku_trace_if', 'hku_warn', 'hku_warn_if', 'hub', 'ibar', 'iheatmap', 'imread', 'in_interactive_session', 'in_ipython_frontend', 'indicator', 'inner_analysis_sys_list', 'inner_combinate_ind_analysis', 'inner_combinate_ind_analysis_with_block', 'iplot', 'is_valid_license', 'isinf', 'isnan', 'kplot', 'krecords_to_df', 'krecords_to_np', 'locale', 'logging', 'math', 'matplotlib', 'mkplot', 'new_Query_init', 'new_path', 'np', 'old_Query_init', 'open_ostream_to_python', 'open_spend_time', 'os', 'parallel_run_pf', 'parallel_run_sys', 'part_clone', 'part_init', 'part_iter', 'pd', 'pickle', 'positions_to_df', 'positions_to_np', 'print_part_info', 'pyind', 'rcParams', 'register_extra_ktype', 'release_extra_ktype', 'remove_hub', 'remove_license', 'roundDown', 'roundEx', 'roundUp', 'run_in_strategy', 'scorerecords_to_df', 'scorerecords_to_np', 'search_part', 'set_log_level', 'set_mpl_params', 'set_my_logger_file', 'set_python_in_interactive', 'set_python_in_jupyter', 'sgplot', 'sns', 'spend_time', 'spot_agent_is_connected', 'spot_agent_is_running', 'start_data_server', 'start_spot_agent', 'stop_data_server', 'stop_spot_agent', 'sys', 'sys_heatmap', 'sys_performance', 'sysplot', 'systemweights_to_df', 'systemweights_to_np', 'time', 'timedelta', 'timeline_to_df', 'timeline_to_np', 'timeout', 'tm_heatmap', 'tm_performance', 'toPriceList', 'traceback', 'trade', 'trade_manage', 'trade_sys', 'trades_to_df', 'trades_to_np', 'translist_to_df', 'translist_to_np', 'update_hub', 'util', 'view_license', 'weights_to_df', 'weights_to_np', 'with_trace', 'ylabel']
|
|
694
721
|
class StockFuncFormatter:
|
|
695
722
|
"""
|
|
696
723
|
用于坐标轴显示日期
|
|
@@ -702,7 +729,7 @@ class StockFuncFormatter:
|
|
|
702
729
|
...
|
|
703
730
|
def __init__(self, ix2date):
|
|
704
731
|
...
|
|
705
|
-
def DRAWBAND(val1: hikyuu.cpp.
|
|
732
|
+
def DRAWBAND(val1: hikyuu.cpp.core310.Indicator, color1 = 'm', val2: hikyuu.cpp.core310.Indicator = None, color2 = 'b', kdata = None, alpha = 0.2, new = False, axes = None, linestyle = '-'):
|
|
706
733
|
"""
|
|
707
734
|
画出带状线
|
|
708
735
|
|
|
@@ -722,7 +749,7 @@ def DRAWBAND(val1: hikyuu.cpp.core39.Indicator, color1 = 'm', val2: hikyuu.cpp.c
|
|
|
722
749
|
linestyle (str, optional): 包络线类型. Defaults to '-'.
|
|
723
750
|
|
|
724
751
|
"""
|
|
725
|
-
def DRAWICON(cond: hikyuu.cpp.
|
|
752
|
+
def DRAWICON(cond: hikyuu.cpp.core310.Indicator, price: hikyuu.cpp.core310.Indicator, type: int, kdata: hikyuu.cpp.core310.KData = None, new = False, axes = None, *args, **kwargs):
|
|
726
753
|
"""
|
|
727
754
|
绘制内置 icon
|
|
728
755
|
|
|
@@ -740,7 +767,7 @@ def DRAWICON(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicat
|
|
|
740
767
|
axes (_type_, optional): 在指定坐标轴中绘制. Defaults to None.
|
|
741
768
|
|
|
742
769
|
"""
|
|
743
|
-
def DRAWIMG(cond: hikyuu.cpp.
|
|
770
|
+
def DRAWIMG(cond: hikyuu.cpp.core310.Indicator, price: hikyuu.cpp.core310.Indicator, img: str, kdata: hikyuu.cpp.core310.KData = None, new = False, axes = None, *args, **kwargs):
|
|
744
771
|
"""
|
|
745
772
|
画图片
|
|
746
773
|
|
|
@@ -756,7 +783,7 @@ def DRAWIMG(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicato
|
|
|
756
783
|
axes (_type_, optional): 在指定坐标轴中绘制. Defaults to None.
|
|
757
784
|
|
|
758
785
|
"""
|
|
759
|
-
def DRAWLINE(cond1: hikyuu.cpp.
|
|
786
|
+
def DRAWLINE(cond1: hikyuu.cpp.core310.Indicator, price1: hikyuu.cpp.core310.Indicator, cond2: hikyuu.cpp.core310.Indicator, price2: hikyuu.cpp.core310.Indicator, expand: int = 0, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
760
787
|
"""
|
|
761
788
|
在图形上绘制直线段。
|
|
762
789
|
|
|
@@ -776,7 +803,7 @@ def DRAWLINE(cond1: hikyuu.cpp.core39.Indicator, price1: hikyuu.cpp.core39.Indic
|
|
|
776
803
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
777
804
|
|
|
778
805
|
"""
|
|
779
|
-
def DRAWNUMBER(cond: hikyuu.cpp.
|
|
806
|
+
def DRAWNUMBER(cond: hikyuu.cpp.core310.Indicator, price: hikyuu.cpp.core310.Indicator, number: hikyuu.cpp.core310.Indicator, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
780
807
|
"""
|
|
781
808
|
画出数字.
|
|
782
809
|
|
|
@@ -793,7 +820,7 @@ def DRAWNUMBER(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indic
|
|
|
793
820
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
794
821
|
|
|
795
822
|
"""
|
|
796
|
-
def DRAWNUMBER_FIX(cond: hikyuu.cpp.
|
|
823
|
+
def DRAWNUMBER_FIX(cond: hikyuu.cpp.core310.Indicator, x: float, y: float, type: int, number: float, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
797
824
|
"""
|
|
798
825
|
固定位置显示数字.
|
|
799
826
|
|
|
@@ -837,7 +864,7 @@ def DRAWRECTREL(left: int, top: int, right: int, bottom: int, color = 'm', frame
|
|
|
837
864
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
838
865
|
|
|
839
866
|
"""
|
|
840
|
-
def DRAWSL(cond: hikyuu.cpp.
|
|
867
|
+
def DRAWSL(cond: hikyuu.cpp.core310.Indicator, price: hikyuu.cpp.core310.Indicator, slope: typing.Union[hikyuu.cpp.core310.Indicator, float, int], length: typing.Union[hikyuu.cpp.core310.Indicator, float, int], direct: int, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
841
868
|
"""
|
|
842
869
|
绘制斜线.
|
|
843
870
|
|
|
@@ -862,7 +889,7 @@ def DRAWSL(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicator
|
|
|
862
889
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
863
890
|
|
|
864
891
|
"""
|
|
865
|
-
def DRAWTEXT(cond: hikyuu.cpp.
|
|
892
|
+
def DRAWTEXT(cond: hikyuu.cpp.core310.Indicator, price: hikyuu.cpp.core310.Indicator, text: str, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
866
893
|
"""
|
|
867
894
|
在图形上显示文字。
|
|
868
895
|
|
|
@@ -879,7 +906,7 @@ def DRAWTEXT(cond: hikyuu.cpp.core39.Indicator, price: hikyuu.cpp.core39.Indicat
|
|
|
879
906
|
axes (_type_, optional): 指定的坐标轴. Defaults to None.
|
|
880
907
|
|
|
881
908
|
"""
|
|
882
|
-
def DRAWTEXT_FIX(cond: hikyuu.cpp.
|
|
909
|
+
def DRAWTEXT_FIX(cond: hikyuu.cpp.core310.Indicator, x: float, y: float, type: int, text: str, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', new = False, axes = None, *args, **kwargs):
|
|
883
910
|
"""
|
|
884
911
|
固定位置显示文字
|
|
885
912
|
|
|
@@ -901,7 +928,7 @@ def DRAWTEXT_FIX(cond: hikyuu.cpp.core39.Indicator, x: float, y: float, type: in
|
|
|
901
928
|
axes (_type_, optional): 指定坐标轴. Defaults to None.
|
|
902
929
|
|
|
903
930
|
"""
|
|
904
|
-
def PLOYLINE(cond: hikyuu.cpp.
|
|
931
|
+
def PLOYLINE(cond: hikyuu.cpp.core310.Indicator, price: hikyuu.cpp.core310.Indicator, kdata: hikyuu.cpp.core310.KData = None, color: str = 'm', linewidth = 1.0, new = False, axes = None, *args, **kwargs):
|
|
905
932
|
"""
|
|
906
933
|
在图形上绘制折线段。
|
|
907
934
|
|
|
@@ -924,7 +951,7 @@ def SHOWICONS():
|
|
|
924
951
|
"""
|
|
925
952
|
显示所有内置图标
|
|
926
953
|
"""
|
|
927
|
-
def STICKLINE(cond: hikyuu.cpp.
|
|
954
|
+
def STICKLINE(cond: hikyuu.cpp.core310.Indicator, price1: hikyuu.cpp.core310.Indicator, price2: hikyuu.cpp.core310.Indicator, width: float = 2.0, empty: bool = False, color = 'm', alpha = 1.0, kdata = None, new = False, axes = None):
|
|
928
955
|
"""
|
|
929
956
|
在满足cond的条件下,在 price1 和 price2 之间绘制一个宽度为 width 的柱状图。
|
|
930
957
|
|
|
@@ -1195,7 +1222,7 @@ def tm_heatmap(tm, start_date, end_date = None, axes = None):
|
|
|
1195
1222
|
:return: None
|
|
1196
1223
|
|
|
1197
1224
|
"""
|
|
1198
|
-
def tm_performance(tm: hikyuu.cpp.
|
|
1225
|
+
def tm_performance(tm: hikyuu.cpp.core310.TradeManager, query: hikyuu.cpp.core310.Query, ref_stk: hikyuu.cpp.core310.Stock = None):
|
|
1199
1226
|
"""
|
|
1200
1227
|
|
|
1201
1228
|
绘制系统绩效,即账户累积收益率曲线
|
|
@@ -1205,30 +1232,30 @@ def tm_performance(tm: hikyuu.cpp.core39.TradeManager, query: hikyuu.cpp.core39.
|
|
|
1205
1232
|
:return: None
|
|
1206
1233
|
|
|
1207
1234
|
"""
|
|
1208
|
-
AMO: hikyuu.cpp.
|
|
1209
|
-
BASE_DIR: str = '/
|
|
1210
|
-
CLOSE: hikyuu.cpp.
|
|
1211
|
-
DEBUG: hikyuu.cpp.
|
|
1235
|
+
AMO: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1236
|
+
BASE_DIR: str = '/app/hikyuu/hikyuu'
|
|
1237
|
+
CLOSE: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1238
|
+
DEBUG: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.DEBUG: 1>
|
|
1212
1239
|
DRAWNULL: float # value = nan
|
|
1213
|
-
ERROR: hikyuu.cpp.
|
|
1214
|
-
FATAL: hikyuu.cpp.
|
|
1215
|
-
HIGH: hikyuu.cpp.
|
|
1216
|
-
ICON_PATH: str = '/
|
|
1217
|
-
INFO: hikyuu.cpp.
|
|
1218
|
-
KDATA: hikyuu.cpp.
|
|
1219
|
-
LOW: hikyuu.cpp.
|
|
1220
|
-
OFF: hikyuu.cpp.
|
|
1221
|
-
OPEN: hikyuu.cpp.
|
|
1240
|
+
ERROR: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.ERROR: 4>
|
|
1241
|
+
FATAL: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.FATAL: 5>
|
|
1242
|
+
HIGH: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1243
|
+
ICON_PATH: str = '/app/hikyuu/hikyuu/draw/drawplot'
|
|
1244
|
+
INFO: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.INFO: 2>
|
|
1245
|
+
KDATA: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1246
|
+
LOW: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1247
|
+
OFF: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.OFF: 6>
|
|
1248
|
+
OPEN: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1222
1249
|
TICKLEFT: int = 0
|
|
1223
1250
|
TICKRIGHT: int = 1
|
|
1224
|
-
TRACE: hikyuu.cpp.
|
|
1225
|
-
VOL: hikyuu.cpp.
|
|
1226
|
-
WARN: hikyuu.cpp.
|
|
1227
|
-
constant: hikyuu.cpp.
|
|
1228
|
-
current_path: str = ''
|
|
1229
|
-
dll_directory: str = '/
|
|
1251
|
+
TRACE: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.TRACE: 0>
|
|
1252
|
+
VOL: hikyuu.cpp.core310.Indicator # value = Indicator{...
|
|
1253
|
+
WARN: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.WARN: 3>
|
|
1254
|
+
constant: hikyuu.cpp.core310.Constant # value = <hikyuu.cpp.core310.Constant object>
|
|
1255
|
+
current_path: str = '/usr/lib/x86_64-linux-gnu:/usr/lib/aarch64-linux-gnu:/opt/miniconda3/lib'
|
|
1256
|
+
dll_directory: str = '/app/hikyuu/hikyuu/cpp'
|
|
1230
1257
|
fm_logger: logging.Logger # value = <Logger matplotlib.font_manager (INFO)>
|
|
1231
1258
|
hku_logger: logging.Logger # value = <Logger hikyuu (INFO)>
|
|
1232
|
-
new_path: str = '/
|
|
1259
|
+
new_path: str = '/app/hikyuu/hikyuu/cpp:/usr/lib/x86_64-linux-gnu:/usr/lib/aarch64-linux-gnu:/opt/miniconda3/lib'
|
|
1233
1260
|
rcParams: matplotlib.RcParams # value = RcParams({'_internal.classic_mode': False,...
|
|
1234
1261
|
DRAWBMP = DRAWIMG
|