Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 314 Bytes

均线策略.md

File metadata and controls

3 lines (3 loc) · 314 Bytes

均线策略

均线策略使用两条移动平均线来判断趋势。一般采用的交易规则是,当短周期均线(STMA)超过长周期均线(LTMA)幅度X%时,进行做多;
当短周期均线落后长周期均线X%时做空。也即STMA> LTMA *(1+X)时做多,STMA< LTMA *(1-X)时做空。