Page 1319 of 2170

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 4:10 am
by tkhanfx
Dear Mr Tools

I have found an MA indi here that will serve my purposes but it doesn't seem to be working? The chart remains blank after any changes to inputs. Can you kindly check? Could only find ex4 file

Thank you

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 4:37 am
by kvak
tkhanfx wrote: Thu Jul 01, 2021 4:10 am Dear Mr Tools

I have found an MA indi here that will serve my purposes but it doesn't seem to be working? The chart remains blank after any changes to inputs. Can you kindly check? Could only find ex4 file

Thank you
I think delete (1) in this name.....and its be ok

viewtopic.php?p=1295416687#p1295416687

Original is here,dont rename it....it have protection

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 6:18 am
by mladen
wojtek wrote: Wed Jun 30, 2021 12:26 pm Does anybody have an idea why this custom candle indicator doesn't work?
It worked perfectly when coded (10 years ago).
Replace lines 48 and 49 with these two

Code: Select all

   SetIndexBuffer(0,dummyHi); SetIndexStyle(0,DRAW_LINE,EMPTY,EMPTY,clrNONE);
   SetIndexBuffer(1,dummyLo); SetIndexStyle(1,DRAW_LINE,EMPTY,EMPTY,clrNONE);

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 6:26 am
by wojtek
Great, it works now! Thank you very very much! :)

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 7:58 am
by mrtools
whiplashtm wrote: Thu Jul 01, 2021 12:54 am Hi, this is some kind of Ehlers Fisher Transform indicator - but maybe not quite the same. I was hoping if it's possible to add an OMA (pretty sure it's "one more average" signal line to this indicator? Preferable with the option to toggle on/off the adaptive (or no adaptive at all).

Appreciate all the good work!



download/file.php?mode=view&id=3392669 download/file.php?mode=view&id=3392670
Posted here Moving average indicators

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 7:31 pm
by Zyzel
Hi MrTools/MLaden,

Is it possible if you can add limit bar options to these following indicators (which I don't know how)? :clap:

1) Moving Averages;
2) Donchian Channels;
3)Hull MA.

I hereby attached the indicators. which have been partly customized by me to allow for the SetIndexDrawBegin and SetIndexShift command.

Thank you very much! <3

Zyzel

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 01, 2021 9:13 pm
by Naughty 77
Dear Mr Tools

Would it be possible to add a decimal point option to the price filter on this indicator,and any other updates you could manage .

Thanking you kindly

Regards

Naughty 77

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 02, 2021 12:15 am
by mrtools
Naughty 77 wrote: Thu Jul 01, 2021 9:13 pm Dear Mr Tools

Would it be possible to add a decimal point option to the price filter on this indicator,and any other updates you could manage .

Thanking you kindly

Regards

Naughty 77
The price filter is actually the ma period and far as I'm aware not able to add a decimal point, can change it to "extern double" instead of "extern int" but don't think it will work for moving averages.

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 02, 2021 9:36 am
by ERP The Trader
Hello idk if im in the right place but I just have one indicator if possible can you make a trading view version of its an mt4 indicator. Some person name Jas Wu created it , hes a big fan of mladen lol. I dont know the right protocol for this but if its a fee please dm me and we can talk more this is the indicator
Thank you !

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 02, 2021 4:58 pm
by 太虚一毫
mntiwana wrote: Fri Feb 24, 2017 6:18 pm Here is that one too, alerts arrows and mtf included,but becare about its repainting behavior.
and yes there are tricks but only krelian knows.
viewtopic.php?t=8418142&p=1294914918#p1294914918

HalfTrend 2

Is there a version of HalfTrend that does not redraw?