请观看如何免费下载自动交易
请在Twitter上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
指标

Drive - MetaTrader 4脚本

显示:
3587
等级:
(10)
已发布:
2006.09.08 12:46
已更新:
2014.04.21 14:56
_Drive.mq4 (2.29 KB) 预览
需要基于此代码的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

Zerolagstochs Zerolagstochs

Zerolagstochs Indicator.

Support and Resistance Support and Resistance

Support and Resistance Indicator.

Trix Trix

Trix Indicator - oscillator based on a triple smoothed EMA.

Dodgy Backtest Example Dodgy Backtest Example

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