Page 31 of 36

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Wed Aug 24, 2022 10:17 pm
by wojtek
Does anyone have a script (open code) responsible for (default) setting windows / charts
in the MT4 terminal (Window -> Arrange Windows ALT + R).

I'm still looking for a script arranging charts in such a way that
I would have for example two columns with three rows in each column,
or two columns with 3 and 4 charts, respectively. Automatically,
as I can do it manually, but it will not be precise.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Thu Aug 25, 2022 12:15 pm
by mrtools
bbookgenius wrote: Thu Aug 25, 2022 7:11 am Hi everyone, this is my first post on the forum, so I hope I'm in the right place.
I wanted to start by saying thank you, since there is a lot of good content on the site.

I have two indicator enhancement requests.

First: bbsqueeze averages ---> I don't have the source code
Would it be possible to add a count on the number of candle/black dot that formed the range? In addition, if the count is higher than 20 (variable) draw a trendline on the high and low of this period which stretches over 6 hours (variable).

Second: ATR in Pips
Would it be possible to put it MTF?

Thanks!
Image
This is an mtf atr in pips that i have.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Thu Aug 25, 2022 12:25 pm
by mrtools
Rivabex wrote: Thu May 19, 2022 11:52 pm Hi

Is MT5 version of Daily Data 3_1 available

Thank You
Sorry for the late answer, just saw your post.

From Mladen Rakic:

The indicator displays in chart window the important data on current symbol.
Now is it possible to interact with indicator with a simple click of a mouse. It is implemented in this code in a way that something can be hidden or shown simply by clicking on the hide/show buttons.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Tue Aug 30, 2022 11:18 am
by bbookgenius
mrtools wrote: Thu Aug 25, 2022 12:15 pm This is an mtf atr in pips that i have.
Image
Hi, Mrtools
Do you have an ATR in Pips MTF for MT5 ?

Thanks.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Tue Aug 30, 2022 1:32 pm
by mrtools
bbookgenius wrote: Tue Aug 30, 2022 11:18 am Hi, Mrtools
Do you have an ATR in Pips MTF for MT5 ?

Thanks.
No sure don't.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Sat Oct 08, 2022 8:23 pm
by yoake
This is Horizontal trendline-drawing tool.
Press the button and a horizontal trend line appears.
All lines can be extended or shortened.
All lines can be hidden.

To delete them all, set [All delete] to True and apply indicator again.
Then [All delete] back to False.

I am not very good at analysis horizontal level.
What are you careful about when you draw horizontal line?

Tips:
If the line is no longer horizontal, press [Ray+] button. All line will be re-set with reference to the left edge.

Tips2 :
Renaming a line prevents it being erased.

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Sat Oct 08, 2022 9:56 pm
by andrei-1
wojtek wrote: Wed Aug 24, 2022 10:17 pm do it manually, but it will not be precise.
:eh: SPRule :thumbup:

It remains to remove the white frames and stripes in the basement. :lolno:

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Sun Oct 09, 2022 12:29 am
by wojtek
:) Yes, I have that script / indicator, too.
Before the version 500 of MT4, it was possible to arrange windows
in a few ways with one of the built in buttons which was then
removed in the next versions...

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Sun Oct 09, 2022 3:23 am
by andrei-1
I inserted it into the adviser (on H1). It is triggered automatically . And once an hour cleans the "market overview". When 30 terminals are open, you need to clean the market overview :Rofl: .

Re: MT4 Trading Utilities, Chart Tools & Add-ons

Posted: Wed Nov 02, 2022 8:53 am
by Go5
Hello!
Would it be possible to "combine" a custom-candle indicator with an APB presentation?
Example: H1 chart displays H2 APB candles. Or: M1 chart gives M10 APB candles...
You get the idea.

I know this can be done with offline charts but you would have to open loads of charts if you want to check multiple pairs or indices.
Would be nice if someone could crack this one...