Recent content by leen

  1. L

    Variable Moving Average

    Hey Piet, You posted also this question ?? :confused: See who receives most replies? :cool: leen
  2. L

    Volatilitity MA formula

    Hello, To build an indicator and strategy that uses the Volatility based Moving average, I wonder if anyone can provide me this formula ? It's also called Variable or Dynamic MA.
  3. L

    Volume adjusted mov. av. formula

    Many thanks ArchAngel , I have studied you formula and build the Function in EL as follows: Input: Price(NumericSeries), Length(NumericSimple); Variable: VA(0), TotalVolume(0), n(0); VA = 0; TotalVolume = 0; For n = 0 to Length Begin VA = VA + (Price[n] *...
  4. L

    Volume adjusted mov. av. formula

    Hello To build an indicator and strategy that uses a volume adjusted moving average, I heavily searched the internet, but I couldn't get hold of the formula. :( Who can help me and provide me the formula (easylanguage) ? Thanks :p
Back
Top