Search found 10 matches

Re: MT4 Indicator requests and ideas

Hi, I am looking for a 'Moving Average' indicator with the possibility of setting the deviation where an arrow appears every time the price exceeds it. You can help me? thanks I am attaching an image to clarify what I have in mind. (I sincerely thank those who will be able to help me in the creation ...

Re: Ichimoku Indicators for MT4

Hi Mrtools, See the buffers int init() { IndicatorBuffers(8); SetIndexBuffer(0,UpH); SetIndexStyle(0,DRAW_HISTOGRAM); SetIndexLabel(0, "UpH"); SetIndexBuffer(1,DnH); SetIndexStyle(1,DRAW_HISTOGRAM); SetIndexLabel(1, "DnH"); SetIndexBuffer(2,NuH); SetIndexStyle(2,DRAW_HISTOGRAM); SetIndexLabel(2 ...

Re: MT4 Indicator requests and ideas

lucmat wrote: Wed May 15, 2019 8:52 pm Hello mrtools and all,
could you take a look at this indicator?
I need to refresh it to make it updated to the last bar.
Also, is it possible to draw it in advance {or shift it in the future}?
Thanks a lot

LucmatBattleplan.mq4FxPro - MetaTrader 4.png
Do you have any update of this indicator?

Return to the advanced search