How to use the hikyuu.KData function in hikyuu

To help you get started, we’ve selected a few hikyuu examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fasiondog / hikyuu / tools / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_echarts():
    set_current_draw_engine('echarts')
    
    KData.plot = ect_kplot
    KData.kplot = ect_kplot
    KData.mkplot = ect_mkplot
    
    Indicator.plot = ect_iplot
    Indicator.bar = ect_ibar
    
    SignalBase.plot = ect_sgplot
    ConditionBase.plot = ect_cnplot

    System.plot = ect_sysplot
github fasiondog / hikyuu / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_matplotlib():
    set_current_draw_engine('matplotlib')
    
    KData.plot = mpl_kplot
    KData.kplot = mpl_kplot
    KData.mkplot = mpl_mkplot
    
    Indicator.plot = mpl_iplot
    Indicator.bar = mpl_ibar
    
    SignalBase.plot = mpl_sgplot
    ConditionBase.plot = mpl_cnplot

    System.plot = mpl_sysplot
github fasiondog / hikyuu / tools / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_echarts():
    set_current_draw_engine('echarts')
    
    KData.plot = ect_kplot
    KData.kplot = ect_kplot
    KData.mkplot = ect_mkplot
    
    Indicator.plot = ect_iplot
    Indicator.bar = ect_ibar
    
    SignalBase.plot = ect_sgplot
    ConditionBase.plot = ect_cnplot

    System.plot = ect_sysplot
github fasiondog / hikyuu / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_echarts():
    set_current_draw_engine('echarts')
    
    KData.plot = ect_kplot
    KData.kplot = ect_kplot
    KData.mkplot = ect_mkplot
    
    Indicator.plot = ect_iplot
    Indicator.bar = ect_ibar
    
    SignalBase.plot = ect_sgplot
    ConditionBase.plot = ect_cnplot

    System.plot = ect_sysplot
github fasiondog / hikyuu / tools / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_matplotlib():
    set_current_draw_engine('matplotlib')
    
    KData.plot = mpl_kplot
    KData.kplot = mpl_kplot
    KData.mkplot = mpl_mkplot
    
    Indicator.plot = mpl_iplot
    Indicator.bar = mpl_ibar
    
    SignalBase.plot = mpl_sgplot
    ConditionBase.plot = mpl_cnplot

    System.plot = mpl_sysplot
github fasiondog / hikyuu / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_matplotlib():
    set_current_draw_engine('matplotlib')
    
    KData.plot = mpl_kplot
    KData.kplot = mpl_kplot
    KData.mkplot = mpl_mkplot
    
    Indicator.plot = mpl_iplot
    Indicator.bar = mpl_ibar
    
    SignalBase.plot = mpl_sgplot
    ConditionBase.plot = mpl_cnplot

    System.plot = mpl_sysplot
github fasiondog / hikyuu / tools / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_matplotlib():
    set_current_draw_engine('matplotlib')
    
    KData.plot = mpl_kplot
    KData.kplot = mpl_kplot
    KData.mkplot = mpl_mkplot
    
    Indicator.plot = mpl_iplot
    Indicator.bar = mpl_ibar
    
    SignalBase.plot = mpl_sgplot
    ConditionBase.plot = mpl_cnplot

    System.plot = mpl_sysplot
github fasiondog / hikyuu / tools / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_echarts():
    set_current_draw_engine('echarts')
    
    KData.plot = ect_kplot
    KData.kplot = ect_kplot
    KData.mkplot = ect_mkplot
    
    Indicator.plot = ect_iplot
    Indicator.bar = ect_ibar
    
    SignalBase.plot = ect_sgplot
    ConditionBase.plot = ect_cnplot

    System.plot = ect_sysplot
github fasiondog / hikyuu / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_echarts():
    set_current_draw_engine('echarts')
    
    KData.plot = ect_kplot
    KData.kplot = ect_kplot
    KData.mkplot = ect_mkplot
    
    Indicator.plot = ect_iplot
    Indicator.bar = ect_ibar
    
    SignalBase.plot = ect_sgplot
    ConditionBase.plot = ect_cnplot

    System.plot = ect_sysplot
github fasiondog / hikyuu / hikyuu / interactive / drawplot / __init__.py View on Github external
def use_draw_with_echarts():
    set_current_draw_engine('echarts')
    
    KData.plot = ect_kplot
    KData.kplot = ect_kplot
    KData.mkplot = ect_mkplot
    
    Indicator.plot = ect_iplot
    Indicator.bar = ect_ibar
    
    SignalBase.plot = ect_sgplot
    ConditionBase.plot = ect_cnplot

    System.plot = ect_sysplot