Weekend Deal — 15% Off Site-Wide WEEKEND15

Community Roadmap

Our development priorities are set by you. Vote, request, and shape what's next.

41

Requests

90

Total Votes

1

Completed

2

In Progress

Requested

38

Supply and Demand

New Tool

Supply and demand with orderblok

New Tool

Fast SCALPING

New Tool

MTF option

TCL BOLL BANDS TRADER

fast execution

New Tool

5

New Tool

#property copyright “黄金专属 无漂移极致灵敏剥头皮飞机指标” #property version “1.00” #property strict #property indicator_chart_window //==================== 黄金专属 固化极致灵敏默认参数 ==================== input int Signal_Period = 7; // 黄金专属核心灵敏周期(M5默认7,M1=6,M15=9) input double Volatility_Filter = 1.2; // 黄金专属波动率过滤(胜率保障) input int Arrow_Offset = 4; // 图标偏移(不影响信号) input bool Use_Trend_Filter = true; // 强制开启趋势过滤(核心胜率保障,禁止关闭) input int Trend_EMA_Period = 14; // 黄金专属趋势EMA周期 input bool Enable_Alert = true; // 开启信号声音报警 input bool Enable_Notification = false; // 开启手机推送通知 //==================== 全局变量 ==================== int MA_Handle; double Tick_Value; int Digits_Value; datetime Last_Bar_Time = 0; //==================== 指标初始化 ==================== int OnInit() { MA_Handle = iMA(_Symbol, _Period, Trend_EMA_Period, 0, MODE_EMA, PRICE_CLOSE); Digits_Value = _Digits; Tick_Value = Point; if(Digits_Value == 3 || Digits_Value == 5) Tick_Value = Point * 10; return INIT_SUCCEEDED; } //==================== 核心计算(100%不漂移 仅用已收盘K线)==================== int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[]) { // 数据不足退出 if(rates_total EMA_Current && EMA_Current > EMA_Prev; bool Trend_Short = close[calc_bar] < EMA_Current && EMA_Current = atr_value * Volatility_Filter * 0.1; // 做多信号(蓝色飞机)逻辑(黄金专属优化) bool Long_Signal = low[calc_bar] < low[calc_bar + 1] && low[calc_bar] open[calc_bar] && close[calc_bar] > high[calc_bar + 1] && volatility_pass && Trend_Long; // 做空信号(红色飞机)逻辑(黄金专属优化) bool Short_Signal = high[calc_bar] > high[calc_bar + 1] && high[calc_bar] > high[calc_bar + 2] && close[calc_bar] < open[calc_bar] && close[calc_bar] < low[calc_bar + 1] && volatility_pass && Trend_Short; //==================== 绘制永久固定信号图标 ==================== string obj_name; // 蓝色做多飞机 if(Long_Signal) { obj_name = "Gold_Long_Airplane_" + string(time[calc_bar]); if(ObjectFind(0, obj_name) < 0) { ObjectCreate(0, obj_name, OBJ_ARROW_BUY, 0, time[calc_bar], low[calc_bar] – Arrow_Offset * Tick_Value); ObjectSetInteger(0, obj_name, OBJPROP_COLOR, clrBlue); ObjectSetInteger(0, obj_name, OBJPROP_WIDTH, 2); ObjectSetInteger(0, obj_name, OBJPROP_BACK, true); // 信号报警 if(Enable_Alert) Alert("黄金XAUUSD " + _Period + "周期 做多飞机信号触发"); if(Enable_Notification) SendNotification("黄金XAUUSD " + _Period + "周期 做多飞机信号触发"); } } // 红色做空飞机 if(Short_Signal) { obj_name = "Gold_Short_Airplane_" + string(time[calc_bar]); if(ObjectFind(0, obj_name) < 0) { ObjectCreate(0, obj_name, OBJ_ARROW_SELL, 0, time[calc_bar], high[calc_bar] + Arrow_Offset * Tick_Value); ObjectSetInteger(0, obj_name, OBJPROP_COLOR, clrRed); ObjectSetInteger(0, obj_name, OBJPROP_WIDTH, 2); ObjectSetInteger(0, obj_name, OBJPROP_BACK, true); // 信号报警 if(Enable_Alert) Alert("黄金XAUUSD " + _Period + "周期 做空飞机信号触发"); if(Enable_Notification) SendNotification("黄金XAUUSD " + _Period + "周期 做空飞机信号触发"); } } return rates_total; } //==================== 卸载指标时清除图标 ==================== void OnDeinit(const int reason) { ObjectsDeleteAll(0, -1, -1); }

New Tool

6

New Tool

Spike

New Tool

boom crash

New Tool

trand

New Tool

order block

New Tool

order block

New Tool

e possibile rimuovere la pubblicità?

TCL AUTO SUPPLY AND DEMAND

Supply and demand with orderblock

New Tool

Fast SCALPING

New Tool

Smc entry type

New Tool

Bolinger band

New Tool

Bb

New Tool

Snd

New Tool

Snr

New Tool

Snd

New Tool

Ob

New Tool

Ob

New Tool

Supply and demand with order block

New Tool

Supply and demand

New Tool

All indicators

New Tool

Boom crash

New Tool

boom and crash spike dectorc

New Tool

l

New Tool

I want a feature that draws arrows on chart without lines

TCL SUPER TREND

I want a feature that signals trends and reversals

TCL BOOM CRASH LITE

21

New Tool

10

New Tool

10

New Tool

21

New Tool

Non repaint

New Tool

Boom and crash indicator

New Tool

In Progress

2

SUPER TREND BLASTER

New Tool

MT5 Versions

New Tool

Completed

1

BOOM CRASH Indicator

New Tool

Submit a Request

Suggest a new feature for an existing indicator, or request an entirely new tool.

You can vote for one request per indicator. Your vote transfers when a request is completed.