Page 1752 of 2170

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 20, 2023 3:14 pm
by sal
chocolatier wrote: Fri Jan 20, 2023 8:35 am Hi mrtools,
Can you remove the indicator time data that appears on the top left of the chart window?
I would also appreciate if you could check it with a professional eye for yourself.
Thanks in advance.
is this arrow repaint!!

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 20, 2023 3:50 pm
by thomdel
mrtools wrote: Fri Jan 20, 2023 7:54 am Definitely think it is doable still trying to figure out how to make it non-repaint, have a feeling it's a simple fix just haven't been able to wrap my brain around it yet

Respected mrtools Sir,

Please find the attached txt file : 2 Tradingview Scipts : for your reference :
1) HalfTrend *
2) Follow Line Indicator *

Both are promising. This may help you in achieving non-repaint version.

I do not have bar replay mode so cannot check repaint.
But, Please note these 2 script files are among the most widely used by all so may be this are non-repaint.

Kind Attention : Follow line Indicator present on forex-station forum repaints ( I checked in live market )

It will be really beneficial for all users if you can Create both of these 2 Indicators : 1) halftrend & 2) follow line indicator.
Your magic of : adding --- of all averages, candles, button, etc will make these 2 indicators superb.


Thanks for your Generosity, Efforts, Time.
Thanks a Lot.

Thanks to mrtools Sir, kvak Sir for adding the magic touch to indicators.

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 20, 2023 5:04 pm
by mrtools
sal wrote: Fri Jan 20, 2023 3:14 pm is this arrow repaint!!
From what I can tell from the code it is using mtf data to produce the arrows, so it can repaint, but best to test it in demo first to verify.

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 20, 2023 5:25 pm
by sal
mr.tools
possible to make arrow as per the below rules
i am using BB toucher with HA & Awesome Oscillator

UP ARROW
when the HA BLUE candle touch upper BB and get DOT &&
AO bar green above zero level

DOWN ARROW
when the HA RED candle close below upper BB &&
AO bar red bar above zero level
See snap marked.

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 20, 2023 8:09 pm
by chocolatier
mrtools wrote: Fri Jan 20, 2023 5:04 pm From what I can tell from the code it is using mtf data to produce the arrows, so it can repaint, but best to test it in demo first to verify.
Is there an indicator that you can recommend instead that points in similar hit places and doesn't repaint?

Re: MT4 Indicator requests and ideas

Posted: Sat Jan 21, 2023 5:22 am
by Sepo
Happy Friday everyone:) was anyone able to discover whether this indicator repaints or not?
kvak wrote: Fri Jan 20, 2023 10:56 am I add menu to show this data, but without checking the code, sorry...
Image

Re: MT4 Indicator requests and ideas

Posted: Sat Jan 21, 2023 5:33 am
by Sepo
Ya it definitley repaints lol
Sepo wrote: Sat Jan 21, 2023 5:22 am Happy Friday everyone:) was anyone able to discover whether this indicator repaints or not?

Re: MT4 Indicator requests and ideas

Posted: Sat Jan 21, 2023 6:18 am
by chocolatier
kvak wrote: Fri Jan 20, 2023 10:56 am I add menu to show this data, but without checking the code, sorry...
Image
While I've caught you kvak, could you add a parameter to the menu so that the white text in the upper left corner does not appear on this indicator?
Thanks in advance.

Re: MT4 Indicator requests and ideas

Posted: Sat Jan 21, 2023 10:08 am
by mrtools
chocolatier wrote: Sat Jan 21, 2023 6:18 am While I've caught you kvak, could you add a parameter to the menu so that the white text in the upper left corner does not appear on this indicator?
Thanks in advance.
Try here

Re: MT4 Indicator requests and ideas

Posted: Sat Jan 21, 2023 11:10 am
by kvak
mrtools wrote: Fri Jan 20, 2023 7:54 am Definitely think it is doable still trying to figure out how to make it non-repaint, have a feeling it's a simple fix just haven't been able to wrap my brain around it yet
Hello Mrtools....maybe this post half trend from Mladen will be helpful?