Page 106 of 180

Re: Coding Help

Posted: Wed Aug 28, 2019 1:39 am
by sal
mrtools wrote: Wed Aug 28, 2019 12:57 am

Sorry that indicator is decompiled but what I can tell from the code it might be a Hull moving average, there are some nrp versions of that here in the forum.
see this version, but note match the arrow position..

Re: Coding Help

Posted: Wed Aug 28, 2019 1:42 am
by kgovender
sal wrote: Wed Aug 28, 2019 1:39 am
see this version, but note match the arrow position..
Thank you kindly, i will load and try on demo tomorrow and share results

Re: Coding Help

Posted: Fri Aug 30, 2019 11:33 am
by mattvinn
Hi, Ive been using this symbol changer I think is from mladen in demo very successfully. But when I want to use live trading, it fails because my Live account is micro and all the currency have a prefix "micro" behind it. For e.g; normal USDJPY pair in demo is USDJPYmicro pair name in Live trading.

Please help.

Re: Coding Help

Posted: Fri Aug 30, 2019 12:37 pm
by Cladi39
mattvinn wrote: Fri Aug 30, 2019 11:33 am Hi, Ive been using this symbol changer I think is from mladen in demo very successfully. But when I want to use live trading, it fails because my Live account is micro and all the currency have a prefix "micro" behind it. For e.g; normal USDJPY pair in demo is USDJPYmicro pair name in Live trading.

Please help.
I think this one will show all available in your broker. Try.

Re: Coding Help

Posted: Fri Aug 30, 2019 2:07 pm
by mattvinn
Cladi39 wrote: Fri Aug 30, 2019 12:37 pm

I think this one will show all available in your broker. Try.
I would prefer the one I posted version as I can input my own pairs. The one you share is working but it will list out ALL pairs in the MarketWatch which tend to be a bit messy.

Re: Coding Help

Posted: Wed Sep 25, 2019 8:38 pm
by omsan
Dear Moderators and programmers,
I am still new in learning MQL4. I am trying to get indicator values below using iCustom but I keep failed. The options confused me. How should I write the iCustom syntax of that indicator properly? I need the Zero lag DEMA option.

Thank you
Sandi

Re: Coding Help

Posted: Mon Oct 07, 2019 7:58 am
by Cladi39
Hello mrtools im trying to do iCustom based indicator that show a signal when indicator is blue(up) and red(down), For down seems to work well, but my problem is sometimes is a up signal in red line, attached picture and code. Will be great if you can help me. Thanks soo much.

PD: maybe you can put arrows with buffers directly on indicator soo i can use it with iCustom.

Re: Coding Help

Posted: Mon Oct 07, 2019 10:24 am
by mrtools
Cladi39 wrote: Mon Oct 07, 2019 7:58 am Hello mrtools im trying to do iCustom based indicator that show a signal when indicator is blue(up) and red(down), For down seems to work well, but my problem is sometimes is a up signal in red line, attached picture and code. Will be great if you can help me. Thanks soo much.

PD: maybe you can put arrows with buffers directly on indicator soo i can use it with iCustom.
Slope direction line is a repainting hull or hma moving average.

Re: Coding Help

Posted: Mon Oct 07, 2019 11:06 am
by Cladi39
mrtools wrote: Mon Oct 07, 2019 10:24 am

Slope direction line is a repainting hull or hma moving average.
Thanks Mrtools and the attached version can work?

Re: Coding Help

Posted: Mon Oct 07, 2019 11:52 am
by mrtools
Cladi39 wrote: Mon Oct 07, 2019 11:06 am

Thanks Mrtools and the attached version can work?
That will work if you are wanting to call it from an EA just use the trend buffer #6.