Page 1 of 1

ADXVMA

PostPosted: Fri Mar 09, 2018 7:38 am
by Apprentice
EURNZD D1 (03-09-2018 1137).png

Based on the request.
viewtopic.php?f=27&t=65813

The ADXVMA is a volatility based moving average with the volatility being determined by the value of the ADX. The ADXVMA provides levels of support during uptrends and resistance during downtrends.
ADXVMA.lua
(5.3 KiB) Downloaded 699 times

ADXVMA.lua based strategy.
viewtopic.php?f=31&t=65824

Re: ADXVMA

PostPosted: Sat Mar 10, 2018 1:52 pm
by Paul W
interesting

would like to test - and if possible, could it be configured to support tick-charts ?

btw - not sure if the link is correct - this is what downloaded

thx

Re: ADXVMA

PostPosted: Sun Mar 11, 2018 4:59 am
by Apprentice
Line 24
indicator:requiredSource(core.Tick);
Tick is supported.

Line 22
indicator:name("ADXVMA");
Indicator name is ADXVMA

Re: ADXVMA

PostPosted: Mon Mar 12, 2018 10:05 am
by Paul W
installed and runs on 1 minute and higher charts

however, a spastic error appears on tick-charts, and ADXVMA indicator will not load ?

Re: ADXVMA

PostPosted: Tue Mar 13, 2018 6:36 am
by Apprentice
Fixed.

Re: ADXVMA

PostPosted: Wed Mar 14, 2018 11:14 am
by Paul W
thanks

could ADXVMA Strategy be updated as well - including tick-chart support

much appreciated

Re: ADXVMA

PostPosted: Wed Mar 14, 2018 5:27 pm
by Apprentice
Tick ADXVMA Strategy added.