expert
can you please add on/off button !
Re: Indicators with ON/OFF buttons
3202regularized momentum filtered rsi histo BT is a very good indicator!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.

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
3203In my opinion, this set of indicators is still one of the best indicators in 2023.

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
3204The Squezed MA indicator, which is used on the 1-minute chart, has fewer signals. It's weird!
Re: Indicators with ON/OFF buttons
3205(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?
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
3206I post new version HERE.太虚一毫 wrote: Sun Nov 05, 2023 9:54 pm In my opinion, this set of indicators is still one of the best indicators in 2023.![]()
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!
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
3207New 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.
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
3209Mate the coders cannot do anything with an .ex4 file.
You need to post the .MQL4 Source file & be sure it's not decompiled..