Page 38 of 66

Re: Does this indicator repaint?

Posted: Fri Jul 12, 2019 6:28 am
by mrtools
Cladi39 wrote: Fri Jul 12, 2019 6:16 am

Thanks soo much Mrtools but the setting seems to be different. Can you do the same setting? Thanks soo much.
On the other one the T3 period was 4 and the T3 hot was 1.5 and it was t3 original.

Re: Does this indicator repaint?

Posted: Fri Jul 12, 2019 9:30 am
by Cladi39
mrtools wrote: Fri Jul 12, 2019 6:28 am

On the other one the T3 period was 4 and the T3 hot was 1.5 and it was t3 original.
Thanks soo much for your patience Mrtools but look diffrent any way .Maybe something is difrent into the code of the indi i give you.

Re: Does this indicator repaint?

Posted: Fri Jul 12, 2019 10:22 am
by mrtools
Cladi39 wrote: Fri Jul 12, 2019 9:30 am

Thanks soo much for your patience Mrtools but look diffrent any way .Maybe something is difrent into the code of the indi i give you.
Don't know maybe try experimenting with the t3 original.

Re: Does this indicator repaint?

Posted: Sat Jul 13, 2019 1:02 pm
by JPeps
Hi, please could you check this indicator for repainting, i have looked at it in strategy tester and it seems like it does but from watching it on charts i havent seen it do so, some of its signals seem too good to be true. thanks, J

Re: Does this indicator repaint?

Posted: Sat Jul 13, 2019 5:48 pm
by ionone
JPeps wrote: Sat Jul 13, 2019 1:02 pm Hi, please could you check this indicator for repainting, i have looked at it in strategy tester and it seems like it does but from watching it on charts i havent seen it do so, some of its signals seem too good to be true. thanks, J
it reads the future, see "i - 1" at line 74 ? it reads one bar ahead

Re: Does this indicator repaint?

Posted: Sun Jul 14, 2019 12:11 pm
by mrtools
JPeps wrote: Sat Jul 13, 2019 1:02 pm Hi, please could you check this indicator for repainting, i have looked at it in strategy tester and it seems like it does but from watching it on charts i havent seen it do so, some of its signals seem too good to be true. thanks, J
This version shouldn't repaint.

Re: Does this indicator repaint?

Posted: Tue Jul 16, 2019 6:21 am
by Cladi39
This indicator repaint When candle close? Thanks soo much for your apreciated help.

Re: Does this indicator repaint?

Posted: Tue Jul 16, 2019 6:59 am
by mrtools
Cladi39 wrote: Tue Jul 16, 2019 6:21 am This indicator repaint When candle close? Thanks soo much for your apreciated help.
Yes it is a renamed super signal which has always been a repainter, which if i remember correctly was made as a joke.

Re: Does this indicator repaint?

Posted: Tue Jul 16, 2019 7:26 am
by Cladi39
mrtools wrote: Tue Jul 16, 2019 6:59 am

Yes it is a renamed super signal which has always been a repainter, which if i remember correctly was made as a joke.
This guy rename and indicator and claim for money contribution. Incredible.

Re: Does this indicator repaint?

Posted: Tue Jul 16, 2019 9:35 am
by pacois
Hi where I find highest, lowest are all repeaters, what is this code for mt4, will it be useful, does it make sense?

  Highest (NULL, 0, MODE_HIGH, i);
       Lowest (NULL, 0, MODE_LOW, i);