Documentation ¶
Index ¶
- Constants
- func DaemonService()
- func IsSubNewStock(securityCode, date string) bool
- func IsSubNewStockByIpoDate(securityCode, ipoDate, date string) bool
- func RealtimeUpdateSnapshot(pbarIndex *int, modName string)
- func RepairExchange(pbarIndex *int, start, end string)
- func RepairF10(pbarIndex *int, start, end string)
- func StockUpdateBasicKLine(pbarIndex *int)
- func StockUpdateKLineWithQfq(pbarIndex *int)
- func StockUpdateRealtimeBasicKLine(pbarIndex *int)
- func StockUpdateRealtimeKLine(pbarIndex *int)
- func StockUpdateWideKLine(pbarIndex *int)
- func StockUpdateXdxr(pbarIndex *int)
- func UpdateAllData(pbarIndex *int)
- func UpdateExchange(pbarIndex *int)
- func UpdateExchangeFundFlow(pbarIndex *int)
- func UpdateExchangeKLineExtend(pbarIndex *int)
- func UpdateF10(pbarIndex *int)
- func UpdateF10Notices(pbarIndex *int)
- func UpdateFinanceReports(pbarIndex *int)
- func UpdateHistoryTransaction(isToday bool, pbarIndex *int)
- func UpdateKLine(pbarIndex *int)
- func UpdateStockSnapshot(pbarIndex *int)
- type RiskAssessmentInfo
- type Scheduler
Constants ¶
View Source
const (
SubNewStockYears = 1 // 次新股几年内
)
Variables ¶
This section is empty.
Functions ¶
func IsSubNewStockByIpoDate ¶
IsSubNewStockByIpoDate 检查是否次新股
func RealtimeUpdateSnapshot ¶
RealtimeUpdateSnapshot 更新快照缓存
func RepairExchange ¶
RepairExchange 修补扩展交易数据
func StockUpdateKLineWithQfq ¶
func StockUpdateKLineWithQfq(pbarIndex *int)
StockUpdateKLineWithQfq 更新日线-前复权
func StockUpdateRealtimeBasicKLine ¶
func StockUpdateRealtimeBasicKLine(pbarIndex *int)
StockUpdateRealtimeBasicKLine 更新K线数据
func StockUpdateRealtimeKLine ¶
func StockUpdateRealtimeKLine(pbarIndex *int)
StockUpdateRealtimeKLine 更新K线数据
func UpdateExchangeFundFlow ¶
func UpdateExchangeFundFlow(pbarIndex *int)
UpdateExchangeFundFlow 资金流向
func UpdateExchangeKLineExtend ¶
func UpdateExchangeKLineExtend(pbarIndex *int)
UpdateExchangeKLineExtend 更新扩展数据
只能当天更新给下一个交易日使用
func UpdateHistoryTransaction ¶
UpdateHistoryTransaction 成交数据
Types ¶
type RiskAssessmentInfo ¶
RiskAssessmentInfo 风险评估 - 安全分
Source Files ¶
- all.go
- data_exchange_fund.go
- data_exchange_kline.go
- data_f10_notices.go
- data_f10_subnew.go
- exchange_extend.go
- exchange_fundflow.go
- f10_basic.go
- f10_capital.go
- f10_holder.go
- f10_notices.go
- f10_reports.go
- f10_safetyscore.go
- iterator.go
- kline_basic.go
- kline_realtime.go
- kline_wide.go
- realtime_snapshot.go
- repair_exchange.go
- repair_exchange_extend.go
- repair_exchange_turnz.go
- repair_f10.go
- repair_f10_basic.go
- repair_f10_holder.go
- scheduler.go
- services.go
- services_state.go
- services_std.go
- stock_finance_reports.go
- stock_snapshot.go
- stock_transaction.go
- stock_xdxr.go
- update_exchange.go
- update_f10.go
- update_kline.go
Click to show internal directories.
Click to hide internal directories.