Page 27 of 68

Re: TMA - Triangular Moving Average indicators MT4

Posted: Thu Dec 13, 2018 3:29 pm
by jsw_nz
PREETHI wrote: Tue Dec 04, 2018 9:14 pm This indicator is consuming a lot of CPU.Kindly help me.tma centered bands 2.03 mtf.mq4
I think this is a good issue to bring up
- I am noticing issues related to using multiple instances of TMA Centered Bands on charts

Correct me if I am wrong - but I think (FastLineTMA) is a candidate - since it has:
(1) "MoveEndPointEveryTick" &
(2) "MaxBarsBack"
setting (1) to false (default)
and setting (2) to a number lower that default (5000) say 2000
- aims to save CPU power... but not sure- correct me if I am wrong

I am using a color coded Multi-TMA Band scheme - displaying up to 4 relevant timeframes on templates
- so getting word on what is therecommended best from CPU point of view would be appreciated

I do sort of like FastLineTMA above others - since it has an alert on the change/reversal of slope
....thank mLaden for being the brainchild of this great indicator

cheers,
john
(jsw_nz)

Re: TMA - Triangular Moving Average indicators MT4

Posted: Tue Dec 25, 2018 3:52 am
by PREETHI
hi mrtools.kindly add alert to this indicator

Re: TMA - Triangular Moving Average indicators MT4

Posted: Tue Dec 25, 2018 4:47 am
by reachme
PREETHI wrote: Tue Dec 25, 2018 3:52 am hi mrtools.kindly add alert to this indicator
Seriously? We cannot edit .ex4 file but if you badly need it then here you go.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sat Jan 05, 2019 1:23 pm
by mrtools
This is the TMA centered bands indicator using an adaptive atr in the bands calculation. The adaptive comes from Perry Kaufman's Efficiency Ratio to calculate adaptive true range.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun Jan 06, 2019 12:46 am
by sal
mrtools wrote: Sat Jan 05, 2019 1:23 pm This is the TMA centered bands indicator using an adaptive atr in the bands calculation. The adaptive comes from Perry Kaufman's Efficiency Ratio to calculate adaptive true range.
mr.tools
does this bands repaint or not... ??

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun Jan 06, 2019 12:54 am
by PREETHI
sal wrote: Sun Jan 06, 2019 12:46 am

mr.tools
does this bands repaint or not... ??
recalculating indicator

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun Jan 06, 2019 1:54 am
by mrtools
sal wrote: Sun Jan 06, 2019 12:46 am

mr.tools
does this bands repaint or not... ??
All Tma Centered recalculate/repaint

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun Jan 06, 2019 2:05 am
by sal
mrtools wrote: Sun Jan 06, 2019 1:54 am

All Tma Centered recalculate/repaint
could you please share source file .. :)

Re: TMA - Triangular Moving Average indicators MT4

Posted: Fri Jan 11, 2019 1:55 pm
by RplusT
mrtools wrote: Sat Jan 05, 2019 1:23 pm This is the TMA centered bands indicator using an adaptive atr in the bands calculation. The adaptive comes from Perry Kaufman's Efficiency Ratio to calculate adaptive true range.
mrtools, could you please add 2 more deviations to these bands. Thank you!

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sat Jan 12, 2019 2:38 am
by mrtools
RplusT wrote: Fri Jan 11, 2019 1:55 pm

mrtools, could you please add 2 more deviations to these bands. Thank you!
Added 2 more deviations.