Page 1531 of 2045

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 17, 2022 12:56 am
by offi
Hi, I ask you to please help me in this simple code that shows green and red vertical lines and that's okay, but it shows a lot, I wish it only showed one green and one red alternating. Thanks

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 17, 2022 1:10 am
by Mrs.Watanabe
mrtools wrote: Thu Apr 07, 2022 1:45 pm Looks out of my coding abilities, sorry. Hopefully someone will be able to help.
This one?

viewtopic.php?p=1295414530#p1295414530

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 17, 2022 11:44 am
by whyhui
hello,anyone have this indicator?thank you!!!、、

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 17, 2022 1:45 pm
by mrtools
whyhui wrote: Sun Apr 17, 2022 11:44 am hello,anyone have this indicator?thank you!!!、、
Image
Which one?

Re: MT4 Indicator requests and ideas

Posted: Sun Apr 17, 2022 5:48 pm
by whyhui
mrtools wrote: Sun Apr 17, 2022 1:45 pm Which one?
the seperate indicator,thank you

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 18, 2022 12:02 am
by xzerax
so this is my idea when divergence arrow appear we enter on the next candel call or put depending on divergence type ... one problem is divergence arrow appear only when the next candel moves an x amount of point toward the divergence arrow than arrow will be plotted on privous candel and normally before current candel is closed .. i need you help to make divergence appear on same candel when divergence accure and we take the next candel to trade .. i backtested it on my idea rules i had more than 80% winrate on every single pair no matter what .. i need you aid fellow traders .. see pic please :)

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 18, 2022 12:22 am
by optionhk
optionhk wrote: Mon Mar 28, 2022 1:35 am A gentle reminder for mrtools and other programmers.
A gentle reminder for mrtools.

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 18, 2022 12:57 am
by mrtools
whyhui wrote: Sun Apr 17, 2022 5:48 pm the seperate indicator,thank you
Image
Sorry probably not a whole lot of help, but looks like some sort of multi-colored Osma with a signal line.

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 18, 2022 8:41 am
by tkhanfx
xzerax wrote: Mon Apr 18, 2022 12:02 am so this is my idea when divergence arrow appear we enter on the next candel call or put depending on divergence type ... one problem is divergence arrow appear only when the next candel moves an x amount of point toward the divergence arrow than arrow will be plotted on privous candel and normally before current candel is closed .. i need you help to make divergence appear on same candel when divergence accure and we take the next candel to trade .. i backtested it on my idea rules i had more than 80% winrate on every single pair no matter what .. i need you aid fellow traders .. see pic please :)
Image
From my understanding, what you are asking for is a technical impossibility. i will explain in very simple terms

The divergence value is derived from previous confirmed price values, which will be the last candle that was formed, and the current candle's price values. The indicator "looks back" to what was the last high/low price point and when the value changes depending on current price movements, a point of divergence is signaled. So for the indicator's functional calculation, it needs to account for atleast 2 candles, if that is changed it will not read values the same and will be an entirely different calculation resulting in entirely different signals

But, if anyone knows how to do the technically impossible, it's Mr.Tools

Good luck

Re: MT4 Indicator requests and ideas

Posted: Mon Apr 18, 2022 11:43 am
by ms123
Dear Sir,
Does any one has an indicator like "fractals" on mt4, but instead of using 5 candles calculation, only uses 3 candles calculation ?
Thank you.