iDeMarker()使用示例:Coramac
extern double lStopLoss = 20; extern double sStopLoss = 20; extern double Lots = 0.1; //+------------------------------------------------------------------+ //| ...
本站作者天泓评测 共计发布文章1691篇
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 ...
这个写法有独特的地方 #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Blue //---- input parameters extern int Length=31; exte...
一个经典的20-200系统EA extern int TakeProfit = 200; // 止盈 //extern int StopLoss = 2000; // 止损 extern int ATR_PERIOD=14; extern double ATRSL=2; extern int TradeTime=18; extern...