大伊人青草狠狠久久-大伊香蕉精品视频在线-大伊香蕉精品一区视频在线-大伊香蕉在线精品不卡视频-大伊香蕉在线精品视频75-大伊香蕉在线精品视频人碰人

您現(xiàn)在的位置:程序化交易>> 期貨公式>> 交易開拓者(TB)>> 開拓者知識>>正文內(nèi)容

請問這個策略有偷價或者未來函數(shù)行為嗎?回測效果很好 [開拓者 TB]

  • 咨詢內(nèi)容: import pandas as pd
    import numpy as np

    def init(context):
        context.s1 = '000001.XSHG'
        context.max_num_stocks = 40
        context.days = 0
        context.period_days = 1
        context.relative_strength_6m = {}

    def period_passed(context):
        return context.days % context.period_days == 0
       
    def before_trading(context):
        context.days += 1
        if not period_passed(context):
            return
       
        dofilter(context)
        update_universe(context.fundamental_df.columns.values)

    def dofilter(context):
       
        fundamental_df = get_fundamentals(
            query(fundamentals.eod_derivative_indicator.market_cap)
            .order_by(fundamentals.eod_derivative_indicator.market_cap.asc())
            .limit(context.max_num_stocks)
        )
       
        #Update context
        context.stocks = [stock for stock in fundamental_df]
        context.fundamental_df = fundamental_df
       
    def rebalance(context, bar_dict):
       
        for stock in context.portfolio.positions:
            if stock not in context.fundamental_df:
                order_target_percent(stock, 0)
                
        context.stocks = [stock for stock in context.stocks
                          if stock in bar_dict and bar_dict[stock].is_trading and context.relative_strength_6m[stock] <-0.5]
       
        if len(context.stocks) == 0:
            return
       
        weight = 1.0/len(context.stocks)
       
        for stock in context.stocks:
            order_target_percent(stock, weight)
       
    def handle_bar(context, bar_dict):
       
        his = history(10, '1d', 'close')['000001.XSHG']
       
        if period_passed(context):
            if his[9]/his[8]< 0.97:
                if len(context.portfolio.positions)>0:
                    for stock in context.portfolio.positions.keys():
                        order_target_percent(stock, 0)
                return
       
        if not period_passed(context):
            return
       
        compute_relative_strength(context,bar_dict)
        rebalance(context, bar_dict)
       
    def compute_relative_strength(context,bar_dict):
       
        prices = history (150, '1d', 'close')

        #過去六個月的價格變化率
        pct_change = (prices.ix[149] - prices.ix[19]) / prices.ix[19]
        #print(prices.ix[19])
        #print(pct_change)
        priceofbase = history (150, '1d', 'close')[context.s1]
        pct_changeforbase = (priceofbase.ix[149] - priceofbase.ix[19]) / priceofbase.ix[19]
        pct_change = pct_change - pct_changeforbase
        print(pct_change.index)
        print(bar_dict)
        if pct_changeforbase != 0:
            pct_change = pct_change / abs(pct_changeforbase)
        context.relative_strength_6m = pct_change

     

  • TB技術(shù)人員: 你這個代碼都不是TB的,怎么回測的?

     

  • TB客服: 本帖最后由 bahuang 于 2016-2-26 08:40 編輯

    這里也有人用python

 

有思路,想編寫各種指標公式,程序化交易模型,選股公式,預(yù)警公式的朋友

可聯(lián)系技術(shù)人員 QQ: 511411198  點擊這里給我發(fā)消息進行 有償 編寫!不貴!點擊查看價格!


【字體: 】【打印文章】【查看評論

相關(guān)文章

    沒有相關(guān)內(nèi)容
主站蜘蛛池模板: 天天做天天爱天天一爽一毛片 | 99久久综合狠狠综合久久一区 | 精品视频免费在线 | 欧美色亚洲图 | 网红被免费网站视频在线 | 中文字幕欧美日韩一 | 久久美女精品国产精品亚洲 | 国产精品边做奶水狂喷小说 | 好吊妞视频在线观看 | 97国产| 久久 精品 一区二区 | 精品视频在线观看免费 | 99久久精品全部 | 深夜国产 | 成人精品一区二区三区 | 国产丶欧美丶日韩丶不卡影视 | 久久精品国产亚洲沈樵 | 日韩高清在线日韩大片观看网址 | 国产精品手机在线观看 | 日本不卡免费 | 国产啪爱视频精品免视 | 夜色视频网站 | 国产系列在线播放 | 精品午夜寂寞影院在线观看 | 中文字幕亚洲一区二区v@在线 | 日韩精品一区二区三区中文精品 | 日本一本一道久久香蕉免费 | 一a一片一级一片啪啪 | 天天视频国产精品 | 激情网婷婷 | a级片免费在线播放 | 国产精品久久在线 | 久久国产高清视频 | 欧美精品国产第一区二区 | 国产深夜视频 | 青青青手机视频 | 日本亚洲一区二区 | 免费一级成人毛片 | 久久亚洲不卡一区二区 | 97色在线观看 | 成人在线观看国产 |