Page 1685 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 2:28 am
by Jedidiah
mrtools wrote: Sat Oct 29, 2022 2:10 am
Hi Honje,
So, you are looking for the indicator to draw a vertical line when the rsi price line crosses 50 and the market base line is greater than 50, sorry just want to make sure before continuing.
Dear Mr. Tool,
my request does not require a judgment that the RSI LINE also crosses 50LINE and whether it is above or below the market baseline. ,, there is only one requirement, which is to judge whether the market baseline is above or below 50LINE. then display the vertical bar signal
Gratitude
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 2:39 am
by mrtools
honje19960321 wrote: Thu Oct 27, 2022 10:22 pm
Dear Mr. Tools,
I have another idea to upgrade TDI. Please help me make it happen if you have time.
Upgrade request:
1. The yellow market baseline is above 50 LINE, and the same vertical line signal (Lime) as XARD's RSIOMA is displayed in the window,
2. The yellow market baseline is below 50 LINE, and the same vertical line signal (RED) as XARD's RIOMA is displayed in the window.
Gratitude
Had to look in the code again to refresh my memory, the market base line fill is when the market base line is above 55 is bullish and below 45 is bearish, the simple thing to do would be to change it to 50. Reason I am saying this is because there are only 63 characters allowed for mtf call and we are right there now, don't think I can add the lines without going over that.
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 2:44 am
by Jedidiah
mrtools wrote: Sat Oct 29, 2022 2:39 am
Had to look in the code again to refresh my memory, the market base line fill is when the market base line is above 55 is bullish and below 45 is bearish, the simple thing to do would be to change it to 50. Reason I am saying this is because there are only 63 characters allowed for mtf call and we are right there now, don't think I can add the lines without going over that.
Then please delete the judgment between 55-45 and change it to the judgment of 50LINE. Please also delete the WAIT in the text label.
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 3:44 am
by mrtools
honje19960321 wrote: Sat Oct 29, 2022 2:44 am
Then please delete the judgment between 55-45 and change it to the judgment of 50LINE. Please also delete the WAIT in the text label.
Posted a version here
Tdi indicators
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 4:18 am
by Sepo
Can anyone please direct me to a good confirmation filter indicator on the forum.
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 11:19 am
by tank.turner2
Hello Mr. Tools and all the great programmers and traders. I have a free indicator called Grid Builder. I was wondering if you guys can kindly add a ON/OFF button to it. Also line colour change capability. ty in advance.
Re: MT4 Indicator requests and ideas
Posted: Sat Oct 29, 2022 2:29 pm
by acer777
Dear Mr.Tools and Kvak
I hope you both are doing fine. I have a request for you. Could you please add alert functionality along with mobile and Email notifications to the attached indicator. One more request, please add candles color also, default it is only line or dots having color. If possible could you please add a candle counter whenever there is a new alert, so that it will be easier for me to understand how many candles are formed after a new alert. Thank you.
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 30, 2022 2:33 am
by PumbaPLS
MA + ADX filtered BT
Request
Could you please add 4 additional (so overall 5) MA periods to it?
They dont need individual MA type options.
I would just need to change their Periods indepedently!
I only have the ex file, but I believe its an indicator made by you! (I hope)
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 30, 2022 2:41 am
by kvak
PumbaPLS wrote: Sun Oct 30, 2022 2:33 am
MA + ADX filtered BT
Request
Could you please add 4 additional (so overall 5) MA periods to it?
They dont need individual MA type options.
I would just need to change their Periods indepedently!
I only have the ex file, but I believe its an indicator made by you! (I hope)
Dont understand....
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 30, 2022 2:46 am
by PumbaPLS
kvak wrote: Sun Oct 30, 2022 2:41 am
Dont understand....
I basically want to make it as an guppy style indicator.
5 averages with different periods.
Right now I would need to put the same indicator 5times on the chart to get what I want, but then I also have 5 buttons on my screen.
So I would like to have additional moving averages added to it.