Page 1097 of 2170

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 2:16 am
by Devvasu525
mrtools
Sir please consider my request, i am waiting for your reply..link to my request is
viewtopic.php?p=1295418682#p1295418682

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 2:51 am
by dmnik
Please add fibo to the channel.

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 3:12 am
by mrtools
sal wrote: Tue Sep 08, 2020 11:33 pm mr.tools
Possible to check line of the indi..
line is not updating/missing and after refresh it will be appear on screen. can you please fix this issue.
This one i haven't tested but code wise it looks like it will work.

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 3:35 am
by mrtools
talaate wrote: Tue Sep 08, 2020 12:34 pm Mrtools
There is problem in the given indicator when trying to used in MTF mode. For instance at M15 frame and indicator at H1, the indicator never displayed and the MT4 freeze.
BB stops (new format) 1.3 text.ex4
This one seems better.

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 3:39 am
by mrtools
RomanUkraine wrote: Tue Sep 08, 2020 8:13 pm
Dear Mr.Tools. Please make it possible to paint one area (from 0 to 50) in one color of your choice. Example area on the screen
Not sure would need the indicator you want modified.

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 4:00 am
by RomanUkraine
mrtools wrote: Wed Sep 09, 2020 3:39 am

Not sure would need the indicator you want modified.
To immediately visually see what the trend is sell or buy. Please. So that every time the eyes "did not look for a long time" to where the indicator is now, below or above level 50.

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 4:22 am
by sal
mrtools wrote: Wed Sep 09, 2020 3:12 am

This one i haven't tested but code wise it looks like it will work.
thanks...

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 5:22 am
by mrtools
RomanUkraine wrote: Wed Sep 09, 2020 4:00 am

To immediately visually see what the trend is sell or buy. Please. So that every time the eyes "did not look for a long time" to where the indicator is now, below or above level 50.
Which indicator you want modified?

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 8:24 am
by Kiwi
Hi Mr Tools,

Is there any way you could shift this indicator a bit further to the right on the charts. The labeling and lines cover up to much of the latest candles.


Many thanks if you can help

Re: MT4 Indicator requests and ideas

Posted: Wed Sep 09, 2020 11:57 am
by mrtools
Kiwi wrote: Wed Sep 09, 2020 8:24 am Hi Mr Tools,

Is there any way you could shift this indicator a bit further to the right on the charts. The labeling and lines cover up to much of the latest candles.

Daily Pivot.png


Pivot Points & day levels.mq4

Many thanks if you can help
This setting here extern int M1M5M15TimesShifted = 10; will shift things to the right, I changed it to 50 and got this.