Posted here RounderFXSurf wrote: Thu Feb 18, 2021 11:37 pm I ran across the Mano Rounder and like the alerts on round number functions. Anyone know how to add push notifications to it?
Indi posted here: viewtopic.php?p=1295369861#p1295369861
Re: MT4 Indicator requests and ideas
12222Hi, I would be very grateful if a genius can please add arrows to the attached indicator. This is a Forex Station indicator. Thanks
Re: MT4 Indicator requests and ideas
12223Try here, added the colored histogram Macd Rsi.Beastie wrote: Thu Feb 18, 2021 8:29 am Dear Mr Tools,
Would it be possible to do the same cosmetic enhancements to the 'MACD - RSI Adaptive Colored Line - filtered 1.3' as you did to the Jurik Volty Bands for me please? Namely, adding colour options to the histogram so that it is one colour above the zero line and an alternate colour when below, as well as adding an extened list of averages for extra tweaking potential please.
Cheers man!
Re: MT4 Indicator requests and ideas
12224Thanks man, I really appreciate this. Please let me know if you ever get to adding the list of averages to it. I'm experimenting with it as a signal filter rather than signal provider so I'm keen to see what the extra tweaking features could yield.
Cheers!
Re: MT4 Indicator requests and ideas
12225Прошу прощения. Я не воровал - а скачал. Не пользуюсь. Я не программист и не умею "ломать коды". Эта система есть в свободном доступе, могу Дать ссылку – Вы там разбирайтесь сами кто что сделал.blonde wrote: Fri Feb 19, 2021 5:11 am
Роман!
Если Вы поставили в свой ник страну Украина, то будьте так любезны (будьте так ласкаві) не распространять ворованные коды (они ещё называются декомпилы, decompile files), а то обидно за страну.
_________________________________________________________________________
read this topic carefully viewtopic.php?t=8472960
Обновление
Увидел что парень постоянно задает вопросы и чем-то недоволен. Нашел и выложил. Еще и инструкция была. Попросите удалить тогда. Удалил.
- These users thanked the author RomanUkraine for the post:
- blonde
Re: MT4 Indicator requests and ideas
12226Hi Mrtools,
Could you please add on/off button to this indicator? Thanks for your help.
Could you please add on/off button to this indicator? Thanks for your help.
Re: MT4 Indicator requests and ideas
12227mr.tools/expertcoders
possible to modify the CCI divergence
the diverence consider as below for DOWN ARROW
type 1
Higher to Higher price slope up or equal when CCI line upplier line from above to Below
possible to modify the CCI divergence
the diverence consider as below for DOWN ARROW
type 1
Higher to Higher price slope up or equal when CCI line upplier line from above to Below
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
12228
HI Mr Tool,
Hi, Can u code a indicator which has following specification seen on trading view. indi is <50 % body candle
the candles shud be such that we can change body color
and on period converter to make the offline chart like a 3 min chart it works
the following is how they made it
//Colors candles with body less than 50% of range of candle
study(title = "<50% body candle", overlay = true)
candr = high-low
bodyr = open-close
borat = (bodyr*100/candr)
barcolor (borat>-50 and borat <50 ? white : na)
thanks
regards

Hi, Can u code a indicator which has following specification seen on trading view. indi is <50 % body candle
the candles shud be such that we can change body color
and on period converter to make the offline chart like a 3 min chart it works
the following is how they made it
//Colors candles with body less than 50% of range of candle
study(title = "<50% body candle", overlay = true)
candr = high-low
bodyr = open-close
borat = (bodyr*100/candr)
barcolor (borat>-50 and borat <50 ? white : na)
thanks
regards

Re: MT4 Indicator requests and ideas
12229Often I use this indicator..I need to modify the timezone to adjust manually the open line and the pivots points.
Is it possible?
Is it possible?
Timing is all
Quando tutto sembrava perduto ho guardato in faccia la sconfitta e ho trovato la speranza
Quando tutto sembrava perduto ho guardato in faccia la sconfitta e ho trovato la speranza
WAD with only one MA not three
12230
Hi guys!
Can someone please adjust this indicator so that it has just one moving average. Currently contains three.
Thank you!
Can someone please adjust this indicator so that it has just one moving average. Currently contains three.
Thank you!