Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=74280
Forum: 38 · Topic 74280 · 9 post(s)
Apprentice · Tue Oct 24, 2023 4:06 am

Based on the request. https://fxcodebase.com/code/viewtopic.php?f=38&t=74239
fxlion · Sun Feb 11, 2024 7:56 am
hi apprendice,
can u create a mtf histogram indicator based on this indicator,
name of indicator: MTF TREND HISTOGRAM parameters: default parameters , time frames: m15,h1,h4
for each time frame: if current candle is above buy arrow=== histogram contribute is 1 if current candle is below sell arrow === histogram contribute is -1
histogram value is sum of histogram contribute of m15,h1,h4
if histogram is > 0 ====== color of histogram is green if histogram is < 0 ===== color is histogram is red
thank you.
Apprentice · Tue Feb 13, 2024 7:44 am
We have added your request to the development list. Development reference 147
Apprentice · Sat Feb 17, 2024 9:44 am


kenny22 · Sat Feb 17, 2024 10:31 am
Indicator name 84 string file_custom_indicator = “TrendPredictor_v1.0”;
fiox89 · Sun Feb 18, 2024 5:00 pm
Trend_Predictor_histo, line 163, I think should be
Code: Select all
if(i_tf3 >0){
thanks for the indi
phnthnhnm · Sat Oct 12, 2024 5:31 am
Hi expert, Does this indi repaint? May I ask MQL5 of this indi. Thank you.
Apprentice · Thu Oct 17, 2024 5:20 pm
We have added your request to the development list. Development reference 797
Apprentice · Mon Nov 04, 2024 5:06 am
