- 显示:
- 3721
- 等级:
- 已发布:
- 2006.09.08 12:46
- 已更新:
- 2014.04.21 14:56
-
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务
Green above Red -> Up.
Red above Green -> Down.
Periods that seem useful are 4, 16, 128.
Value is calculated as follows:
Up (Green) = ((High - Open) + (Close - Low))/2, averaged for the selected period;
Down (Red) = ((Open - Low) + (High - Close))/2, averaged for the selected period.

This may have another name or be similar to an existing indicator. I've made up the name drive. Please drop me an email if you've run into a similar indicator before - systrad5@yahoo.com
由MetaQuotes Ltd译自英文
原代码: https://www.mql5.com/en/code/9460

Trix Indicator - oscillator based on a triple smoothed EMA.

Expert shows how Backtest results are unreliable when you open and close an order on the same bar.