Step indicators - page 19

 
mladen:
Updated StepMa V9 : stepma_v9_nmc.mq4 Originally it was posted here : https://www.mql5.com/en/forum/173044/page11

Hi Mladen,

can you make it suitable even for non standard timeframes please?

 
thefxpros:
Hi Mladen, can you make it suitable even for non standard timeframes please?

Try simply commenting out the following line :

if(TimeFrame <= Period()) TimeFrame = Period();

(that is line 57)

 
thefxpros:
Hi Mladen, can you make it suitable even for non standard timeframes please?

How do you use it on those charts?

I mean, one renko bar can take a couple of hours to form, and then how do you use, for example, 1 hour time frame on that renko? Data will clearly miss

 
on my own:
How do you use it on those charts? I mean, one renko bar can take a couple of hours to form, and then how do you use, for example, 1 hour time frame on that renko? Data will clearly miss

It is time that i stopped thinking in "timeframe". I simply use a basic "sizeframe" as main chart and an higher sizeframe chart as trend indication. Look at the picture: It is a 2 pip range bars chart with 2 instances of the same trend indicator. The fastest is calculated on range bars 3 pip chart and the slowest is calculated on 7 pip range bars chart.

Files:
cattura.jpg  109 kb
 
mladen:
Step ma 7.2 in a bars form : stepma_v7.2a_bars.mq4

can someone add alerts similar as in StepMA_v9 nmc.mq4

 
mladen:
Updated StepMa V9 : stepma_v9_nmc.mq4 Originally it was posted here : https://www.mql5.com/en/forum/173044/page11

Mladen or Mrtools ,

Is it possible to for you to code the StepMA_v9 nmc.mq4 in C++ ?

 
nevar:
Mladen or Mrtools , Is it possible to for you to code the StepMA_v9 nmc.mq4 in C++ ?

Yes it can, but in that case it will depend of the format of the input data

 

Hi guys

Is it a huge deal to make StepMA_v7.2 alert on colour change ONLY if colour stays changed AFTER CANDLE CLOSE!?

Many thanks in advance and kind regards :-)

 
EZMehrtens:
Hi guys

Is it a huge deal to make StepMA_v7.2 alert on colour change ONLY if colour stays changed AFTER CANDLE CLOSE!?

Many thanks in advance and kind regards :-)

Which exact version are you using?

As far as I know, some versions are already made to have a choice of alerting on a closed bar

 
mladen:
Updated StepMa V9 : stepma_v9_nmc.mq4 Originally it was posted here : https://www.mql5.com/en/forum/173044/page11

Dear Mladen ,

what is your preferred number for this indicator?

I use it with default number , and all of it is red .

Reason: