天泓评测

天泓评测
投资也是一种修行~

指标

MT4的指标或者模板、系统

指标

很简单的SuperTrend指标

阅读(372)评论(0)

#property link "" #property version "" #property strict #property copyright "" #property description "" #property description " " #property indicat...

指标

R599 Banks Secret

阅读(1079)评论(0)

阻力带、支撑带; 箭头代表出入点信号; 红线、蓝线代表趋势。 官方说明 银行家的秘密.zip

指标

PipFinite Trend PRO

阅读(1841)评论(1)

一个工具内置的所有重要功能,为趋势交易和过滤提供突破性解决方案! Trend Pro的智能算法可以检测趋势,过滤掉市场噪音,并提供带有退出水平的进入信号。 具有增强的统计计算规则的新功能改善了该指标的整体性能。 重要信息显示 最大限度地利用Trend Pro的潜力,请访问► ...

指标

指南者系列指标

阅读(2393)评论(0)

forex-sunrise-指标.ex4 IBFX信号指标.ex4 RSI超买超卖主图显示.ex4  

指标

SweetSpots重新画网格

阅读(1896)评论(0)

ctrl+G关闭原有网格,画新的固定间距网线 extern int NumLinesAboveBelow= 100; extern int SweetSpotMainLevels= 100; extern color LineColorMain= Blue; extern int LineStyleMain= STYLE_SOLID; e...

指标

Fisher Z变换

阅读(3054)评论(0)

稍微复杂一点的指标,回溯过去几根K线,寻找高低点,归一化当前值在[-1,1]区间,然后执行Fisher Z变换(制造Gaussian)。 // Idea: Look back a certain amount of time and find its // High and Low, normalize current value ...

指标

新趋势算法

阅读(2049)评论(0)

//---- indicator settings #property indicator_separate_window #property indicator_level1 0.5 #property indicator_level2 -0.5 #property indicator_buffers 2 #property ind...

指标

Accelerator加速度

阅读(1934)评论(0)

均线差值,那就是加速度咯,然后再均化 //---- indicator settings #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 Green #property indicator_c...