Try.alpha24 wrote: Tue Apr 19, 2022 4:46 am Dear mrtools,
One more request color change on slope of above indicator please.
Thank you
Re: Various (Specialist) indicators for MT4
722
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:
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
723
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
Recommendations:
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
- These users thanked the author mrtools for the post (total 2):
- 太虚一毫, nathanvbasko
Re: Various (Specialist) indicators for MT4
724Cleaned up the code a bit and did it a little differently then added mtf.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.
- These users thanked the author mrtools for the post (total 3):
- josi, makhlaghi, Marktaylor58
Re: Various (Specialist) indicators for MT4
726Dear Mrtools,mrtools wrote: Wed May 04, 2022 10:52 pm Cleaned up the code a bit and did it a little differently then added mtf.
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
727Button added.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.
Re: Various (Specialist) indicators for MT4
728Divergence, signal ma option, and ma type options added.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.
Re: Various (Specialist) indicators for MT4
729Dear Mrtools,
Sir please make this twist in regular MACD +osma indicator as below image
Sir please make this twist in regular MACD +osma indicator as below image
"The FORCE is more your friend than the trend. "
Re: Various (Specialist) indicators for MT4
730Made this version.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.