Page 73 of 127

Re: Various (Specialist) indicators for MT4

Posted: Thu Apr 21, 2022 12:50 am
by mrtools
alpha24 wrote: Tue Apr 19, 2022 4:46 am Dear mrtools,
One more request color change on slope of above indicator please.
Thank you
Try.

Re: Various (Specialist) indicators for MT4

Posted: Tue Apr 26, 2022 2:34 am
by mrtools
Smooth Step indicator for MT4

From Mladen Rakic:

In many cases (computer graphics, machine learning, ta analysis) we need normalized values. Smooth step is one of the possible ways to do it

It belongs to the family of sigmoidal (clamping in this case, since this indicator, as is, is not used for interpolation) functions, and is producing a sub-set of what is the built in stochastic, except that I kept it in its original range of 0 to 1 and that it filters out some values that stochastic produces. Also, this indicator can use all the usual prices (not just the close/close or low/high/close)

Recommendations:

  • You can use it the same way as stochastic built in indicator

Re: Various (Specialist) indicators for MT4

Posted: Tue Apr 26, 2022 2:37 am
by mrtools
Smooth Step Generalized indicator for MT4

From Mladen Rakic:

Generalized version of the smooth step indicator (originally posted here : Smooth Step).

This version is using a property of a smooth step that it can be further smoothed - based on Kenneth H. Perlin's (a professor in the Department of Computer Science at New York University) idea
  • when order 0 is used, it is the same as built in stochastic / 100 (with slowing in stochastic set to 1)
  • when order 1 is used, it is the same as the smooth step indicator
  • when any higher order is used, it filters further the signal while keeping the values in the expected ranges

Recommendations:

  • You can use it in similar ways stochastic
  • You can use it in any code that needs to have normalized values as inputs

Re: Various (Specialist) indicators for MT4

Posted: Wed May 04, 2022 10:52 pm
by mrtools
makhlaghi wrote: Tue May 03, 2022 4:14 pm Dear Mr Tools,
thanks for your effort in supporting the member's requests.

May I ask you to add the multi-time option as well as the divergence option or the moving average ( Linear weighted) option on the attached indicator?

Smart_Money_Pressure_Oscillator.mq4


Thanks In advance.
Cleaned up the code a bit and did it a little differently then added mtf.

Re: Various (Specialist) indicators for MT4

Posted: Wed May 04, 2022 11:31 pm
by josi
mrtools wrote: Wed May 04, 2022 10:52 pm Cleaned up the code a bit and did it a little differently then added mtf.
This may be of use if you combine it with an MA:

Re: Various (Specialist) indicators for MT4

Posted: Wed May 04, 2022 11:54 pm
by makhlaghi
mrtools wrote: Wed May 04, 2022 10:52 pm Cleaned up the code a bit and did it a little differently then added mtf.
Image
Dear Mrtools,
Thanks for the good work.
May I request that a divergence option be added? it could be very useful to view. Thank you very much.

Re: Various (Specialist) indicators for MT4

Posted: Thu May 05, 2022 3:01 am
by mrtools
thomdel wrote: Wed May 04, 2022 3:56 pm @ mrtools

Respected Sir,

Request you to Please Add - Button to :--- !!!Trend envelopes v2.02 averages (mtf + alerts + candles).

Reason for request: This is complete indi will all options / averages. Only button function is missing.
Note : There are other versions with button but many options missing in them.


Thanks for your Time, efforts, Generosity.
Thanks.
Button added.

Re: Various (Specialist) indicators for MT4

Posted: Thu May 05, 2022 6:23 am
by mrtools
makhlaghi wrote: Wed May 04, 2022 11:54 pm Dear Mrtools,
Thanks for the good work.
May I request that a divergence option be added? it could be very useful to view. Thank you very much.
Image
Divergence, signal ma option, and ma type options added.

Re: Various (Specialist) indicators for MT4

Posted: Fri May 06, 2022 4:26 am
by alpha24
Dear Mrtools,
Sir please make this twist in regular MACD +osma indicator as below image

Re: Various (Specialist) indicators for MT4

Posted: Fri May 06, 2022 4:54 am
by mrtools
sal wrote: Fri May 06, 2022 3:07 am hello exters
do any one has DEMARKER ob/os levels exit and enter arrows indicator mt4. if have please share.
Made this version.