您的位置:首页 > 其它

经典策略回测系列之Elder Impulse System

2020-07-20 06:44 543 查看

Alexander Elder- come into my trading room
The Impulse System is based on two indicators, a 13-day exponential moving average and the MACD-Histogram. The moving average identifies the trend, while the MACD-Histogram measures momentum. As a result, the Impulse System combines trend following and momentum to identify tradable impulses. This unique indicator combination is color coded into the price bars for easy reference.

public class shElderImpulse : Strategy
{
private bool _usesHigherTimeFrame;

private MACD _htfMacd, _macd;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: