Page 2060 of 2170

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 15, 2024 4:11 am
by mrtools
sal wrote: Sun Jul 14, 2024 5:32 pm Mr.tools
can you please add vertical line signal option for arrows
Try here.

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 18, 2024 8:30 pm
by Lwqa
Dear Coders 🙋🏽‍♂️! Can you make the Zizzag line disappear on this indicator 🙏🏾 while keeping it better visually. Many thanks in advance!

Re: MT4 Indicator requests and ideas

Posted: Thu Jul 18, 2024 8:34 pm
by Jimmy
Lwqa wrote: Thu Jul 18, 2024 8:30 pm Dear Coders 🙋🏽‍♂️! Can you make the Zizzag line disappear on this indicator 🙏🏾 while keeping it better visually. Many thanks in advance!
Moved your post to the correct section as it has nothing to do with the indicator or conversation you've "quoted".

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 19, 2024 12:46 am
by mrtools
Lwqa wrote: Thu Jul 18, 2024 8:30 pm Dear Coders 🙋🏽‍♂️! Can you make the Zizzag line disappear on this indicator 🙏🏾 while keeping it better visually. Many thanks in advance!
With the type of button used if something is added to turn the button on/off every click the zigzag will reappear, so not sure what to do in this case.

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 19, 2024 5:02 am
by Steam1
Hi Mrtools and other coders, If possible can you add other RSI methods to this indicator please
Thank you Steam1

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 19, 2024 10:31 am
by mrtools
Steam1 wrote: Fri Jul 19, 2024 5:02 am Hi Mrtools and other coders, If possible can you add other RSI methods to this indicator please
Thank you Steam1
Sorry, the rsi's that are there are done completely differently and the versions I have will not work.

Re: MT4 Indicator requests and ideas

Posted: Fri Jul 19, 2024 7:03 pm
by Lwqa
mrtools wrote: Fri Jul 19, 2024 12:46 am With the type of button used if something is added to turn the button on/off every click the zigzag will reappear, so not sure what to do in this case.
Thank you for trying 🙏🏾

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 21, 2024 12:49 am
by sal
Dear Mr.tools
Can you make peak &valley for stoch indicator signal same as the attached RSI indicator. if you have any please share

rsi-indicators-for-mt4-t8413428-350.html

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 21, 2024 1:47 am
by mrtools
sal wrote: Sun Jul 21, 2024 12:49 am Dear Mr.tools
Can you make peak &valley for stoch indicator signal same as the attached RSI indicator. if you have any please share

rsi-indicators-for-mt4-t8413428-350.html
Sorry not understanding.

Re: MT4 Indicator requests and ideas

Posted: Thu Aug 01, 2024 5:58 pm
by Intrest 1
To display swap for any instrument, you need to add the following lines to the code of any indicator:

Comment(
«SWP_LONG „+MarketInfo(Symbol(), MODE_SWAPLONG) + “ | SWP_SHORT „+MarketInfo(Symbol(), MODE_SWAPSHORT) );


Is it possible to make the swap appear for all MetaTrader 4 instruments?