Page 336 of 366

Re: Indicators with ON/OFF buttons

Posted: Sat Feb 24, 2024 11:31 pm
by dwenblade
Dear Experts

Possible to add on/off buttons to this Indi .

Thank you

Re: Indicators with ON/OFF buttons

Posted: Mon Feb 26, 2024 6:07 pm
by ixion700
SijjiN wrote: Sat Feb 24, 2024 10:58 am I think I managed to fix it, now it seems to be working fine for me here.

Test to see if it works at your end.

:D
Looks like there is still something wrong. The color of a block changes every few seconds for me.

Re: Indicators with ON/OFF buttons

Posted: Mon Feb 26, 2024 8:03 pm
by SijjiN
ixion700 wrote: Mon Feb 26, 2024 6:07 pm Looks like there is still something wrong. The color of a block changes every few seconds for me.
Hi Buddy,

My level of coding on mql4 is very limited, none the less, I managed to find the routine that is causing to make the change in colours, and I just make the code ignore it.
Now it won't change colour anymore but the GAP will only have one colour not 2.

I hope it works for you.

Re: Indicators with ON/OFF buttons

Posted: Fri Mar 01, 2024 12:59 pm
by brendons
Greetings forex-station Crew.
When you have time a button request please for the attached lbr-paint-bars indicator.

Many thanks.

Regards,
Brendon.

Re: Indicators with ON/OFF buttons

Posted: Sat Mar 02, 2024 9:47 am
by kvak
brendons wrote: Fri Mar 01, 2024 12:59 pm Greetings forex-station Crew.
When you have time a button request please for the attached lbr-paint-bars indicator.

Many thanks.

Regards,
Brendon.
Hello, try this version....

Re: Indicators with ON/OFF buttons

Posted: Sat Mar 02, 2024 2:47 pm
by brendons
You Guys are Legends.
Thank you.

Re: Indicators with ON/OFF buttons

Posted: Tue Mar 05, 2024 12:36 am
by Rell4
Hello, could someone add the ON/OFF function with a button on this indicator, it would help a lot, thank you!

Re: Indicators with ON/OFF buttons

Posted: Tue Mar 05, 2024 1:29 am
by mrtools
Rell4 wrote: Tue Mar 05, 2024 12:36 am Hello, could someone add the ON/OFF function with a button on this indicator, it would help a lot, thank you!
Would need the original source code for that one since the version you posted is decompiled.

Re: Indicators with ON/OFF buttons

Posted: Mon Mar 18, 2024 11:14 am
by Rell4
mrtools wrote: Tue Mar 05, 2024 1:29 am Would need the original source code for that one since the version you posted is decompiled.
I understand, as I downloaded it on the internet I don't know where to find the supplier of this indicator, or the correct version of it, but it's okay, I managed to adapt another indicator to my strategy, and I also need to add the ON and OFF button option to it. , could you validate if it is possible to apply this attached indicator?

Re: Indicators with ON/OFF buttons

Posted: Thu Mar 28, 2024 5:15 pm
by ixion700
kvak wrote: Wed Feb 14, 2024 10:25 am Hello.
Added slope coloring and also final smoothing. Test it...
Hello dear @kvak. Recently I was thinking about RVI again. We know the main idea of RVI is to compare median body price to median(CO/HL). It is ok, but then what is this value compared to? To nothing! and I think it is a problem. This value should be compared to ATR. Both LWPI(OC/ATR) and CVI(MC/ATR) involve ATR in their calculation and that's why they work great! so why not follow the same road with RVI? I think the formula should be like this: (C-O/H-L)/ATR for the given period. After that maybe some normalization becomes necessary or maybe not. Hope this can catch your interest to look into, but anyway I would love to know what you think about the whole idea. Best regards and appreciation in forward.