指定
Zig Zag Bar MTF 10/7/22
I would like to get a custom offer for making the attached indicator multiple time frame choice. I would like to have time frames from M1 to daily and next higher timeframe (meaning a choice to have indicator be 1 time frame higher than chart time frame automatically when I Change chart TF). I will add indicator twice to chart on 2 different TF’s, so will need unique ID. Would also like the histogram at bottom of chart changed to minimize height when added to chart to about 1/4 inch. This indicator repaints in a fast market. I want it to plot a witness mark (Wingding 117) only at the original arrow plot when it repaints so I have an indication of the repaint if that is possible. I would also like the wingding and color choice for arrows to be a number/color input in parameters.
I need the new MQL when finished.
Summary:
Attached indicator given 1 TF choice in parameters; Next Higher. M1, M5, M15, M30, H1, H4 and Daily
Limit height of histogram when applying to chart ¼ inch approx.
Unique ID for multiple incidents of indicator on chart
Witness mark (wingding 117)
Wing Ding choice for arrows and colors in parameters
相似订单
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
项目信息
预算
30+ USD
截止日期
到 1 天