Page 1 of 1

Moving averages with different timeframes

PostPosted: Thu Apr 12, 2012 3:00 pm
by Alexander.Gettinger
Indicator draws the MA with a specified period for the selected timeframe (dots) and MA with equivalent period on current timeframe (line).

For example:
Period=10,
Timeframe=D1,
Current timeframe=H6.
Dots - MA(Period=10) on D1, line - MA(Period=40) on H6.
Diff_TF_MA.PNG


Download:
Diff_TF_MA.lua
(11.47 KiB) Downloaded 996 times


For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).

The indicator was revised and updated

Re: Moving averages with different timeframes

PostPosted: Tue Apr 17, 2012 1:20 pm
by Alexander.Gettinger
Strategy based on moving averages with different timeframes: viewtopic.php?f=31&t=16210

Re: Moving averages with different timeframes

PostPosted: Fri Apr 27, 2012 12:39 pm
by Alexander.Gettinger
MQL4 version of indicator: viewtopic.php?f=38&t=16421

Re: Moving averages with different timeframes

PostPosted: Mon Apr 03, 2017 6:18 am
by Apprentice
Indicator was revised and updated.