天泓评测

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

指标

M15顶底指标

阅读(2362)评论(0)

#property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 DeepPink #property indicator_color2 DodgerBlue double g_ibuf_76[]; double g_ibuf_80...

指标

Delta Force

阅读(1460)评论(0)

//---- indicator settings #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 LimeGreen #property indicator_color2 Red //---- in...

EA

iDeMarker()使用示例:Coramac

阅读(1472)评论(0)

extern double lStopLoss = 20; extern double sStopLoss = 20; extern double Lots = 0.1; //+------------------------------------------------------------------+ //| ...

EA

RSI trader v0.15

阅读(1748)评论(0)

// \\|// +-+-+-+-+-+-+-+-+-+-+-+ \\|// // ( o o ) |T|r|a|d|e|r|S|e|v|e|n| ( o o ) // ~~~~oOOo~(_)~oOOo~~~~ ...

EA

NY breakout v0.11

阅读(2060)评论(0)

// \\|// +-+-+-+-+-+-+-+-+-+-+-+ \\|// // ( o o ) |T|r|a|d|e|r|S|e|v|e|n| ( o o ) // ~~~~oOOo~(_)~oOOo~...

指标

Camarilla-MT04-Ind_MBB

阅读(1258)评论(0)

一看到Camarilla就知道搞RS阻力/支撑线的,果然是 #property indicator_chart_window //+------------------------------------------------------------------+ //| Custom indicator initialization fu...

EA

HedgeHog

阅读(1292)评论(0)

使用全局变量操作 //---- input parameters extern int Start=0; extern int TakeProfit=14; extern double Lots=1; //+------------------------------------------...

指标

经典的OsMA

阅读(1427)评论(0)

//---- indicator settings #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Silver //---- indicator parameters extern int FastEM...

函数

图表中间放置物件的示范

阅读(1471)评论(0)

//---- external parameters ------------------------------------------+ extern int Window_Index = 0; // index of window: 0 = main chart extern string TxtMessage = "This ...

指标

SmoothCandle S v1.00

阅读(1238)评论(0)

//---- indicator settings #property indicator_separate_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 DimGray #property ...