Page 75 of 118

Re: Stochastic indicators for MT4

Posted: Thu Oct 14, 2021 9:44 pm
by ChuChu Rocket
太虚一毫 wrote: Thu Oct 14, 2021 12:26 am The technical indicator window has a button, which is rare! good. :thumbup:
Oh yeah, it does too. A very nice-looking button man. I haven't seen many indicators with this 3D button, either. Looks like an old Mladen special.

Do you like this type of button or the newer ones better? :think:

Re: Stochastic indicators for MT4

Posted: Thu Oct 14, 2021 10:00 pm
by 太虚一毫
ChuChu Rocket wrote: Thu Oct 14, 2021 9:44 pm Oh yeah, it does too. A very nice-looking button man. I haven't seen many indicators with this 3D button, either. Looks like an old Mladen special.

Do you like this type of button or the newer ones better? :think:
This is good. You can put a few more indicators in the technical indicator window to save layout and facilitate research. :thumbup:

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 3:06 am
by 太虚一毫
mrtools wrote: Wed Oct 13, 2021 4:31 am This is a double smooth stochastic dmi mtf with alerts and arrows.
Image
There are 3 types of enLevelType in Recursive smoothed stochastic_1.mq5, which are very good:

enum enLevelType
{
lvl_floa, // Floating levels
lvl_quan, // Quantile levels
lvl_fixed // Fixed levels
};


Looking forward to the teacher upgrading Recursive smoothed stochastic mtf.mq4, adding lvl_floa, lvl_quan, and lvl_fixed.

Boundless merit!

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 3:11 am
by moey_dw
太虚一毫 wrote: Fri Oct 15, 2021 3:06 am There are 3 types of enLevelType in Recursive smoothed stochastic_1.mq5, which are very good:

enum enLevelType
{
lvl_floa, // Floating levels
lvl_quan, // Quantile levels
lvl_fixed // Fixed levels
};


Looking forward to the teacher upgrading Recursive smoothed stochastic mtf.mq4, adding lvl_floa, lvl_quan, and lvl_fixed.

Boundless merit!
YES!!!!! lvl_floa is good idea......... really like it on mrtools indicators for floating levels

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 5:55 am
by mrtools
太虚一毫 wrote: Fri Oct 15, 2021 3:06 am There are 3 types of enLevelType in Recursive smoothed stochastic_1.mq5, which are very good:

enum enLevelType
{
lvl_floa, // Floating levels
lvl_quan, // Quantile levels
lvl_fixed // Fixed levels
};


Looking forward to the teacher upgrading Recursive smoothed stochastic mtf.mq4, adding lvl_floa, lvl_quan, and lvl_fixed.

Boundless merit!
Added the levels and updated the indicator a little bit.

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 6:49 pm
by kvak
mrtools wrote: Fri Oct 15, 2021 5:55 am Added the levels and updated the indicator a little bit.
Hi Mrtools.
It's not nice button as this, but it doesn't have bug when you change timeframe it doesn't jump from off to on and in MTF holds the changed x,y position.
Have a nice weekend :)

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 7:01 pm
by 太虚一毫
kvak wrote: Fri Oct 15, 2021 6:49 pm Hi Mrtools.
It's not nice button as this, but it doesn't have bug when you change timeframe it doesn't jump from off to on and in MTF holds the changed x,y position.
Have a nice weekend :)
Image
Schaff_Trend_rsx_vhf_adaptive_2_4_-_shadow.mq4, Composite RSI 1_6.mq4, I like them very much. If teacher kvak has time, I look forward to adding this kind of button for everyone to choose from. :thumbup:

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 7:05 pm
by kvak
太虚一毫 wrote: Fri Oct 15, 2021 7:01 pm Schaff_Trend_rsx_vhf_adaptive_2_4_-_shadow.mq4, Composite RSI 1_6.mq4, I like them very much. If teacher kvak has time, I look forward to adding this kind of button for everyone to choose from. :thumbup:
I'll look into it over the weekend :)
I'm slowly getting ready to go my work...

Re: Stochastic indicators for MT4

Posted: Fri Oct 15, 2021 7:12 pm
by josi
kvak wrote: Fri Oct 15, 2021 6:49 pm
Although I am still not happy with Stoch-signals for entries and exits, I think this is as good as it gets (because you can always - as you must - interfere discretionary)
So - thank you MrTools & kvak for doing your superb and inspiring work!

Re: Stochastic indicators for MT4

Posted: Sat Oct 16, 2021 10:02 am
by kvak
太虚一毫 wrote: Fri Oct 15, 2021 7:01 pm Schaff_Trend_rsx_vhf_adaptive_2_4_-_shadow.mq4, Composite RSI 1_6.mq4, I like them very much. If teacher kvak has time, I look forward to adding this kind of button for everyone to choose from. :thumbup:
Hi.
First is composite RSI. Updated it also with full price options and auto higher timeframe.