aristonfx / Publications
Forum
Indicator HELP to write in complete-full mql4 code
On metastock the formula is and i call the indicator "Fund Groups" : Mov((( Mov(C,3,E)-Mov(C,10,E)) + (Mov(C,5,E)-Mov(C,12,E)) + (Mov(C,8,E)-Mov(C,15,E) /3)) ,30,E); which is in few words a 30 period exponential moving average. first we have 3 differences between 6 moving averages, we add them and
Quantative indicator HELP to write in mql4 code
I created the indicator below in metastock and i call it Rullet. It shows the percent of bars, in the last N bars, that close below and above a simple moving average x periods. In the picture below you can see the percent of the last 12 bars that closed below and above 200 periods simple moving