M15顶底指标
#property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 DeepPink #property indicator_color2 DodgerBlue double g_ibuf_76[]; double g_ibuf_80...
#property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 DeepPink #property indicator_color2 DodgerBlue double g_ibuf_76[]; double g_ibuf_80...
//---- indicator settings #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 LimeGreen #property indicator_color2 Red //---- in...
extern double lStopLoss = 20; extern double sStopLoss = 20; extern double Lots = 0.1; //+------------------------------------------------------------------+ //| ...
// \\|// +-+-+-+-+-+-+-+-+-+-+-+ \\|// // ( o o ) |T|r|a|d|e|r|S|e|v|e|n| ( o o ) // ~~~~oOOo~(_)~oOOo~~~~ ...
// \\|// +-+-+-+-+-+-+-+-+-+-+-+ \\|// // ( o o ) |T|r|a|d|e|r|S|e|v|e|n| ( o o ) // ~~~~oOOo~(_)~oOOo~...
一看到Camarilla就知道搞RS阻力/支撑线的,果然是 #property indicator_chart_window //+------------------------------------------------------------------+ //| Custom indicator initialization fu...
使用全局变量操作 //---- input parameters extern int Start=0; extern int TakeProfit=14; extern double Lots=1; //+------------------------------------------...
//---- indicator settings #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Silver //---- indicator parameters extern int FastEM...
//---- external parameters ------------------------------------------+ extern int Window_Index = 0; // index of window: 0 = main chart extern string TxtMessage = "This ...
//---- indicator settings #property indicator_separate_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 DimGray #property ...