Re: Already Converted TradingView Indicators to MT4 Indicators

391
mrtools wrote: Mon Feb 26, 2024 4:45 am All the averages updated with reg ma too.
Super tks Mr Tools!

another indicator that exceeds my best expectations!!!

ends up being my "reg ma Half Trend", super grateful for this gem, Mr Tools!!

I'm sure it will be super useful for everyone here, a big hug and a great week for you s2
These users thanked the author RodrigoRT7 for the post (total 4):
mrtools, Jimmy, BeatlemaniaSA, thomdel


Re: Already Converted TradingView Indicators to MT4 Indicators

392
RodrigoRT7 wrote: Mon Feb 26, 2024 2:33 am Hello Mr Tools, how are you? so a complement to my suggestion on Follow The Lines. If the RMAs is not compatible with this indicator, there is no problem. Just adding the new averages, it's already excellent :D

This indicator is really very interesting for trend following.

Here's another photo + Template for our friends on the forum.
I am a sucker for tpl's and I love the templates you have been creating and uploading my friend I started using them last week they are simple and easy to use on the H1 charts and up and make spotting trends so much easier..... really good colors too. Not white but sort of a nice cream color thats not blindingly bright..... i really like that
These users thanked the author boytoy for the post (total 3):
BeatlemaniaSA, Jimmy, RodrigoRT7

Re: Already Converted TradingView Indicators to MT4 Indicators

393
boytoy wrote: Mon Feb 26, 2024 5:49 pm I am a sucker for tpl's and I love the templates you have been creating and uploading my friend I started using them last week they are simple and easy to use on the H1 charts and up and make spotting trends so much easier..... really good colors too. Not white but sort of a nice cream color thats not blindingly bright..... i really like that
I'm glad you liked it, boytoy!

You noticed well, when I replicated the Tradingview colors, I was careful to think about the harmony of the colors to make it easier to identify the colors.

I'm glad you liked the templates, I'll keep posting whenever new ideas come up.

but the real heroes of the forum are Jimmy, Mr Tools, Kvak and our collaborators. :D

all gratitude to them.

Re: Already Converted TradingView Indicators to MT4 Indicators

394
RodrigoRT7 wrote: Mon Feb 26, 2024 5:19 am Super tks Mr Tools!

another indicator that exceeds my best expectations!!!

ends up being my "reg ma Half Trend", super grateful for this gem, Mr Tools!!

I'm sure it will be super useful for everyone here, a big hug and a great week for you s2
great chart , could you share setting of snipper cci indicator please ?
These users thanked the author trader2000 for the post:
RodrigoRT7


Re: Already Converted TradingView Indicators to MT4 Indicators

396
mrtools wrote: Mon Feb 26, 2024 4:45 am Follow The Line with Regularized MA's + All Averages (Filters)

All the averages updated with Regularized Moving Averages too.

PS: For more information on this code, please see: Follow The Line + Angle Of Attack indicators.

Hi Mr Tools, how are you? Here I am again with suggestions.

I know we already have a plethora of excellent averages added to your kit and Kvak's kit.

However, I was remembering this specific one, I was just curious to test it with Step RMA (both your version and Kvak's) + Follow the Lines Avgs.

Could you convert this specific average please?

//
// @author LazyBear
//
// If you use this code in its original/modified form, do drop me a note.
//
study(title="WaveTrend [LazyBear]", shorttitle="WT_LB")
n1 = input(10, "Channel Length")
n2 = input(21, "Average Length")
obLevel1 = input(60, "Over Bought Level 1")
obLevel2 = input(53, "Over Bought Level 2")
osLevel1 = input(-60, "Over Sold Level 1")
osLevel2 = input(-53, "Over Sold Level 2")

ap = hlc3
esa = ema(ap, n1)
d = ema(abs(ap - esa), n1)
ci = (ap - esa) / (0.015 * d)
tci = ema(ci, n2)

wt1 = tci
wt2 = sma(wt1,4)

plot(0, color=gray)
plot(obLevel1, color=red)
plot(osLevel1, color=green)
plot(obLevel2, color=red, style=3)
plot(osLevel2, color=green, style=3)

plot(wt1, color=green)
plot(wt2, color=red, style=3)
plot(wt1-wt2, color=blue, style=area, transp=80)



If anyone is interested, follow the template + indicators.

Thank you very much again for all your help as always, Mr Tools :D
These users thanked the author RodrigoRT7 for the post (total 2):
galaxy, trader2000

Re: Already Converted TradingView Indicators to MT4 Indicators

397
RodrigoRT7 wrote: Fri Mar 08, 2024 3:59 pm Hi Mr Tools, how are you? Here I am again with suggestions.

I know we already have a plethora of excellent averages added to your kit and Kvak's kit.

However, I was remembering this specific one, I was just curious to test it with Step RMA (both your version and Kvak's) + Follow the Lines Avgs.

Could you convert this specific average please?

//
// @author LazyBear
//
// If you use this code in its original/modified form, do drop me a note.
//
study(title="WaveTrend [LazyBear]", shorttitle="WT_LB")
n1 = input(10, "Channel Length")
n2 = input(21, "Average Length")
obLevel1 = input(60, "Over Bought Level 1")
obLevel2 = input(53, "Over Bought Level 2")
osLevel1 = input(-60, "Over Sold Level 1")
osLevel2 = input(-53, "Over Sold Level 2")

ap = hlc3
esa = ema(ap, n1)
d = ema(abs(ap - esa), n1)
ci = (ap - esa) / (0.015 * d)
tci = ema(ci, n2)

wt1 = tci
wt2 = sma(wt1,4)

plot(0, color=gray)
plot(obLevel1, color=red)
plot(osLevel1, color=green)
plot(obLevel2, color=red, style=3)
plot(osLevel2, color=green, style=3)

plot(wt1, color=green)
plot(wt2, color=red, style=3)
plot(wt1-wt2, color=blue, style=area, transp=80)



If anyone is interested, follow the template + indicators.

Thank you very much again for all your help as always, Mr Tools :D
sir , thanks for sharing your template .. i want to ask you for which time frame you adjust it .. because i notice some indicator set on 30min other on 1h time frame ?
These users thanked the author trader2000 for the post:
RodrigoRT7

Re: Already Converted TradingView Indicators to MT4 Indicators

398
trader2000 wrote: Sun Mar 10, 2024 12:57 am sir , thanks for sharing your template .. i want to ask you for which time frame you adjust it .. because i notice some indicator set on 30min other on 1h time frame ?
How is my friend trader2000?

The configuration is in the template I sent.

But basically, I usually use M15 or M30 to see price action.

Step Ma and Follow the line are at M30 and the 3 MA Histo is at one hour.

I like to use the Half Trend AHTF on H4 too, like in this photo.

Feel free to clear any doubts. :D
These users thanked the author RodrigoRT7 for the post (total 2):
galaxy, trader2000

Re: Already Converted TradingView Indicators to MT4 Indicators

399
RodrigoRT7 wrote: Sun Mar 10, 2024 2:18 am How is my friend trader2000?

The configuration is in the template I sent.

But basically, I usually use M15 or M30 to see price action.

Step Ma and Follow the line are at M30 and the 3 MA Histo is at one hour.

I like to use the Half Trend AHTF on H4 too, like in this photo.

Feel free to clear any doubts. :D
thanks for your response sir , i like to share with you my new collected system (from this great forum and other ) template and indicator work on 15 min tf(sure any tf and assets) . i hope to try it and if any improvement needed or opinion
These users thanked the author trader2000 for the post:
RodrigoRT7

Re: Already Converted TradingView Indicators to MT4 Indicators

400
trader2000 wrote: Sun Mar 10, 2024 7:20 am thanks for your response sir , i like to share with you my new collected system (from this great forum and other ) template and indicator work on 15 min tf(sure any tf and assets) . i hope to try it and if any improvement needed or opinion smart trend system.zipScreenshot 2024-03-10 043852.png
You don't need to call me sir, my friend, :D

If you allow me a humble suggestion:

For Renko Arrow, there were no changes to its parameters, which is not good.

Apollo Smart Level trader also ends up giving too many signals without having a customization option.

Renko Blast Trend, it seems to me like a decompiled code from the Step nema that we have here on the forum, once again with no chance of customization

Finally, my humble recommendation is that you avoid indicators with very commercial names: Master, Pro, Turbo, etc...

they are usually bad repainters and/or bad codes.
:D


Who is online

Users browsing this forum: Amazon [Bot], Bing [Bot], Efegocmen, guppiexl, mate, Taras, Yandex [Bot] and 91 guests