Programming code for Moving Average of a Moving Average

Questions about MultiCharts .NET and user contributed studies.
sdg
Posts: 1
Joined: 18 Oct 2014

Programming code for Moving Average of a Moving Average

Postby sdg » 18 Oct 2014

I am trying to create a Zero-Lagging Moving Average indicator on similar lines in Powerlanguage.Net Editor.

///
EightSMA:= Mov((O+H+L+C)/4,8,S);
ZeroLag8SMA:= EightSMA + (EightSMA - Mov(EightSMA,8,S));
///

Can anybody help me with the programming in .Net?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Programming code for Moving Average of a Moving Average

Postby Henry MultiСharts » 20 Oct 2014

Hello sdg,

Please specify the particular difficulty you have with creating this code.


Return to “MultiCharts .NET”