# 初始化策略 run_daily(context, get_nihuigou, time='15:00') def handle_data(context, data): pass def get_nihuigou(context): print('进入逆回购') # 获取沪深国债的快照数据 shen = get_snapshot('131810.SZ')['131810.SZ']['last_px'] hu = get_snapshot('204001.SZ')['204001.SZ'][...
def handle_data(context, data): security = g.security # 获取股票的收盘价 close_data = attribute_history(security, 5, '1d', ['close']) # 取得过去五天的平均价格 MA5 = close_data['close'].mean() # 取得上一时间点价格 current_price = close_data['close'][-1] # 取得当前的现金 cash ...
CDaoTableDef::GetName Returns the user-defined name of the table. CDaoTableDef::GetRecordCount Returns the number of records in the table. CDaoTableDef::GetSourceTableName Returns a value that specifies the name of the attached table in the source database. CDaoTableDef::GetValidationRule Re...
CDaoTableDef::GetName Returns the user-defined name of the table. CDaoTableDef::GetRecordCount Returns the number of records in the table. CDaoTableDef::GetSourceTableName Returns a value that specifies the name of the attached table in the source database. CDaoTableDef::GetValidationRule Re...
類型:ICoNtextMenuCB* 回呼物件所支援之 ICoNtextMenuCB介面的指標。 這個值是選擇性的,而且可以是Null。 pidlFolder 類型:PCIDLIST_ABSOLUTE 資料夾的 PIDL,其中包含選取的檔案物件 () ,如果沒有選取任何檔案物件,則為操作功能表的資料夾。 這個值是選擇性的,而且可以是Null,在此情況下,PIDL 是從psf成員計算而...
df_data['volume'] = dp_data[:, :, 'volume'] self.atr = atr_per_close(df_data, atrLen = self.atr_len) context.longstop = 0 def handle_data(self, context, data): context.tick += 1 total_window = self.train_win + self.nn_win + 1 if context.tick < (total_window): ...
DATABLOCK_HEADER结构 DEFCONTEXTMENU 结构 DETAILSINFO 结构 DFMICS 结构 DriveType 函数 DROPDESCRIPTION 结构 DROPFILES 结构 DROPIMAGETYPE 枚举 EXP_DARWIN_LINK 结构 EXP_PROPERTYSTORAGE 结构 EXP_SPECIAL_FOLDER结构 EXP_SZ_LINK 结构 FILE_ATTRIBUTES_ARRAY 结构 FILEDESCRIPTORA 结构 FILEDESCRIPTORW 结构 FILEGROUP...
类型:IContextMenuCB* 指向回调对象支持的IContextMenuCB接口的指针。 此值是可选的,可以为NULL。 pidlFolder 类型:PCIDLIST_ABSOLUTE 包含所选文件对象的文件夹的 PIDL () ;如果未选择任何文件对象,则为上下文菜单的文件夹。 此值是可选的,可以为NULL,在这种情况下,PIDL 是从psf成员计算的。
ser= self.get_serializer(data=request.data)ifser.is_valid():#会执行字段自己的校验(没有),执行局部钩子(没有),执行全局钩子(写了:校验用户,签发token)#context 是视图类和序列化列之间沟通的桥梁access = ser.context.get('access') refresh= ser.context.get('refresh') ...
int getIndex() Returns the column position of this attribute in the data source. java.lang.Class getJavaType() Returns the Java type of the attribute. java.lang.String getLabel(LocaleContext locale) Retrieves the label to be used in any attribute prompts java.lang.String getLocaleName(Locale...