ROA Effect Stocks (Python)

The ROA Effect Stocks strategy targets equities with high returns on assets. An external fundamental data feed supplies the ROA values for the trading universe. At the beginning of each month, the sto...

608 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.0 Install-Package StockSharp.Strategies.0393_ROAEffect_Stocks.py -Version 5.0.0
ROA Effect Stocks (Python)

The ROA Effect Stocks strategy targets equities with high returns on assets. An external fundamental data feed supplies the ROA values for the trading universe. At the beginning of each month, the stocks are ranked by ROA, and the portfolio goes long the top decile and short the bottom decile. Positions are sized equally and rebalanced monthly, capturing the tendency for profitable firms to outperform.

  • Entry Criteria: Monthly ranking by external ROA data.

  • Long/Short: Both directions.

  • Exit Criteria: Monthly rebalance.

  • Stops: No explicit stop.

  • Default Values:

  • Decile = 10

  • MinTradeUsd = 200

  • CandleType = TimeSpan.FromDays(1).TimeFrame() [*]Filters:

  • Category: Fundamental

  • Direction: Both

  • Indicators: Fundamentals

  • Stops: No

  • Complexity: Intermediate

  • Timeframe: Daily

  • Seasonality: Yes

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

用户评价

登录 以撰写评价

暂无评价