Page 125 of 424

Re: Something interesting please post here (Metatrader)

Posted: Sun Dec 22, 2019 11:57 pm
by mladen
thiru wrote: Sun Dec 22, 2019 8:34 am Thanks mladen :)

with that simplification, we lost the vertical scale. could you please fix that? also input configurable level alert would be very nice

looks like its in the Trend direction & force index category of indicator.
Delete line that is saying IndicatorDigits(1) or change it to some bigger number (IndicatorDigits(_Digits+1) would be OK based on the way it is calculated)

PS: that vertical scale is more or less a thing you should ignore. To see what I mean change time frames and see what happens to the "scale" - that is going to be very similar to macd, and as we all know, "levels" and macd are not something that is recommended to be used in any form
PPS: that 0 there is only n the display. If you use icustom, the values are going to be different from that

Re: Something interesting please post here (Metatrader)

Posted: Mon Dec 23, 2019 3:46 am
by mrtools
thiru wrote: Sun Dec 22, 2019 8:34 am Thanks mladen :)

with that simplification, we lost the vertical scale. could you please fix that? also input configurable level alert would be very nice

looks like its in the Trend direction & force index category of indicator.
Added zero cross alerts and custom ma's, also THANKS Mladen for the simplication. :thumbup:

Re: Something interesting please post here (Metatrader)

Posted: Mon Dec 23, 2019 11:12 am
by uncle wong
mrtools wrote:Mon Dec 23, 2019 3:46 am

Added zero cross alerts and custom ma's, also THANKS Mladen for the simplication. :thumbup:
Dear Mrtools,

I cant find the bands in your mql4 file .Where are they hiding :) ?

Re: Something interesting please post here (Metatrader)

Posted: Mon Dec 23, 2019 11:22 am
by mrtools
uncle wong wrote:Mon Dec 23, 2019 11:12 am

Dear Mrtools,

I cant find the bands in your mql4 file .Where are they hiding :) ?
Just dropped them on using previous indicator data.

Re: Something interesting please post here (Metatrader)

Posted: Tue Dec 24, 2019 1:58 pm
by W35
mosiskv wrote:Wed Sep 18, 2019 7:50 pm Hi

Try this. Toggle Borders MT5 remove borders.

MosToggle borders.ex5
'Toggle borders' stopped working when MT5 updated in early December 2019.
It says, 'made as indicator by mladen'.

Re: Something interesting please post here (Metatrader)

Posted: Fri Dec 27, 2019 10:06 pm
by thiru
mrtools wrote:Mon Dec 23, 2019 3:46 am

Added zero cross alerts and custom ma's, also THANKS Mladen for the simplication. :thumbup:
Thank you mrtools :)

it is awesome now.

Re: Something interesting please post here (Metatrader)

Posted: Fri Dec 27, 2019 10:28 pm
by thiru
mrtools wrote:Mon Dec 23, 2019 3:46 am Added zero cross alerts and custom ma's, also THANKS Mladen for the simplication. :thumbup:
dear mrtools,

It looks like something is missing. you mentioned that you have added custom ma's but only the standard 4 ma's are in the indicator.

also, could you let us know how you got the bands?

cheers

Re: Something interesting please post here (Metatrader)

Posted: Fri Dec 27, 2019 11:17 pm
by Cazz223
Deez wrote:CMF
Pretty cool indi.
Looks more promising than Waddah Attar.
Thanks for sharing.

Re: Something interesting please post here (Metatrader)

Posted: Sat Dec 28, 2019 3:36 am
by mrtools
thiru wrote:Fri Dec 27, 2019 10:28 pm

dear mrtools,

It looks like something is missing. you mentioned that you have added custom ma's but only the standard 4 ma's are in the indicator.

also, could you let us know how you got the bands?

cheers
Instead of using the built in moving averages I used Mladen's 4 custom moving average function, and for the band just dragged bollinger bands indicator and put it on previous indicator data.

Re: Something interesting please post here (Metatrader)

Posted: Sat Dec 28, 2019 10:55 am
by thiru
mrtools wrote: Instead of using the built in moving averages I used Mladen's 4 custom moving average function, and for the band just dragged bollinger bands indicator and put it on previous indicator data.
Thank you mrtools, got it now :)