Attachments forums

List of attachments posted on this forum.


All files on forums: 161065

Re: Jurik Smoothed Indicators for MT4

太虚一毫, Sat Jun 26, 2021 4:06 am

mrtools wrote: Fri Jun 25, 2021 11:57 am Made this type of histo version, with arrows and alerts.
1. Expect the teacher to add MTF to DSS Bressert dots.mq4.


2. Change the color change method of the trend signal line (dotted). That is, the following color changing methods are integrated into the formula:

Code: Select all

enum enColorOn
{
    cc_onSlope, // Change color on slope change
    cc_onMiddle, // Change color on middle line cross
    cc_onLevels // Change color on outer levels cross
};

3. Is it possible to change smoothing to Jurik?

extern int SmoothEMA = 15; // Ema smoothing period
All files in topic