You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
4 TF Cycle - TMA-Centered -End Point
Hi all,
The 4 time-frames Cycle TMA Centered End-point.
TMA True vs Keltner Channel
Thanks Mladen for the in depth explanation of TMA. I have been using a version of TMA true for quite some time and suspected it was an LWMA version of a Keltner channel rather than a triangular moving average. For which I am glad because I don't care for anything that repaints.
Interestingly I found a version of the Keltner Channel that lets you choose the type of moving average you want. When I set it to LWMA and using the same ATR and average settings as the TMA True I get nearly identical results with just subtle differences that are almost indistinguishable. Nevertheless they are slightly different and I haven't figured out why.
TMA True
Keltner with LWMA
tmatrue_with_distancesxx.mq4
keltner_channel.mq4
gcgman
As far as the central line (the so called "tmatrue " line) you should set the MaPeriod in Keltner channel to "eintHalfLength"+1, MaMethod to 3 and set the MaTrtShift to 0 and you will get exactly th same values. As far as Bands are concerned, atr calculation is shifted by 10 in "tmatrue" (it is kept from my original centered TMA channel but I doubt that they know why I did so) so the bands are not going to be the same unless you change the lines that have atr calculated like this
into this
[PHP]iATR( Symbol(), gintTF, eintAtrPeriod, inx );Thanks Mladen for the in depth explanation of TMA. I have been using a version of TMA true for quite some time and suspected it was an LWMA version of a Keltner channel rather than a triangular moving average. For which I am glad because I don't care for anything that repaints.
Interestingly I found a version of the Keltner Channel that lets you choose the type of moving average you want. When I set it to LWMA and using the same ATR and average settings as the TMA True I get nearly identical results with just subtle differences that are almost indistinguishable. Nevertheless they are slightly different and I haven't figured out why.
TMA True
Keltner with LWMA
tmatrue_with_distancesxx.mq4
keltner_channel.mq4Tma True Slope indicator
indicator to measure direction: TMA
Does anyone know if there is an indicator to measure direction of "TMA centered bands", ... I want to say which indicates the direction of "TMA centered bands" go from "lose moment"?
Thanks in advance.
TMA centered bands recalculates and changes the slope backwards so it is very dangerous to use the slope (the "dirrection of centered TMA") as a signal. Centered TMA should not be used in signaling mode. For all interested in how it is probably the best to use centered TMA i recommend Brian Millards book : "Channels and Cycles: A Tribute to J. M. Hurst" (here is a link to official edition : Channels and Cycles: A Tribute to J. M. Hurst: Brian J. Millard )
Almost all needed to know how to use centered TMA can be found in that book
you are a very patient man
TMA centered bands recalculates and changes the slope backwards so it is very dangerous to use the slope (the "dirrection of centered TMA") as a signal. Centered TMA should not be used in signaling mode. For all interested in how it is probably the best to use centered TMA i recommend Brian Millards book : "Channels and Cycles: A Tribute to J. M. Hurst" (here is a link to official edition : Channels and Cycles: A Tribute to J. M. Hurst: Brian J. Millard ) Almost all needed to know how to use centered TMA can be found in that book
Mladen,
Unreal how many times you have to repeat yourself... you have the patience of a saint.
Have a nice day
TCT
request same thing with sma centered
Hello TCT, Thanks for the midline idea added it to this version.
Hi Mr Tools,
Thanks again for tma avec envelopes... Would you be so kind to do the same with this one?
Thanks and Happy Holidays!!!
TCT
Hi Mr Tools,
Thanks again for tma avec envelopes... Would you be so kind to do the same with this one?
Thanks and Happy Holidays!!!
TCTHello TCT,
Made the Sma centered envelopes, some cosmetic changes made the sma centered multi colored, also now the upper and lower envelopes have separate deviation controls, hopefully to make a better fit. If 1 color for the sma centered is preferred just need to change the first 3 colors to the color desired.
Happy Holidays!
Hello TCT,
Made the Sma centered envelopes, some cosmetic changes made the sma centered multi colored, also now the upper and lower envelopes have separate deviation controls, hopefully to make a better fit. If 1 color for the sma centered is preferred just need to change the first 3 colors to the color desired.
Happy Holidays!This looks very intriguing. Does it repaint like most other indicators in this thread?
Kindest regards,
gcgman