Page 91 of 351

Re: Moving Average indicators for MT4

Posted: Sun Jan 27, 2019 12:46 am
by ionone
Hi Guys

could you update "Adaptive Averages" indicator with the latest MAs found in "averages - mtf - alerts 9.1" ?

also with the code possibly? thank a lot for your awesome work !

Jeff

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 12:36 am
by mntiwana
ionone wrote: Sun Jan 27, 2019 12:46 am Hi Guys

could you update "Adaptive Averages" indicator with the latest MAs found in "averages - mtf - alerts 9.1" ?

also with the code possibly? thank a lot for your awesome work !

Jeff
Which of "Adaptive Averages" version you are referring to
if asking Averaging methods more than 20,no code possibility i think

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 2:31 am
by thomdel
mrtools wrote: Sat Jan 26, 2019 2:37 am

Do you have the #4 Trend Suite (Black) indicator source code? Would like to see how they do the Indicator On Off -- True False.

Hi,

Is this condition 2) possible ?

2) Individual 2 Options for Line Width for Slow MA & Fast MA respectively
This helps to keep Fast MA as Line width 1 & Slow MA as Line Width 2.
Example : EMA 10 as width 1 and EMA 30 as Width 2
( Right now to achieve this we have to add Averages Indi and make 2 nd avg as width 2 )

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 3:27 am
by mrtools
thomdel wrote: Mon Jan 28, 2019 2:31 am


Hi,

Is this condition 2) possible ?

2) Individual 2 Options for Line Width for Slow MA & Fast MA respectively
This helps to keep Fast MA as Line width 1 & Slow MA as Line Width 2.
Example : EMA 10 as width 1 and EMA 30 as Width 2
( Right now to achieve this we have to add Averages Indi and make 2 nd avg as width 2 )
Yes it's possible

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 4:18 am
by thomdel
mrtools wrote: Mon Jan 28, 2019 3:27 am

Yes it's possible

Thanks for Prompt Reply.

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 9:46 am
by Vere
mrtools wrote: Mon Jan 28, 2019 3:27 am

Yes it's possible
mrtools, what`s the different between average - crosses (arrows or lines mtf+alerts) and Averages ribbon 3.1.... and is it possible to add kaufman ma method calculation to Averages ribbon 3.1 ??

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 5:59 pm
by thomdel
mrtools wrote: Mon Jan 28, 2019 3:27 am

Yes it's possible


Please clarify on this.

The indicator has the following setting : Option : slow moving average price to use : Open ( here by default is OPEN )

Do we have to make it as CLOSE ?
As most of the Average Indi has by Default is: average price to use : CLOSE

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 6:35 pm
by mrtools
thomdel wrote: Mon Jan 28, 2019 5:59 pm



Please clarify on this.

The indicator has the following setting : Option : slow moving average price to use : Open ( here by default is OPEN )

Do we have to make it as CLOSE ?
As most of the Average Indi has by Default is: average price to use : CLOSE
No your supposed to be able to change it, I made a mistake in numbering the price function, this version should be correct.

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 6:57 pm
by thomdel
mrtools wrote: Mon Jan 28, 2019 6:35 pm

No your supposed to be able to change it, I made a mistake in numbering the price function, this version should be correct.
Thanks again.


Also, Expert coder mrtools Can you Please Help on this ?

As I am New on this Forum Ihad posted the Link in this thread.

Please Help.
viewtopic.php?p=1295385289#p1295385289

Re: Moving Average indicators for MT4

Posted: Mon Jan 28, 2019 9:11 pm
by ionone
mntiwana wrote: Mon Jan 28, 2019 12:36 am
Which of "Adaptive Averages" version you are referring to
if asking Averaging methods more than 20,no code possibility i think
this version
app.php/attach/file/3308218
thanks