Page 8 of 71

Re: Step Indicators for MT4

Posted: Mon Mar 13, 2017 1:02 am
by mntiwana
TRADERSM wrote: What is meant by nma? & which indicator is red+green'blue+white
I think red/yellow and aqua/white lines are two instances of "StepMA of rsi adaptive tema 1.1"

Re: Step Indicators for MT4

Posted: Sat Mar 18, 2017 4:06 am
by ritutibi
Greetings everyone!

Does anyone have the latest stepMA Averages source file? and the latest one is the 4,7 version or there is another one?
I really like this indicator , if anyone could share i would be grateful for that.

Thanks and happy trading!!

Re: Step Indicators for MT4

Posted: Sat Mar 18, 2017 4:29 am
by mntiwana
ritutibi wrote:Greetings everyone!

Does anyone have the latest stepMA Averages source file? and the latest one is the 4,7 version or there is another one?
I really like this indicator , if anyone could share i would be grateful for that.

Thanks and happy trading!!
Hi ritutibi
As long as i know,those you said were not posted with source code,may be some other old version can be in mq4

Re: Step Indicators for MT4

Posted: Sun Mar 19, 2017 8:40 pm
by Rakiura
mrtools wrote:
Tradersm, nma mean natural moving average, its an moving average from Jim Sloman's ocean theory.
So what does nmc mean Mrtools?

Re: Step Indicators for MT4

Posted: Sun Mar 19, 2017 9:15 pm
by mladen
Rakiura wrote:
So what does nmc mean Mrtools?
"nmc" comes from "New Metatrader Compatible" (ie: compatible with the new builds of metatrader 4)

Re: Step Indicators for MT4

Posted: Mon Mar 20, 2017 3:02 am
by mrtools
This is step ma pdf with arrows and alerts on color change,

Re: Step Indicators for MT4

Posted: Mon Mar 20, 2017 1:14 pm
by wojtek
Dear MrTools, thank you for this excellent indicator.  If we replace iPdfma
by other averages, then we obtain the 'StepMA averages' indicator?
(This is the question about the internal structure of this indicator).

Re: Step Indicators for MT4

Posted: Mon Mar 20, 2017 7:15 pm
by mladen
wojtek wrote:Dear MrTools, thank you for this excellent indicator.  If we replace iPdfma
by other averages, then we obtain the 'StepMA averages' indicator?
(This is the question about the internal structure of this indicator).
Yes, but you might find unexpected results in some cases.

Re: Step Indicators for MT4

Posted: Mon Mar 20, 2017 7:51 pm
by wojtek
OK, thank you! I will try to 'code' (copy-paste) something as an exercise.
I finally understood how to use those _maInstances. 

Re: Step Indicators for MT4

Posted: Tue Mar 21, 2017 2:28 pm
by wojtek
mrtools wrote:This is step ma pdf with arrows and alerts on color change,
Dear MrTools, this indicator (StepMA pdf nmc 3.01 mtf + arrows.mq4) doesn't seem
to work with the following timeframe declaration:

Code: Select all

extern ENUM_TIMEFRAMES TimeFrame        = PERIOD_CURRENT;   // Time frame to use
Am I wrong?