Page 321 of 371

Re: Indicators with ON/OFF buttons

Posted: Mon Oct 30, 2023 1:54 pm
by sal
expert
can you please add on/off button !

Re: Indicators with ON/OFF buttons

Posted: Thu Nov 02, 2023 3:41 am
by 太虚一毫
kvak wrote: Fri Jul 29, 2022 8:18 am Make this version, two histogram.
Lower is momentum, upper rsi.
Momentum histogram is now 3 state. Lower histogram is original regularized momentum for compare.
Image
regularized momentum filtered rsi histo BT is a very good indicator! :thumbup:

It is also very interesting to believe that it is also very interesting to replace RSI filtered with Smoothed Repulse histo.

If the teacher has time, you can consider it.

The merit is immeasurable!

Re: Indicators with ON/OFF buttons

Posted: Sun Nov 05, 2023 9:54 pm
by 太虚一毫
kvak wrote: Thu Jul 07, 2022 8:07 am And here is combo squezed ma with RSI.
Image

Image

In my opinion, this set of indicators is still one of the best indicators in 2023. :thumbup:

The only flaw in its display is: the gray part, which can be distinguished into long continuation and short continuation (that is, it can be added as light green and light red).

Looking forward to kvak's old thoughts.

The merit is immeasurable!

Re: Indicators with ON/OFF buttons

Posted: Fri Nov 10, 2023 1:45 am
by 太虚一毫
The Squezed MA indicator, which is used on the 1-minute chart, has fewer signals. It's weird!

Re: Indicators with ON/OFF buttons

Posted: Fri Nov 10, 2023 2:53 am
by 太虚一毫
(squize_ma_2.mq4)

extern int MaDifrential = 5;

What does this line of code, the size of the number, mean?



The master's algorithm seems to be completely different?

Re: Indicators with ON/OFF buttons

Posted: Fri Nov 10, 2023 10:34 am
by kvak
太虚一毫 wrote: Sun Nov 05, 2023 9:54 pm In my opinion, this set of indicators is still one of the best indicators in 2023. :thumbup:

The only flaw in its display is: the gray part, which can be distinguished into long continuation and short continuation (that is, it can be added as light green and light red).

Looking forward to kvak's old thoughts.

The merit is immeasurable!
I post new version HERE.
If you are interested, I make histogram version too.
In new version is possible use ATR to calculate squeez ( Try it in 1 min tf, maybe it will be better).

Re: Indicators with ON/OFF buttons

Posted: Sat Nov 11, 2023 8:04 am
by kvak
New versions of Squezed MA and squezed ma filtered with RSI.
I rewrite histogram version too.
There are two news, I added standard deviation to calculation "squeze" for experimenting.
And added new menu " percent from calculation " - it is working for all type calculation and reduce value from calculation by percent. ( 100% = calculation without reducing).

and added button to both versions.

Re: Indicators with ON/OFF buttons

Posted: Sun Nov 12, 2023 1:57 pm
by dacanba
Could someone please add a button?
Thank you

Re: Indicators with ON/OFF buttons

Posted: Sun Nov 12, 2023 2:17 pm
by Woodyz
dacanba wrote: Sun Nov 12, 2023 1:57 pm Could someone please add a button?
Thank you
Mate the coders cannot do anything with an .ex4 file.
You need to post the .MQL4 Source file & be sure it's not decompiled..

Re: Indicators with ON/OFF buttons

Posted: Sun Nov 12, 2023 3:05 pm
by dacanba
Thank you