天泓评测

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

标签关键词

关于 mq4 的文章共有132条

指标

ForexTrend V2

阅读(1560)评论(0)

#property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 DeepSkyBlue #property indicator_color2 Red extern int SSP = 7; extern double Kma...

函数

翻转文本

阅读(1569)评论(0)

int start() { int angle=0; int index=0; double price; int k=1; //---- price=Low[index]; ObjectCreate("rotating_text", OBJ_TEXT, 0, Time[index],...

函数

K线剩余时间

阅读(1653)评论(0)

#property indicator_chart_window extern bool UseComment = false; extern color TextColor = Aqua; extern int TextSize = 8; extern string TextFont = "Verdana"; doub...

MT4

WindowPriceOnDropped()拖拽操作

阅读(1463)评论(0)

#property copyright "what?" #property link "who cares!" //+------------------------------------------------------------------+ //| couldn't recall a fancy comment here ...

指标

一个均线指标

阅读(1552)评论(0)

#property indicator_chart_window #property indicator_buffers 3 #property indicator_color1 clrDodgerBlue #property indicator_color2 clrDodgerBlue #property indicator_color3 clrD...

EA

MAEA

阅读(4752)评论(0)

MAEA.ex4 作者实盘记录 这个EA回测可以买地球,但实盘不开单。 TimeFrame设置为0,可回测。 它调用了kernel32.dll,读取历史记录 是一个假EA 请速联系 QQ:731887...

指标

3_Level_ZZ_Semafor

阅读(1637)评论(0)

#property indicator_chart_window #property indicator_buffers 6 #property indicator_color1 Chocolate #property indicator_color2 Chocolate #property indicator_color3 MediumVio...