Re: Bollinger Bands type indicators for MT4

1741
Itsart3 wrote: Mon Oct 16, 2023 9:24 am Thank you for working on this project, I really appreciate it. I have provided a screenshot of a chart with the new arrows compared to the arrows on the indicator that I requested the modifications on. It seems that the arrows for both indicators are sometimes aligned and sometimes not. Also the spacing of the arrows is differant with many of the arrows from the indicator you made actually painting directily onto the candles themselves rather than appearing directly above or below them.

I look forward to using both of these indicators in differant analysis scenarios. Is there a way that you could possibly execute the modifications that I originally requested for the "MQLTA MT4 Bollinger Bands With Alert"?? Those request being a Mtf function and color change for the Arrows. Much grattitude to you for sharing your skills.
Hello.
Without any offensive to creator of this indicator, this code is not much understable for me.
And I am not 100 % sure how to add mtf to it.
If you want any adjustments in my indicator and if I know, I do to it.
These users thanked the author kvak for the post:
Itsart3


Re: G channel

1743
kvak wrote: Sun Oct 08, 2023 9:00 pm Maybe THIS?
Hi Kvak,
Is there a way to combine the alert signals from the same indicator across 3 differant timeframes? Like an alert would only popup when A Bollinger Band histogram paints a bar for the H4, H1 and 30 windows simultaniously.

1 Or even furthur, a combined mtf BB Histo alert combined with an alert from the BB (eAverage) displayed on the chart??

2 Or even furthur, a combined mtf BB Histo alert combined with an alert from the Bolliner Band Candles displayed on the chart??

Such an arrangement would reduce the number of alerts that are generated. Thanks....

Re: G channel

1744
Itsart3 wrote: Wed Oct 18, 2023 9:38 am Hi Kvak,
Is there a way to combine the alert signals from the same indicator across 3 differant timeframes? Like an alert would only popup when A Bollinger Band histogram paints a bar for the H4, H1 and 30 windows simultaniously.

1 Or even furthur, a combined mtf BB Histo alert combined with an alert from the BB (eAverage) displayed on the chart??

2 Or even furthur, a combined mtf BB Histo alert combined with an alert from the Bolliner Band Candles displayed on the chart??

Such an arrangement would reduce the number of alerts that are generated. Thanks....
Image
Hello, |I will look on it, In this combination different timeframes, I am not sure ( try search in our 4th timeframes topic) .
These users thanked the author kvak for the post:
Itsart3


Re: G channel

1746
Itsart3 wrote: Wed Oct 18, 2023 9:38 am Hi Kvak,
Is there a way to combine the alert signals from the same indicator across 3 differant timeframes? Like an alert would only popup when A Bollinger Band histogram paints a bar for the H4, H1 and 30 windows simultaniously.

1 Or even furthur, a combined mtf BB Histo alert combined with an alert from the BB (eAverage) displayed on the chart??

2 Or even furthur, a combined mtf BB Histo alert combined with an alert from the Bolliner Band Candles displayed on the chart??

Such an arrangement would reduce the number of alerts that are generated. Thanks....
How you want combined this indicators? I made one indicator and compared it. Dont have source for BB histo, but understand what is the logic.
Without combined mtf signals....
These users thanked the author kvak for the post (total 2):
Abdi, Itsart3

Re: G channel

1747
kvak wrote: Thu Oct 19, 2023 9:03 am How you want combined this indicators? I made one indicator and compared it. Dont have source for BB histo, but understand what is the logic.
Without combined mtf signals....
Image
Thank you Kvak,

I would like the indicator to give only one signal from 3 or 4 timeframes. Instead of have 3 or for indictors on the chart giving each individual signals.

Normal Chart:

BB Histo - Dly Chart Signal,
BB Histo - 4hr Chart Signal
BB Histo - 1hr Chart Signal
BB Histo - 30m Chart Signal

New Chart:

BB Histo - Dly, 4hr, 1hr, 30m Signal Combined

Thank you Kvak

Re: G channel

1748
Itsart3 wrote: Thu Oct 19, 2023 5:43 pm Thank you Kvak,

I would like the indicator to give only one signal from 3 or 4 timeframes. Instead of have 3 or for indictors on the chart giving each individual signals.

Normal Chart:

BB Histo - Dly Chart Signal,
BB Histo - 4hr Chart Signal
BB Histo - 1hr Chart Signal
BB Histo - 30m Chart Signal

New Chart:

BB Histo - Dly, 4hr, 1hr, 30m Signal Combined

Thank you Kvak
You do realize that by having 1 signal for all TF's means that the signal / arrow would be prone to recalculate/re-paint & would not be confirmed until the close of the highest TF candle.
These users thanked the author Woodyz for the post (total 2):
kvak, Itsart3

Re: G channel

1749
Itsart3 wrote: Thu Oct 19, 2023 5:43 pm Thank you Kvak,

I would like the indicator to give only one signal from 3 or 4 timeframes. Instead of have 3 or for indictors on the chart giving each individual signals.

Normal Chart:

BB Histo - Dly Chart Signal,
BB Histo - 4hr Chart Signal
BB Histo - 1hr Chart Signal
BB Histo - 30m Chart Signal

New Chart:

BB Histo - Dly, 4hr, 1hr, 30m Signal Combined

Thank you Kvak
As I said, without this combined mtf....
These users thanked the author kvak for the post:
Itsart3

Re: G channel

1750
kvak wrote: Thu Oct 19, 2023 7:00 pm As I said, without this combined mtf....
Ok...Thank You Kvak...

I am trying to find a solution for detecting a signal that is being give across differant timeframes at the same time. Im trying to find a way to focus the differant timeframe signals that occur seperately into one signal. Reason is that I could put each TF on alert, but i would get alerts all day from all Tfs, thats too much noise. I want to be able to filter out the noise to be able to detect a single unified signal that is synchronized from the highest TF down to the lowest. Theoretically i could get just one alert when all TFs are aligned.

Is there an indicator that just tracks when the signals of other indicators on the chart are in agreement or are producing signals all at the same time?

Any Suggestions??