Page 301 of 2042

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 3:42 am
by PREETHI
sal wrote: Sat Feb 24, 2018 2:46 am hi Mr.Tools
an interesting indicator ! but is commerical .. is the smiliar available in our forum... :)
eatures:
>>>>>>>
the signals are given on "Pin Bars", which indicate a trend reversal
with the help of the filters, only the best "Pin Bars" are selected for the signals
does not redraw on closed bars
optimum operation algorithm, therefore the terminal does not "freeze"

Sell signals only appear above the МА ± ATR×Coeff channel, and the buy signals occur only below the МА ± ATR×Coeff channel


Input Parameters:

Filter 1: Maximum of Bars - signal "Pin Bar', must be the extremum for the specified amount of bars
Filter 2: MA Period - МА period for the channel calculation
Filter 2: ATR Period - the Average True Range indicator period for the channel calculation
Filter 2: ATR Coeff - ATR value multiplier for the channel width correction
Indicator please

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 8:11 am
by Princeud
good day guys pls can someone help me modify this indicator thanks

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 8:55 am
by Princeud
Sorry guys for not explaining things needed to be fix in that indicator
1) it's an arrow indicator that repaint on the chart but when back testing it does not repaint pls guys can someone fix it to stop repainting and to work normal like when it is been backestest
2) the sound is very poor pls guys improve the sound to be normal
3) when applied the indicator on the chart you can only see 6 previous arrow ONLY guys pls fix it so we can see all the past signal given by it up to 500bars ago
Thank you guys wish you good luck

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 9:16 am
by Kathy McGarry
Good morning MrTools,

Attached is an indicator I came across which reflects the pip distance from the daily open.

Would you please be able to code a similar indicator, but to reflect a breach of the previous day high or low, with the pip distance away from the break, inclusive of the usual set of alerts?

Kind regards and thanks

Kath

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 3:31 pm
by mntiwana
Princeud wrote: Thu Mar 01, 2018 8:11 am good day guys pls can someone help me modify this indicator thanks
Looks like a decompiled code but experts can better explain

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 5:07 pm
by vvFish
Help me find the indicator

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 6:50 pm
by shaileshm
Hi guys, is it possible to have TMA channel with a extrapolator added to it? Hopefully in MTF version.

Regards,

s

Re: MT4 Indicator requests and ideas

Posted: Thu Mar 01, 2018 11:35 pm
by Tsar
vvFish wrote: Thu Mar 01, 2018 5:07 pm Help me find the indicator

Here you go ... :)

This is a costume Bollinger Squeeze indicator with Stochastic ; CCI and RSI options.

Why do you need this indicator ? There is any other the New Bolinger Squeeze ?



NOTE
When Compiled I found 2 Warnings :
- declaration of 'limit' hides global declaration at line 56.
- not all control paths return a value.

Re: MT4 Indicator requests and ideas

Posted: Fri Mar 02, 2018 12:26 am
by Nurlan Karimov
Mister Mladen!
Добавьте пожалуйста алерт на стрелки
Заранее спасибо

Re: MT4 Indicator requests and ideas

Posted: Fri Mar 02, 2018 12:58 am
by pacois
Tsar wrote: Thu Mar 01, 2018 11:35 pm


Here you go ... :)

This is a costume Bollinger Squeeze indicator with Stochastic ; CCI and RSI options.

Why do you need this indicator ? There is any other the New Bolinger Squeeze ?



NOTE
When Compiled I found 2 Warnings :
- declaration of 'limit' hides global declaration at line 56.
- not all control paths return a value.
I'm not an expert, but I've deleted the notices, try how it works.