关于红三兵选股源码的问题,我们总结了以下几点,给你解答:
红三兵股票软件
股票软件,仁者见仁智者见智,用得好软件可以赚钱用得不好的软件往往在牛市中也会亏钱,建议你选择一款股票软件之前,可以去“中国证券(软件)统计排行榜”上看看这些股票软件的综合统计排行,再做决定吧。
嗯,这个红三兵炒股软件是挺不错的。软件只做上涨波段,提示的股票都大涨,一个软件可以赚几个软件的钱。特别适合新手用。
没用过。
是的,我支持。
红三兵选股源码
# -*- coding:utf-8 -*-
import numpy as np
import pandas as pd
import talib
# 参数
N1 = 6
N2 = 14
N3 = 26
# 获取数据
def get_data(security, start_date, end_date):
df = get_price(security, start_date=start_date, end_date=end_date, frequency='daily', fields=['close'], skip_paused=True, fq='pre')
close = df['close']
return close
# 计算移动平均线
def get_ma(close, n):
ma = talib.SMA(close, n)
return ma
# 计算红三兵
def get_hongsanbing(close):
ma1 = get_ma(close, N1)
ma2 = get_ma(close, N2)
ma3 = get_ma(close, N3)
condition1 = (ma1 > ma2) & (ma2 > ma3)
condition2 = (ma1.shift(1) < ma2.shift(1)) & (ma2.shift(1) < ma3.shift(1))
hongsanbing = condition1 & condition2
return hongsanbing
# 主函数
def hongsanbing(security, start_date, end_date):
close = get_data(security, start_date, end_date)
hongsanbing = get_hongsanbing(close)
return hongsanbing
# 调用函数
hongsanbing('000001.XSHE', '2017-01-01', '2017-12-31')
红3兵股票选股
编写开盘15分钟K线红三兵选股公式就是当天前三个15K线是阳线这是股票编来自程范畴非常专业,非常复杂,建议付费请专业的股票编程老师来帮助编写,这个问题应该可以解决。