Page 373 of 2170

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 9:43 pm
by binarytrades
PREETHI wrote: Mon Jul 09, 2018 9:25 pm

Recalculating in every candle. Use with other non repainting indicators.
thanks, i want to use with another indicator, but wants to confirm the way its working.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 10:45 pm
by binarytrades
Mr Mladen and Mrtool can you please help me reform this indicator to be NRP a friend share the indicator with me. few days ago but its repainting

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 12:56 am
by mrtools
Deez wrote: Mon Jul 09, 2018 8:56 pm Hi MrTools..can you please add alerts to this indicator.

Thanks for all you time.
That's a repainting version of ma cross there's a lot of version non repainting that have alerts here in the forum.

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 12:58 am
by mrtools
binarytrades wrote: Mon Jul 09, 2018 10:45 pm Mr Mladen and Mrtool can you please help me reform this indicator to be NRP a friend share the indicator with me. few days ago but its repainting
Would need a version that isn't decompiled.

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 1:26 am
by PREETHI
mrtools wrote: Mon Jul 09, 2018 7:03 am

Added divergence with alerts.
hi,mrtools,kindly add one more alert when zero line cross. Thank you in advance

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 1:57 am
by pcxpert
Dear Mladen, kindly look at this indicator: (MP) Market Profile.ex4 . My question:
- would it be possible to program 'S/R lines or zones' in a new indicator based on the Market Profile.ex4 indicator?
- Does an indicator already exist that shows single S/R lines (on the chart) based on Market Profile?

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 2:06 am
by Jimmy
pcxpert wrote: Tue Jul 10, 2018 1:57 am Dear Mladen, kindly look at this indicator: (MP) Market Profile.ex4 . My question:
- would it be possible to program 'S/R lines or zones' in a new indicator based on the Market Profile.ex4 indicator?
- Does an indicator already exist that shows single S/R lines (on the chart) based on Market Profile?
Welcome to the forum. Can you post the source code (MQL4) file?

PS: There's quite a few market profile indicators here on Forex Station. Have a good look around and you'll find what you're looking for as bilbao, various other contributors and myself have posted market profile indicators in the past.

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 6:26 am
by binarytrades
mrtools wrote: Tue Jul 10, 2018 12:58 am

Would need a version that isn't decompiled.
how do i know the version that is not decompiled

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 3:13 pm
by binarytrades
hello Mr Mladen and Mrtool please find attached, an indicator i downloaded online but am seeing it repainting/changing position i need it fixed sirs hope its not decompiled too.thanks in anticipation

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 10, 2018 4:59 pm
by mrtools
binarytrades wrote: Tue Jul 10, 2018 3:13 pm hello Mr Mladen and Mrtool please find attached, an indicator i downloaded online but am seeing it repainting/changing position i need it fixed sirs hope its not decompiled too.thanks in anticipation

Sorry it's decompiled, when you see this in the code

bool Gi_100 = FALSE;
bool Gi_104 = FALSE;
bool Gi_108 = FALSE;
bool Gi_112 = FALSE;
int Gi_116 = 0;
bool Gi_120 = FALSE;
bool Gi_124 = FALSE;

that is the language the decompiler turns the regular code into.