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