Page 1626 of 2041

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 24, 2022 7:23 am
by mrtools
chris006 wrote: Wed Aug 24, 2022 5:51 am Google returned a post by mntiwana here: Removed link: Mod
The 2 files are attached.

There is also this post by pips4life with the other 3 files that I understand are newer versions:
Removed link: Mod

I have included the links because I guess to you the notes / explanations would be helpful. You could delete links from post or the post itself once you have them.
This version will compile with newer versions with this include file, about using it on other symbols, not very optimistic about it because the include file seems to have the basic currencies. Was able to remove the compile warnings and added more code for extra digits.

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 24, 2022 8:47 am
by chris006
Thanks for your attention, time and effort mrtools!

Attaching the compiled (ex4) indicator as well. (should work without the include file? downloaders please test)

Was hoping it could work on indices but after checking, still only works on currencies.

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 24, 2022 1:01 pm
by Chickenspicy
anyone have an advance decline indicator? cant find a download for mt4

EDIT : this is advance decline ration not the actual advance decline line itself ADL

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 24, 2022 4:44 pm
by Chickenspicy
could someone please help me figure out why when i click on it nothing happens is it code issue?

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 24, 2022 6:33 pm
by sal
mr.tools
can you please add M30, M15, M5 S/R levels !!

Re: MT4 Indicator requests and ideas

Posted: Wed Aug 24, 2022 6:48 pm
by dmnik
Hello! Convert the script to the MT4 indicator pliz and you need the on/off button Thank you!
The script places pending orders when the price reaches the specified level.

Example:
You want to set a SellStop at 1.2000 but only when the price hits 1.2500. At the same time, the current price is below 1.2000. At the moment, this cannot be done in the MT4 terminal by standard means. You throw the script at the price of 1.2500 (approximately, because after that you can shift the line and thus set the moment for opening orders). The script will set the line with the inscription Bid=1.2500 SellStop 1.2000 at the price where you threw it. This means that when the price reaches the level of 1.2500, the script will automatically set SellStop to 1.2000, with the stop loss and take profit specified in the parameters. In addition to a stop order, the script can set a limit order in the same way. After the script is set, all lines can be moved with the mouse and the unnecessary ones can be deleted in order to set it to the desired prices.

If you drop the script above the price, it will place SellStop and BuyLimit orders. If it is lower than the current price, then the script will place BuyStop and SellLimit.

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 25, 2022 1:20 am
by mrtools
sal wrote: Wed Aug 24, 2022 6:33 pm mr.tools
can you please add M30, M15, M5 S/R levels !!
Try Here

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 25, 2022 1:24 am
by mrtools
dmnik wrote: Wed Aug 24, 2022 6:48 pm Hello! Convert the script to the MT4 indicator pliz and you need the on/off button Thank you!
The script places pending orders when the price reaches the specified level.

Example:
You want to set a SellStop at 1.2000 but only when the price hits 1.2500. At the same time, the current price is below 1.2000. At the moment, this cannot be done in the MT4 terminal by standard means. You throw the script at the price of 1.2500 (approximately, because after that you can shift the line and thus set the moment for opening orders). The script will set the line with the inscription Bid=1.2500 SellStop 1.2000 at the price where you threw it. This means that when the price reaches the level of 1.2500, the script will automatically set SellStop to 1.2000, with the stop loss and take profit specified in the parameters. In addition to a stop order, the script can set a limit order in the same way. After the script is set, all lines can be moved with the mouse and the unnecessary ones can be deleted in order to set it to the desired prices.

If you drop the script above the price, it will place SellStop and BuyLimit orders. If it is lower than the current price, then the script will place BuyStop and SellLimit.
Image

Image
Not possible to place orders with an indicator.

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 25, 2022 7:11 am
by bbookgenius
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!

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 25, 2022 12:18 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
A mtf version of Atr in pips I posted here, about your first request I have no idea how to do that, sorry.