Re: Step Indicators for MT4

493
pantera wrote: Thu Jan 13, 2022 10:48 am Dear Mr. Tools,

If possible, could you please add MTF and/or arrows to this indicator.

Thank you !
Not exactly sure how I smoothed it, but in this version using jurik pre and post smoothing and added mtf and arrows.
These users thanked the author mrtools for the post (total 5):
RodrigoRT7, camisa, Krunal Gajjar, rudiarius, kvak


Re: Step Indicators for MT4

496

Code: Select all

extern enTimeFrames   TimeFrame   = tf_cu;  // Time frame

input int               PreSmooth      = 5;
input double            PreSmoothPhase =  0;
input double            NemaPeriod      = 10;
input int               NemaDepth       = 4;
extern enPrices         MAPrice1         = pr_close;         // Ma Fast price to use
input int               PosSmooth      = 5;
input double            PosSmoothPhase = 0;
input double            inpStepSize     = 5;                  // Step size (pips)

input int               ShadowWidth   =   6;                 // Shadow fast line width
input int               LineWidth     =   2;                // fast lines   width
input color             Upcolor1      = clrMediumSeaGreen; // Bullish fast line  color
input color             Dncolor1       = clrCrimson;       // Bearish fast line  color
input color             Shcolor       = clrGray;         // Shadow fast color



extern bool              ShowCandles = true;            // Candles are visible?
extern bool              ShowLines = true;            // Lines are visible?
extern bool              ShowArrows = true;            // Arrows are visible?


input int             WickWidth        = 1;                 // Candle wick width
input int             BodyWidth        = 2;                 // If auto width = false then use this
input bool            UseAutoWidth     = true;              // Auto adjust candle body width
input color             Upcolor       = clrMediumSeaGreen; // Bullish candles  color
input color             Dncolor       = clrCrimson;       // Bearish candles  color

input bool            alertsOn             = true;              // Alerts?
input bool            alertsOnCurrent      = false;             // Alerts open bar?
input bool            alertsMessage        = true;              // Alerts message?
input bool            alertsSound          = true;              // Alerts sound?
input bool            alertsNotify         = false;             // Alerts notification?
input bool            alertsEmail          = false;             // Alerts email?

input bool             ArrowOnFirst    = false;             // Arrow on first bars true/false
input int              UpArrowSize     = 2;                // Up Arrow size
input int              DnArrowSize     = 2;                // Down Arrow size
input int              UpArrowCode     = 159;              // Up Arrow code
input int              DnArrowCode     = 159;              // Down arrow code
input double           UpArrowGap      = 0.5;              // Up Arrow gap        
input double           DnArrowGap      = 0.5;              // Dn Arrow gap
input color            UpArrowColor    = clrLimeGreen;     // Up Arrow Color
input color            DnArrowColor    = clrOrange;        // Down Arrow Color

input bool               Interpolate = true;            // Interpolate in multi time frame mode on/off?
pantera wrote: Thu Jan 20, 2022 5:16 am Kvak,

Great indicator!

I'd like to try to incorporate your indicator into an EA. Just to make my job a bit easier, could you please show a screenshot, from the source code, of the real names of the settings?

Thank you!
These users thanked the author kvak for the post (total 2):
pantera, RodrigoRT7

Re: Step Indicators for MT4

498
Step average
Idea from MT5 version from Mladen.
In this indicator have 3 types how to calculate step....
1- clasical, put number how many pips make on step
2- based on ATR
3- based on standart deviation
If you have first method, you must manually adjust step number depends to timeframe or instruments...
When you use method 2 and 3 step calculation is made by percent from ATR, STDEV.
Adapting step period is period of ATR, STDEV. When you have 0, is same like moving average period.
Indicator is MTF, have full price options, arrows and alerts.
Have menu to show original ( non step average ).
These users thanked the author kvak for the post (total 7):
erynade, 太虚一毫, thomdel, josi, A_5, Krunal Gajjar, Chickenspicy

Re: Step Indicators for MT4

499
kvak wrote: Tue Apr 19, 2022 3:18 am Step average
Idea from MT5 version from Mladen.
In this indicator have 3 types how to calculate step....
1- clasical, put number how many pips make on step
2- based on ATR
3- based on standart deviation
If you have first method, you must manually adjust step number depends to timeframe or instruments...
When you use method 2 and 3 step calculation is made by percent from ATR, STDEV.
Adapting step period is period of ATR, STDEV. When you have 0, is same like moving average period.
Indicator is MTF, have full price options, arrows and alerts.
Have menu to show original ( non step average ).
Replace averages method with Jurik filter
These users thanked the author kvak for the post (total 6):
erynade, rudiarius, 太虚一毫, thomdel, josi, RodrigoRT7

Re: Step Indicators for MT4

500
thomdel wrote: Sun May 01, 2022 3:49 pm @ mrtools

Respected Sir,

Request you to Please Add these options to : step one more average 2.3 mtf histo
1) Arrows ( Arrow Code - Colour - Size - Gap )
2) Histo Bar width Option to :

Please Note : This Ver is Original Old ver with diff output and is diff from another available ver with arrow.


Thanks. Thanks. Thanks.
Arrow added and histogram width.
These users thanked the author mrtools for the post (total 7):
Jimmy, Jedidiah, kvak, thomdel, Krunal Gajjar, camisa, Chickenspicy


Who is online

Users browsing this forum: Amazon [Bot], Bing [Bot], ChatGPT [Bot], Facebook [Crawler], ffsss, Google [Bot], Majestic-12 [Bot], Mickey Abi, RodrigoRT7, rudiarius, SEMrush [Bot] and 89 guests