Page 63 of 68

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Jan 20, 2025 1:07 pm
by sal
kvak wrote: Sun Jan 19, 2025 7:11 am Continuous TMA Center Line (Auto Refresh)

I made a TMA centered function for easier implementation in the indicator for price high/low/close. I tried it on Friday, but I wasn't satisfied. I made some more adjustments, but there was no time to test it on the live market. Try it.

Indicator diplayed center line of TMA centered and when is up trend, channel of price low and viceversa.

Options include:
  • Update Per Second
  • Update Per Millisecond
  • Auto Refresh
The aim is for the indicator to switch between plotting the High Price and Low Price whilst plotting the Median Price continuously.
bro.
i check the indicator, it is not updated /refresh on current . have a look and do the best to get refresh option..

Re: TMA - Triangular Moving Average indicators MT4

Posted: Tue Jan 21, 2025 10:16 am
by kvak
sal wrote: Mon Jan 20, 2025 1:07 pm bro.
i check the indicator, it is not updated /refresh on current . have a look and do the best to get refresh option..
Thank you for checking, I will look on it, but for now have not idea how to improve this code....

Re: TMA - Triangular Moving Average indicators MT4

Posted: Tue Jan 21, 2025 1:29 pm
by sal
kvak wrote: Tue Jan 21, 2025 10:16 am Thank you for checking, I will look on it, but for now have not idea how to improve this code....
bro.
please use this indicator and no issue . try

Re: TMA - Triangular Moving Average indicators MT4

Posted: Mon Jan 27, 2025 7:07 am
by mrtools
TMA Triangular Jurik Moving Average

This is a regular TMA instead of using sma's in its calculation this one is using a Jurik moving average.

PS: For the setup template used in today's Daily Download, please see: TMA "Electrical Tape" setup.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Wed Jan 29, 2025 7:43 pm
by Jimmy
mrtools wrote: Mon Jan 27, 2025 7:07 am TMA Triangular Jurik Moving Average

This is a regular TMA instead of using sma's in its calculation this one is using a Jurik moving average.
Thank you for our Jurik TMA Mrtools. The user-friendly lines width option is handy and can make for some unique displays when "stacking" indicators.

Here's a template I made which shows how multiple indicators can be stacked to manually create an "electrical tape" display using shadows. The dotted line is just an EMA which can be used to trade the crosses. Surprisingly, it works alright on the Daily timeframe 😋

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sat Feb 01, 2025 6:07 am
by vinuthbn84
mrtools wrote: Mon Jan 27, 2025 7:07 am TMA Triangular Jurik Moving Average

This is a regular TMA instead of using sma's in its calculation this one is using a Jurik moving average.

PS: For the setup template used in today's Daily Download, please see: TMA "Electrical Tape" setup.
Sir.. Request you to Please add button to it ..

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sat Feb 01, 2025 7:42 pm
by Mickey Abi
mrtools wrote: Mon Jan 27, 2025 7:07 am TMA Triangular Jurik Moving Average

This is a regular TMA instead of using sma's in its calculation this one is using a Jurik moving average.

PS: For the setup template used in today's Daily Download, please see: TMA "Electrical Tape" setup.
Hello Mr. Toolz,

Can you add alerts and arrows..

Thanks

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sat Feb 01, 2025 11:54 pm
by mrtools
Mickey Abi wrote: Hello Mr. Toolz,

Can you add alerts and arrows..

Thanks
vinuthbn84 wrote: Sat Feb 01, 2025 6:07 am Sir.. Request you to Please add button to it ..

Added on/off button and arrows and alerts.

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun Feb 02, 2025 9:50 am
by alimpe2000
hello mrtools

When this indicator is active, I put an arrow or line or text or ... on the chart
By changing the timeframe, the line or arrow or text or ... disappears.
You may be able to fix this problem.
Thank you

Re: TMA - Triangular Moving Average indicators MT4

Posted: Sun Feb 02, 2025 10:06 am
by mrtools
alimpe2000 wrote: Sun Feb 02, 2025 9:50 am hello mrtools

When this indicator is active, I put an arrow or line or text or ... on the chart
By changing the timeframe, the line or arrow or text or ... disappears.
You may be able to fix this problem.
Thank you
Looks like it could be the button doing that, but not sure.