Page 14 of 44
Re: Various Indicators - (MT5)
Posted: Tue Apr 05, 2022 6:58 pm
by 太虚一毫
mrtools wrote: Sun Apr 03, 2022 12:10 pm
Not sure about how to add alerts to that indicator.
Expect mrtools teacher to upgrade this candles indicator, add UseAutoWidth and MTF to it:
input int WickWidth = 2; // Candle wick width
input int BodyWidth = 4; // If auto width = false then use this
input bool UseAutoWidth = false; // Auto adjust candle body width
Re: Various Indicators - (MT5)
Posted: Wed Apr 06, 2022 4:27 am
by mrtools
太虚一毫 wrote: Tue Apr 05, 2022 6:58 pm
Expect mrtools teacher to upgrade this candles indicator, add UseAutoWidth and MTF to it:
input int WickWidth = 2; // Candle wick width
input int BodyWidth = 4; // If auto width = false then use this
input bool UseAutoWidth = false; // Auto adjust candle body width
Far as I'm aware on mt5 their color candles and histogram have an auto width built in.
Re: Various Indicators - (MT5)
Posted: Wed Apr 06, 2022 11:36 am
by Jav
Hello mrtools, can you please add alerts to this histogram indicator when it changes colour or when it crosses below/above the zero line Please? THANK YOU
Re: Various Indicators - (MT5)
Posted: Wed Apr 06, 2022 12:05 pm
by mrtools
Jav wrote: Wed Apr 06, 2022 11:36 am
Hello mrtools, can you please add alerts to this histogram indicator when it changes colour or when it crosses below/above the zero line Please? THANK YOU
oscsar_histogram_htf.ex5
Can't do anything with an ex5 file, would need the source code.
Re: Various Indicators - (MT5)
Posted: Thu Apr 07, 2022 4:48 pm
by Jav
hello mrtools, is it possible to make this indicator into a histogram and also add alerts for the change in colour? please.
Re: Various Indicators - (MT5)
Posted: Fri Apr 08, 2022 2:28 am
by lonebladeRGC
lonebladeRGC wrote: Tue Apr 05, 2022 6:37 pm
I am looking for a on-screen (chart window) version of this indicator (time segmented volume). Can Mrtools help me please?
Many thanks
I am very upset to see many downloads and views on the institutional strategies and indicators I posted but not much help is given. Not once someone even bother to reply. Am I being too polite?
Re: Various Indicators - (MT5)
Posted: Fri Apr 08, 2022 2:50 am
by mrtools
lonebladeRGC wrote: Tue Apr 05, 2022 6:37 pm
I am looking for a on-screen (chart window) version of this indicator (time segmented volume). Can Mrtools help me please?
Many thanks
Not sure how to do that one, sorry.
Re: Various Indicators - (MT5)
Posted: Fri Apr 08, 2022 2:58 am
by lonebladeRGC
mrtools wrote: Fri Apr 08, 2022 2:50 am
Not sure how to do that one, sorry.
Thanks. At least let me know if you don't intend to help.
Re: Various Indicators - (MT5)
Posted: Fri Apr 08, 2022 3:03 am
by mrtools
lonebladeRGC wrote: Fri Apr 08, 2022 2:58 am
Thanks. At least let me know if you don't intend to help.
Please that's not what I said, if I know how to do it, I will try and do it, that's a lot of difference than your statement.
Re: Various Indicators - (MT5)
Posted: Fri Apr 08, 2022 11:25 am
by Jav
hello mrtools, here is the source code for the indicator. Can you add alerts for when the colours change or when it crosses above/below the zero line please?