aristonfx
aristonfx
Friends

Add friends via their profile or user search and you will be able to see if they are online

aristonfx
Registered at MQL5.community
aristonfx
Added topic 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
aristonfx
Added topic 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