移动平均 Resources

Showing items tagged with "移动平均"

A MATLAB/Simulink-based algorithm called Trigger that performs noise reduction and peak detection using moving average and matched filters, while validating signal integrity. The algorithm is implemented in M-code and encapsulated into Simulink via S-functions, providing configurable parameters for diverse application scenarios.

MATLAB 191 views Tagged

A MATLAB-implemented high-frequency trading arbitrage strategy for rebar futures, utilizing Moving Average (MA) and Relative Strength Index (RSI) technical indicators for trade decision-making. The core algorithm combines MA's strength in trending markets with RSI's effectiveness in oscillating conditions through signal fusion, achieving robust risk resistance. Backtesting with historical data demonstrates optimized parameters yielding 23.6% annualized return and 2.05 Sharpe ratio. Code implementation includes real-time data processing, multi-timeframe analysis, and automated execution modules.

MATLAB 365 views Tagged