Logician3

Trader
Mar 12, 2022
5
0
12
43
The coolest indicator ever. To the Coder, I cant get this to load on my Mt4 for some reason, I did everything correctly and have no problem loading other indicators from this site. Also, could you please add the Alert arrows like on the "Bollinger Bands Breakout Alert Indicator"? Could you also add a feature alert that goes off when 3 or more timelines are breaking out in the same direction so i can follow the trend? That would be cool.

Thanks for the great indicator, I just cant get it to load so I havent tried it out on trading yet.
 

Logician3

Trader
Mar 12, 2022
5
0
12
43
What exactly are you doing and what happens when you try load the indicator on a chart?
I installed all the files from the download folder into 'MQL4 - Indicators' file. Then refreshed Market Watch and add to chart. But still wont load to chart. Doesnt show up on Indicator List either, but file is registered in Watch List.
 

Attachments

  • bb dashboards files.JPG
    bb dashboards files.JPG
    77.5 KB · Views: 7
  • bb dashboards mt4.JPG
    bb dashboards mt4.JPG
    46 KB · Views: 13
  • bb dashboards chart.JPG
    bb dashboards chart.JPG
    156.7 KB · Views: 13
  • bb dashboards indicator list.JPG
    bb dashboards indicator list.JPG
    59 KB · Views: 12

Enivid

Administrator
Staff member
Nov 30, 2008
19,212
1,504
144
Odesa
www.earnforex.com
I installed all the files from the download folder into 'MQL4 - Indicators' file. Then refreshed Market Watch and add to chart. But still wont load to chart. Doesnt show up on Indicator List either, but file is registered in Watch List.
The folders from the archive should be copied over to the MQL4 folder, not to the MQL4\Indicators\.
 

Logician3

Trader
Mar 12, 2022
5
0
12
43
The folders from the archive should be copied over to the MQL4 folder, not to the MQL4\Indicators\.
Yea bro...That Worked! Thanks

Could you guys do a version of a multimeframe Bollinger Bands Alerts that allows you to see the arrow alert from one timeframe on another timeframe? Like with this indicator it would be cool to be able to see the arrow alert from like the 1 hour on a 30min chart??
 

Munya muk

Trader
Jul 2, 2024
4
0
7
43
The ex5 component of the indicator is not in the folder, coul anyone please send it to me or upload a link,
when I copy the whole folder into the mql5 folder it nothing appears on the mt5 when I restart it . please
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,212
1,504
144
Odesa
www.earnforex.com
The ex5 component of the indicator is not in the folder, coul anyone please send it to me or upload a link,
when I copy the whole folder into the mql5 folder it nothing appears on the mt5 when I restart it . please
Please open the BB Multi-Timeframe.mq5 file in MetaEditor and compile it (F7). There likely will be some errors. What is the top-most error you get?
 

Munya muk

Trader
Jul 2, 2024
4
0
7
43
Please open the BB Multi-Timeframe.mq5 file in MetaEditor and compile it (F7). There likely will be some errors. What is the top-most error you get?
file 'C:\Users\MUNYAWINDOWS\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Include\MQLTA_Utils.mqh' not found BB Multi-Timeframe.mq5 16 11


#include <MQLTA Utils.mqh> // For panel edits.
 

Attachments

  • IMG20240710020109.jpg
    IMG20240710020109.jpg
    512.9 KB · Views: 3
Last edited:

Enivid

Administrator
Staff member
Nov 30, 2008
19,212
1,504
144
Odesa
www.earnforex.com
file 'C:\Users\MUNYAWINDOWS\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\Include\MQLTA_Utils.mqh' not found BB Multi-Timeframe.mq5 16 11


#include <MQLTA Utils.mqh> // For panel edits.
When you download BB Multi-Timeframe, what you download is a zip-file. Inside that zip-file, there are three folders. All three folders have to be copied and pasted directly to the MQL5 folder of your data folder. That will put all the files to their required locations, including the MQLTA Utils.mqh file to the MQL5\Include\ folder.
 

Munya muk

Trader
Jul 2, 2024
4
0
7
43
When you download BB Multi-Timeframe, what you download is a zip-file. Inside that zip-file, there are three folders. All three folders have to be copied and pasted directly to the MQL5 folder of your data folder. That will put all the files to their required locations, including the MQLTA Utils.mqh file to the MQL5\Include\ folder.
Thank you very much , it worked
 

Rodger908

Trader
Jul 14, 2024
1
0
6
57
Hi Enivid, about Break-out mode and Re-entry mode, in both modes the price breaks out the band, then close back inside the band without touching middle line, any difference?
 

Enivid

Administrator
Staff member
Nov 30, 2008
19,212
1,504
144
Odesa
www.earnforex.com
Hi Enivid, about Break-out mode and Re-entry mode, in both modes the price breaks out the band, then close back inside the band without touching middle line, any difference?
No, in the Breakout mode, returning back isn't required. Touching the middle line is an invalidating factor for both signals.