I've done one before, it look very nice on your chart, but since it recalculates it is very deceiving.PREETHI wrote: Sat Apr 18, 2020 12:02 am Hi,mrtools. Can you make candle colour version of this attached indicator. hodrick prescott filter nolambda histo.mq4
Re: MT4 Indicator requests and ideas
9212I quoted from that post but picture doesn't showmrtools wrote: Thu Apr 16, 2020 2:14 am
If your advertising your EA it's in +50 draw down, looks dangerous!
a little strange
Re: MT4 Indicator requests and ideas
9213Yes, but there was no indicator.jirayus409 wrote: Sat Apr 18, 2020 3:22 am
I quoted from that post but picture doesn't show
a little strange
Re: MT4 Indicator requests and ideas
9214Looking at it sometimes I can figure out what they are doing in Pine Script easily other times not so easy, so no guarantees.ionone wrote: Fri Apr 17, 2020 11:11 pm
ok i attacked the code, but I don't got the perfect results.
Please MrTools can you take a look at my code ?
the problem is I don't know Pine Script that well so I made some mistakes certainly but where ?
I need your expertise MrTools
thanks a lot the indi looks awesome !
JeffT-Step LSMA 01.mq4
Re: MT4 Indicator requests and ideas
9215PLEASE KINDLY HELP TO CHECK THESE INDICATORS FOR REPAINTING.
Re: MT4 Indicator requests and ideas
9216ok please do your best.mrtools wrote: Sat Apr 18, 2020 3:41 am
Looking at it sometimes I can figure out what they are doing in Pine Script easily other times not so easy, so no guarantees.
I think my code is 95% correct but one little mistake and the whole indi is wrong.
the pine script language reference manual can help though
https://www.tradingview.com/pine-script-reference/
also let's work together on this?
I know the correlation and the standart dev function work, because i've tested them, even if not optimized (for clarity)
the rest i'm not sure.
I have a doubt also at line 196
n = cum(1)-1
cum(1) should be the number of bars from the bar 1 (older bars), but this will make the MA dependent on the number of bars, so I think we need to replace it with an extern variable
Jeff
Scalping the Century TimeFrame since 1999
Re: MT4 Indicator requests and ideas
9217Thank you for advise, but it did't help. The unnecessary rectangle is still there.mrtools wrote: Thu Apr 16, 2020 1:21 am
Hope I'm understanding correctly, did you try ShowNextSessions = false?
Re: MT4 Indicator requests and ideas
9218
Recently, I made a modification for someone on this indicator to include lines, it is not one I had come across before.
Just thought I would share it here for others to have a look at for ideas as well.
Just thought I would share it here for others to have a look at for ideas as well.

- These users thanked the author Tzamo for the post (total 2):
- Black Sheep, Antonio
Re: MT4 Indicator requests and ideas
9219hey MrToolsmrtools wrote: Sat Apr 18, 2020 3:41 am
Looking at it sometimes I can figure out what they are doing in Pine Script easily other times not so easy, so no guarantees.
I created a thread to discuss about the coding of the indi, and hopefully make it perfect
it's here if you wanna join
viewtopic.php?f=579496&t=8473734
Jeff
Scalping the Century TimeFrame since 1999
Re: MT4 Indicator requests and ideas
9220Mr Tools - Kindly add arrows blue for up & pink for downtalaate wrote: Fri Apr 17, 2020 6:11 am Hi mrtools
would you add the option of linesOnNewest and MTF user friendly
rsi smoothed - mtf + alerts + lines.mq4
Thanks