Page 14 of 24

Re: BEST MT4 non-repainting indicators

Posted: Tue Nov 20, 2018 11:05 pm
by mntiwana
No comments
Simply posted Mladen's comments for to avoid confusing and or misleading users

Re: BEST MT4 non-repainting indicators

Posted: Tue Nov 20, 2018 11:15 pm
by bilbao
mntiwana wrote: Tue Nov 20, 2018 11:05 pm No comments
Simply posted Mladen's comments for to avoid confusing and or misleading users
ok understand

regard

Re: BEST MT4 non-repainting indicators

Posted: Thu Nov 22, 2018 11:13 pm
by FBI
Thanks Bilbao, and Mladen, great with trend.

Re: BEST MT4 non-repainting indicators

Posted: Fri Nov 23, 2018 12:00 am
by Ogee
Not wanting to highjack the thread but there are 4 tests you can do to check if an indicator recalculates or repaints without going through the code.

1/ Look in the indicator's 'inputs' tab. If you see 'Depth' 'Deviation' and 'Backstep' variables it's likely based on zig zag or similar and probably will repaint or at least back paint.

2/ As dear heart mntiwana has repeated a hundred times test on a 1 minute chart, let it run for half an hour taking screenshots every 10 min to compare at the end of the run.

3/ At the end of the run open the indicator list, select the indicator, press 'edit' then ok and close. This will reset as if restarted and look for the signal positions to jump places or disappear.

4/ Fast forward the indicator on a simulator that can handle custom indicators, that will show up repainting real quick.

Re: BEST MT4 non-repainting indicators

Posted: Fri Nov 23, 2018 12:14 am
by FBI
Yeah, great with trend, if trend up, repaints up, if trend down, repaints down.

Re: BEST MT4 non-repainting indicators

Posted: Fri Nov 23, 2018 2:35 am
by mntiwana
Ogee wrote: Fri Nov 23, 2018 12:00 am Not wanting to highjack the thread but there are 4 tests you can do to check if an indicator recalculates or repaints without going through the code.

1/ Look in the indicator's 'inputs' tab. If you see 'Depth' 'Deviation' and 'Backstep' variables it's likely based on zig zag or similar and probably will repaint or at least back paint.

2/ As dear heart mntiwana has repeated a hundred times test on a 1 minute chart, let it run for half an hour taking screenshots every 10 min to compare at the end of the run.

3/ At the end of the run open the indicator list, select the indicator, press 'edit' then ok and close. This will reset as if restarted and look for the signal positions to jump places or disappear.

4/ Fast forward the indicator on a simulator that can handle custom indicators, that will show up repainting real quick.
A little more when testing/checking recalculating and repainting issue
when analyzing by applying on M1 chart,try applying lower values for to get many more and fast signals,draw lines on signals (on arrows or where coloring changes) - then after a while refresh the indicator and you will be see what Holy Grail doing

Re: BEST MT4 non-repainting indicators

Posted: Sun Nov 25, 2018 10:18 pm
by bilbao
non lag mod

Re: BEST MT4 non-repainting indicators

Posted: Mon Nov 26, 2018 4:00 am
by bilbao
Envelopes CHANNEL

here:
Link deleted ....

Re: BEST MT4 non-repainting indicators

Posted: Mon Nov 26, 2018 2:03 pm
by wojtek
Hi Bilbao, could you please attach the indicator 'Envelopes CHANNEL' from your last post?
It looks somewhat like TMA, but it's interesting anyway.

Re: BEST MT4 non-repainting indicators

Posted: Mon Nov 26, 2018 6:47 pm
by Deez
wojtek wrote: Mon Nov 26, 2018 2:03 pm Hi Bilbao, could you please attach the indicator 'Envelopes CHANNEL' from your last post?
It looks somewhat like TMA, but it's interesting anyway.
It's a re-painter(but doesnt mean its bad)..search for CAP channel on MQL5..it's a free indicator if you want to try it out.