当前位置: 首页 > ds >正文

10种alpha想法。

Based on my 2 years of experience as an alpha research consultant, here are 10 alpha research approach using price volume that might help you.
根据我 2 年担任 alpha 研究顾问的经验,这里有 10 种使用价格量的 alpha 研究方法可能会对您有所帮助。

  1. Momentum Alpha:  动量阿尔法 

    • Buy when the current close is higher than the previous close; sell otherwise.
      当当前收盘价高于前一收盘价时买入;否则卖出。
  2. Mean Reversion:  均值回归 

    • Buy when the current close is below the moving average; sell when above.
      当当前收盘价低于移动平均线时买入;在上面卖出。
  3. VWAP Deviation:  VWAP 偏差 

    • Buy when the close is above the VWAP; sell when below.
      当收盘价高于 VWAP 时买入;在低于时卖出。
  4. Volume Spike:  音量峰值 

    • Buy when current volume exceeds twice the moving average volume; sell otherwise.
      当当前交易量超过移动平均交易量的两倍时买入;否则卖出。
  5. Returns Momentum:
    返回 Momentum

    • Buy if short-term returns exceed long-term returns; sell if not.
      如果短期回报超过长期回报,则买入;如果没有,则卖出。
  6. Price and Volume Correlation:
    价格和交易量相关性 

    • Buy when price increases with rising volume; sell when price decreases with falling volume.
      当价格随着交易量的增加而上涨时买入;当价格随着交易量下降而下降时卖出。
  7. Bollinger Bands:
    Bollinger Bands(布林带 ):

    • Buy when the price touches the lower band; sell when touching the upper band.
      当价格触及下轨时买入;触及上轨时卖出。
  8. Crossover Strategy:
    交叉策略 

    • Buy when the short-term SMA crosses above the long-term SMA; sell when it crosses below.
      当短期 SMA 越过长期 SMA 时买入;当它低于 A 时卖出。
  9. Relative Strength Index (RSI):
    相对强弱指数 (RSI):

    • Buy when RSI is below 30; sell when above 70.
      当 RSI 低于 30 时买入;70 岁以上时卖出。
  10. Price Volume Trend:
    价格成交量趋势 

    • Buy if the Price Volume Trend is increasing; sell if it’s decreasing.
      如果 Price Volume Trend 正在增加,则买入;如果它正在减少,则卖出。

These strategies can be adjusted based on specific market conditions and individual risk preferences.
这些策略可以根据特定的市场条件和个人风险偏好进行调整。

The suggested data is as follows: open close high low volume vwap ...
建议的数据如下: open close high low volume vwap ...

http://www.xdnf.cn/news/10790.html

相关文章:

  • Uiverse.io:免费UI组件库
  • 界面分析 - 上
  • RabbitMQ深度解析:从基础实践到高阶架构设计
  • leetcode93.复原IP地址:回溯算法中段控制与前导零处理的深度解析
  • Figma 中构建 Master Control Panel (MCP) 的完整设计方案
  • Docker 安装 Redis 容器
  • SQL 执行顺序详解
  • Laplace 噪声
  • 扩展数据(Concatenate)组件研究
  • 《AI Agent项目开发实战》DeepSeek R1模型蒸馏入门实战
  • Python----目标检测(《YOLO9000: Better, Faster, Stronger》和YOLO-V2的原理与网络结构)
  • SystemVerilog—三种线程之间的区别
  • 掌握HttpClient技术:从基础到实战(Apache)
  • IBM 与嘉士伯(Carlsberg)携手推进 SAP S/4HANA 数字化转型,打造啤酒行业新范式
  • Altium Disigner(16.1)学习-元器件封装
  • 从0开始学vue:pnpm怎么安装
  • 【深度学习】实验四 卷积神经网络CNN
  • 【设计模式-3.5】结构型——装饰器模式
  • 网络攻防技术二:密码学分析
  • 从0开始学vue:vue3和vue2的关系
  • VitalInsight智能体检报告解读
  • YOLOv5 :训练自己的数据集
  • SpringBoot(六)--- AOP、ThreadLocal
  • FastAPI安全认证:从密码到令牌的魔法之旅
  • 打卡第34天:MLP神经网络训练
  • 有公网ip但外网访问不到怎么办?内网IP端口映射公网连接常见问题和原因
  • OpenCV4.4.0下载及初步配置(Win11)
  • 【iOS(swift)笔记-14】App版本不升级时本地数据库sqlite更新逻辑二
  • 从 AMQP 到 RabbitMQ:核心组件设计与工作原理(二)
  • 使用 HTML + JavaScript 实现图片裁剪上传功能