Page 2138 of 2170
Re: MT4 Indicator requests and ideas
Posted: Fri Jun 06, 2025 10:36 pm
by Jimmy
Starter02 wrote: Fri Jun 06, 2025 9:43 pm
Hi @mrtools
Please help
I have an indicator here, the only purpose of this indicator is to capture the last 20 candlesticks excluding the present candlestick.
Kindly make this indicator multi-time frame and draw it not as background,just a box, like the screenshot.
I attached the indicator.
Thank you
Moved your post to the correct topic!
Re: MT4 Indicator requests and ideas
Posted: Fri Jun 06, 2025 11:33 pm
by Starter02
HI @Jimmy
Im sorry but where can I post my request?
Re: MT4 Indicator requests and ideas
Posted: Fri Jun 06, 2025 11:39 pm
by Jimmy
Starter02 wrote: Fri Jun 06, 2025 11:33 pm
HI @Jimmy
Im sorry but where can I post my request?
Here in this topic.
Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 2:51 am
by mrtools
Starter02 wrote: Fri Jun 06, 2025 9:43 pm
Hi @mrtools
Please help
I have an indicator here, the only purpose of this indicator is to capture the last 20 candlesticks excluding the present candlestick.
Kindly make this indicator multi-time frame and draw it not as background,just a box, like the screenshot.
I attached the indicator.
Thank you
Hello, did this version, not sure if I did you any good though, and not able to add mtf to that indicator.
Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 6:08 am
by 88FX88
Starter02 wrote: Fri Jun 06, 2025 9:43 pm
Hi @mrtools
Please help
I have an indicator here, the only purpose of this indicator is to capture the last 20 candlesticks excluding the present candlestick.
Kindly make this indicator multi-time frame and draw it not as background,just a box, like the screenshot.
I attached the indicator.
Thank you
Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 6:21 am
by 88FX88
88FX88 wrote: Sat Jun 07, 2025 6:08 am
Strange, I want to add a file, but I can't attach it. I'll try tomorrow. I have this version in MTF, it works on every TF higher with lower and lower with higher and on renko and other offline candles. I'll try to attach the file tomorrow.
Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 9:39 am
by Jimmy
88FX88 wrote: Sat Jun 07, 2025 6:21 am
Strange, I want to add a file, but I can't attach it. I'll try tomorrow. I have this version in MTF, it works on every TF higher with lower and lower with higher and on renko and other offline candles. I'll try to attach the file tomorrow.
Hey, what kind of file is it? Our site's security has been increased for the time being which can cause files with certain characters not to upload (as announced
here).
Sorry for the troubles.
Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 1:10 pm
by 88FX88
Jimmy wrote: Sat Jun 07, 2025 9:39 am
Hey, what kind of file is it? Our site's security has been increased for the time being which can cause files with certain characters not to upload (as announced
here).
Sorry for the troubles.
Hi Jimmy, it's a regular .ex4 file, I just added it a moment ago. I edited my previous post. The pointer name had spaces between letters, that was the reason the file wasn't loading. I combined the characters in the name and the file loaded without a problem

Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 2:57 pm
by sal
sal wrote: Thu May 29, 2025 12:08 am
mr.tools
can you please MTF & add option for mtf arrows appear
"arrows appear on first mtf bar -true/false"
its an interesting indicator which give me a exact position for 1or 2 bar expiry. promising

if someone can develop idea mtf , welcome
Re: MT4 Indicator requests and ideas
Posted: Sat Jun 07, 2025 6:35 pm
by Neon07
Hi Mr.Tools I would like to share this idea because I saw that EA systems like this has no features like the one I will mention below:
Instructions for MT4 EA – Auto Buy/Sell Stops with One Click
Main Purpose:
I want an EA (Expert Advisor) that does the following:
Places many Buy Stop or Sell Stop orders with one click
Lets me choose how many orders
Lets me choose the space between orders (in pips)
Lets me close all trades with one click
---
What the EA must have:
1. Buttons on the MT4 chart
There should be four buttons:
1. "Buy Stops" button
When I click it:
It should place 5 or 10 Buy Stop orders (I can choose the number)
The first Buy Stop must start 5 pips above the current market price
The rest must be 5 pips apart from each other
2. "Sell Stops" button
When I click it:
It should place 5 or 10 Sell Stop orders
The first Sell Stop must start 5 pips below the current market price
The rest must be 5 pips apart from each other
3. "Delete All Pending Orders" button
When I click it:
It should remove all Buy Stop and Sell Stop orders
It should not touch open trades
4. "Close All Trades" button
When I click it:
It should close all open trades
This includes both Buy and Sell trades (market orders)
---
Examples:
Example for Buy Stop (if price is 1.2000):
1st Buy Stop: 1.2005
2nd Buy Stop: 1.2010
3rd Buy Stop: 1.2015
4th Buy Stop: 1.2020
5th Buy Stop: 1.2025
Example for Sell Stop (if price is 1.2000):
1st Sell Stop: 1.1995
2nd Sell Stop: 1.1990
3rd Sell Stop: 1.1985
4th Sell Stop: 1.1980
5th Sell Stop: 1.1975
---
2. EA Inputs (Settings)
In the EA inputs (settings panel), I should be able to choose:
Number of orders (example: 5 or 10)
Distance between orders (in pips, example: 5 pips or 10 pips)
Lot size for each order (example: 0.01 or 0.10)
Stop Loss (SL) in pips (example: 10 pips)
Take Profit (TP) in pips (example: 20 pips)
---
3. Important Notes
All orders must be pending orders (not instant market orders)
The EA should only place new orders when I click the button
If orders are already on the chart, it should not add more unless I click again
The “Close All Trades” button must close all active trades, but it must not delete pending orders
The “Delete All Pending Orders” button must only remove pending orders (Buy Stop and Sell Stop), but it must not touch open trades
---
Do we already have this EA system? I apologize for the long message, I just came back here after a few years passed and I forgot how this community works. Kindly help me achieve this. Thank you so much