Re: MT4 Indicator requests and ideas

13182
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
"fear moves faster than greed"

Re: MT4 Indicator requests and ideas

13183
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);
These users thanked the author mladen for the post (total 3):
wojtek, Jimmy, moey_dw

Re: MT4 Indicator requests and ideas

13185
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
Shalom Shalom! :hug:

Moving AveragesRe: MT4 Indicator requests and ideas

13186
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

13188
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.
These users thanked the author mrtools for the post:
Naughty 77
Shalom Shalom! :hug: