Page 2007 of 2042

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 21, 2024 2:43 pm
by mrtools
Woodyz wrote: Wed Feb 21, 2024 2:40 pm Ok, I tried that but didn't make any difference.
Look to be fair I can work with it as it is.
This one is working for me.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 21, 2024 3:33 pm
by Woodyz
mrtools wrote: Wed Feb 21, 2024 2:43 pm This one is working for me.
Yeah I got it.....My fault initially I only changed 95 and commented................Sorry mate

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 22, 2024 2:44 am
by Forex4tune
Hello everyone I have a strategy that uses gaan grid but mt4 manual drawing of grid is sometimes misaligned,I'd like 45 degree angles to snap to pips round numbers or high low of the specified time frame, the are two indicators that I would like to add this feature, grid indicator and bigger ohlc indicator as these indicators have a auto object delete and look back, I don't have any coding experience, please help

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 22, 2024 9:14 am
by CarneiroVoador
Hi Mr. Tools,

Can you please add buffers to this indicator? I tried to code this but as im not a coder... ive reached my intellectual limits... :D :D :D :D :D :D

i want to put a sell buffer when price touched the Supply zone, and a buy buffer when the price touched the Demand zone...

Thank you very much 🙏

Re: MT4 Indicator requests and ideas

Posted: Thu Feb 22, 2024 9:55 am
by mrtools
CarneiroVoador wrote: Thu Feb 22, 2024 9:14 am Hi Mr. Tools,

Can you please add buffers to this indicator? I tried to code this but as im not a coder... ive reached my intellectual limits... :D :D :D :D :D :D

i want to put a sell buffer when price touched the Supply zone, and a buy buffer when the price touched the Demand zone...

Thank you very much 🙏
Looks like it has supply/demand touch buffers already.

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 23, 2024 4:21 am
by TEAMTRADER
I appreciate that evenyone has had 'a go' at this indicator but the one thing that I needed was an improvement in the black traplines (rays) to make them size 2 rather than size 1.
Is there a simple way of doing this?
I think the code is this ------------
ObjectSet(Rem,OBJPROP_COLOR,Black);
ObjectSet(Rem,OBJPROP_WIDTH,3-MathMax(4,Step));
but nothing I can do seems to change the width of the black ray.
Thanks if it can be done.
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 23, 2024 7:07 pm
by johnere
256robertm wrote: Mon Feb 12, 2024 5:17 pm Could someone please create a indicator that alerts when align....saw on russ horn twitter
MACD RSI combo example : MACD trend is up(blue line is above 0), when MACD momentum is bullish(green histo) and RSI crosses 55 level, we get a buy signal
note the macd signal line is blacked out.....vice versa for sells blue line below 0 histo red rsi below 45
Check it out, share your best settings...

Re: MT4 Indicator requests and ideas

Posted: Fri Feb 23, 2024 8:12 pm
by SijjiN
TEAMTRADER wrote: Fri Feb 23, 2024 4:21 am I appreciate that evenyone has had 'a go' at this indicator but the one thing that I needed was an improvement in the black traplines (rays) to make them size 2 rather than size 1.
Is there a simple way of doing this?
I think the code is this ------------
ObjectSet(Rem,OBJPROP_COLOR,Black);
ObjectSet(Rem,OBJPROP_WIDTH,3-MathMax(4,Step));
but nothing I can do seems to change the width of the black ray.
Thanks if it can be done.
TEAMTRADER
Yoo Buddy,

This was the best I could do.
Hope is what you need.

Enjoy :razz:

Re: MT4 Indicator requests and ideas

Posted: Mon Feb 26, 2024 11:54 pm
by CarneiroVoador
mrtools wrote: Thu Feb 22, 2024 9:55 am Looks like it has supply/demand touch buffers already.
No, i tried to make it work, but the buffer are not working properly... I tried to use the ChatGPT but it didn't work 😕

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 28, 2024 9:26 pm
by Mescalito
Can someone add parameters to this indicator please?